change server for streaming (byte-ranges compatibility)
All checks were successful
Deploy App / deploy (push) Successful in 50s

This commit is contained in:
valere
2025-10-03 23:06:56 +02:00
parent 15a1bce79e
commit 0931aa11c8
5 changed files with 2133 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
export REPO_NAME="files"
export DOMAIN="files.$MAIN_DOMAIN"
export PORT="8000"
export PORT_EXPOSED="3000"
export PORT_EXPOSED="5000"
export REDIRECTIONS="" # example.$MAIN_DOMAIN->/route $MAIN_DOMAIN->url /route->/another-route /route->url
export LAUNCHER_HIDDEN=true