Skip to content

Commit 725a94b

Browse files
authored
chore: move http warning
1 parent 0a366b4 commit 725a94b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ Any missing converter? Open an issue or pull request!
4242

4343
## Deployment
4444

45+
> [!WARNING]
46+
> If you can't login, make sure you are accessing the service over localhost or https otherwise set HTTP_ALLOWED=true
47+
4548
```yml
4649
# docker-compose.yml
4750
services:
@@ -82,9 +85,6 @@ All are optional, JWT_SECRET is recommended to be set.
8285
| FFMPEG_ARGS | | Arguments to pass to ffmpeg, e.g. `-preset veryfast` |
8386
| HIDE_HISTORY | false | Hide the history page |
8487

85-
> [!WARNING]
86-
> If you can't login, make sure you are accessing the service over https or set HTTP_ALLOWED=true
87-
8888
### Docker images
8989

9090
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.

0 commit comments

Comments
 (0)