diff options
author | metamuffin <metamuffin@disroot.org> | 2025-02-06 16:52:32 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-02-06 16:52:32 +0100 |
commit | 87ebdede17007b626b1275c66dde1e5aefd6cddc (patch) | |
tree | ce023bacfdbd1ba2e8321293dd0aee902a264e03 /doc/getting-started/launch.md | |
parent | 8fd96b46e73a0e7f984305e487e383a471dfcf88 (diff) | |
download | jellything-87ebdede17007b626b1275c66dde1e5aefd6cddc.tar jellything-87ebdede17007b626b1275c66dde1e5aefd6cddc.tar.bz2 jellything-87ebdede17007b626b1275c66dde1e5aefd6cddc.tar.zst |
update book
Diffstat (limited to 'doc/getting-started/launch.md')
-rw-r--r-- | doc/getting-started/launch.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/getting-started/launch.md b/doc/getting-started/launch.md index 8cabcf6..6064348 100644 --- a/doc/getting-started/launch.md +++ b/doc/getting-started/launch.md @@ -11,10 +11,15 @@ will start and serve your library at ```sh jellything /etc/jellything.yaml +# Or JELLYTHING_CONFIG=/etc/jellything.yaml jellything ``` It is also advised to use jellything with a reverse proxy. Configure the network -interface with the environment variables `BIND_ADDR` and `PORT`. Stderr logging -can be configured with `LOG`. +interface with the environment variables `BIND_ADDR` and `PORT`. Logging to +stderr can be configured with the `LOG` variable and env_logger syntax. +## Initial import + +Next log in with the admin accound and visit `/admin/dashboard` to run an +initial import. |