Add copy buttons to IDs on image upload and fix upload by URL

This commit is contained in:
2025-02-27 10:48:33 -05:00
parent a19a8ba412
commit c1159f518c
4 changed files with 182 additions and 93 deletions

View File

@@ -1,8 +1,7 @@
#!/bin/zsh
#Clear previous mount in case its still there
umount '/Users/matt/Library/Mobile Documents/com~apple~CloudDocs/Dev/inventory/inventory-server'
umount '/Users/matt/Dev/inventory/inventory-server'
#Mount
sshfs matt@dashboard.kent.pw:/var/www/html/inventory -p 22122 '/Users/matt/Library/Mobile Documents/com~apple~CloudDocs/Dev/inventory/inventory-server/'
sshfs matt@dashboard.kent.pw:/var/www/html/inventory -p 22122 '/Users/matt/Library/Mobile Documents/com~apple~CloudDocs/Dev/inventory/inventory-server/'
sshfs matt@dashboard.kent.pw:/var/www/html/inventory -p 22122 '/Users/matt/Dev/inventory/inventory-server/'