You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,9 @@ Any missing converter? Open an issue or pull request!
42
42
43
43
## Deployment
44
44
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
+
45
48
```yml
46
49
# docker-compose.yml
47
50
services:
@@ -82,9 +85,6 @@ All are optional, JWT_SECRET is recommended to be set.
82
85
| FFMPEG_ARGS || Arguments to pass to ffmpeg, e.g. `-preset veryfast`|
83
86
| HIDE_HISTORY | false | Hide the history page |
84
87
85
-
> [!WARNING]
86
-
> If you can't login, make sure you are accessing the service over https or set HTTP_ALLOWED=true
87
-
88
88
### Docker images
89
89
90
90
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