AI validation improvements, misc changes related to migrating to netcup

This commit is contained in:
2025-10-02 20:59:48 -04:00
parent 60875c25a6
commit 7b7274f72c
22 changed files with 454 additions and 266 deletions

7
mountremote netcup.command Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/zsh
#Clear previous mount in case its still there
umount '/Users/matt/Dev/inventory/inventory-server'
#Mount
sshfs matt@159.195.13.70:/var/www/html/inventory '/Users/matt/Dev/inventory/inventory-server/'