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-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,11 @@ Filen Relay provides a convenient way to serve your Filen Drive via WebDAV/HTTP/
10
10
### On Your Machine
11
11
12
12
```bash
13
-
docker run -e FILEN_RELAY_ADMIN_EMAIL='your-filen-account@email.com' -p 80:80 ghcr.io/FilenCloudDienste/filen-relay:main
13
+
docker run -e FILEN_RELAY_ADMIN_EMAIL='your-filen-account@email.com' -p 80:80 ghcr.io/filenclouddienste/filen-relay:main
14
14
```
15
15
16
+
<!-- todo: fix issues here -->
17
+
16
18
Configuration options (choose one):
17
19
- Set `--admin-email` (`FILEN_RELAY_ADMIN_EMAIL`) and `--db-dir` (`FILEN_RELAY_DB_DIR`) options (or environment variables) to create a normal deployment.
18
20
- Set `--admin-email` (`FILEN_RELAY_ADMIN_EMAIL`), `--admin-password` (`FILEN_RELAY_ADMIN_PASSWORD`) and `--db-dir` (`FILEN_RELAY_DB_DIR`) to create a deployment where data is stored in the admin's Filen drive. This is useful when the deployments needs to be stateless.
0 commit comments