aboutsummaryrefslogtreecommitdiff
path: root/doc/getting-started/launch.md
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-02-06 16:52:32 +0100
committermetamuffin <metamuffin@disroot.org>2025-02-06 16:52:32 +0100
commit87ebdede17007b626b1275c66dde1e5aefd6cddc (patch)
treece023bacfdbd1ba2e8321293dd0aee902a264e03 /doc/getting-started/launch.md
parent8fd96b46e73a0e7f984305e487e383a471dfcf88 (diff)
downloadjellything-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.md9
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.