experimental region support

This commit is contained in:
2022-01-30 13:15:42 +01:00
parent 6d88564ebf
commit dddc8a5a49
3 changed files with 206 additions and 161 deletions

View File

@ -5,6 +5,7 @@ COPY ["backend/start.sh", "/app/start.sh"]
COPY ["backend/sources.py", "/app/setup/sources.py"]
COPY ["backend/style.js", "/app/setup/style.js"]
COPY ["backend/stream.py", "/app/stream.py"]
COPY ["backend/config.py", "/app/config.py"]
COPY ["backend/seafile.js", "/app/seafile.js"]
COPY ["backend/stream_providers.py", "/app/stream_providers.py"]
COPY ["frontend/index.html", "/app/index.html"]