chore: move http warning
This commit is contained in:
parent
0a366b447a
commit
725a94bc95
1 changed files with 3 additions and 3 deletions
|
|
@ -42,6 +42,9 @@ Any missing converter? Open an issue or pull request!
|
||||||
|
|
||||||
## Deployment
|
## Deployment
|
||||||
|
|
||||||
|
> [!WARNING]
|
||||||
|
> If you can't login, make sure you are accessing the service over localhost or https otherwise set HTTP_ALLOWED=true
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
# docker-compose.yml
|
# docker-compose.yml
|
||||||
services:
|
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` |
|
| FFMPEG_ARGS | | Arguments to pass to ffmpeg, e.g. `-preset veryfast` |
|
||||||
| HIDE_HISTORY | false | Hide the history page |
|
| 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
|
### 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.
|
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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue