Initial commit

This commit is contained in:
CallMeVerity
2026-06-03 00:44:48 +01:00
commit eb56ad5183
36 changed files with 3419 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# RustFS (S3-compatible) configuration
RUSTFS_ENDPOINT=http://localhost:9000
RUSTFS_ACCESS_KEY=minioadmin
RUSTFS_SECRET_KEY=minioadmin
RUSTFS_BUCKET=surf
RUSTFS_PUBLIC=true
# Server
PORT=3001
DB_PATH=./data/surf.db
# Auth - required, protects all upload/delete endpoints
ADMIN_TOKEN=change-me-to-a-real-secret