add autodeploy and add basic auth for file uploader
Some checks failed
Deploy back2 / deploy (push) Failing after 46s

This commit is contained in:
2026-04-02 19:42:04 +03:00
parent ad4a3367c3
commit b36cf07635
10 changed files with 244 additions and 56 deletions

View File

@@ -68,3 +68,7 @@ FILE_LINKS_ENABLED=false
FILE_LINKS_DISK=local
FILE_LINKS_DIRECTORY=temporary-links
FILE_LINKS_MAX_SIZE_KB=10240
FILE_LINKS_UPLOAD_USER_1=uploader1
FILE_LINKS_UPLOAD_PASSWORD_1=change-me-1
FILE_LINKS_UPLOAD_USER_2=uploader2
FILE_LINKS_UPLOAD_PASSWORD_2=change-me-2