chore: move http warning

This commit is contained in:
Emrik Östling
2025-04-24 18:03:21 +02:00
committed by GitHub
parent 0a366b447a
commit 725a94bc95

View File

@@ -42,6 +42,9 @@ Any missing converter? Open an issue or pull request!
## Deployment
> [!WARNING]
> If you can't login, make sure you are accessing the service over localhost or https otherwise set HTTP_ALLOWED=true
```yml
# docker-compose.yml
services:
@@ -82,9 +85,6 @@ All are optional, JWT_SECRET is recommended to be set.
| FFMPEG_ARGS | | Arguments to pass to ffmpeg, e.g. `-preset veryfast` |
| HIDE_HISTORY | false | Hide the history page |
> [!WARNING]
> If you can't login, make sure you are accessing the service over https or set HTTP_ALLOWED=true
### Docker images
There is a `:latest` tag that is updated with every release and a `:main` tag that is updated with every push to the main branch. `:latest` is recommended for normal use.