first commit

This commit is contained in:
Soph :3 2025-11-16 15:41:37 +02:00
commit 745ae2fff2
22 changed files with 21283 additions and 0 deletions

10
upload.sh Executable file
View file

@ -0,0 +1,10 @@
#!/bin/bash
# File to upload
FILE="make/subsonic.vpk"
# FTP server + target directory
FTP_URL="ftp://192.168.8.31:1337/ux0:/VPK/"
# Upload with curl
curl -T "$FILE" "$FTP_URL"