summarylogtreecommitdiffstats
path: root/jellything.yaml
diff options
context:
space:
mode:
authormetamuffin2024-04-17 02:21:33 +0200
committermetamuffin2024-04-17 02:21:33 +0200
commit932b45d230e11aee58e36ed89adf2b2fe3d93efa (patch)
tree94656555147cf6b298bc38df3f377e03a0a38268 /jellything.yaml
parent8a35e1e96fe53273d2d97b0f94a8fe0d326b57f0 (diff)
downloadaur-932b45d230e11aee58e36ed89adf2b2fe3d93efa.tar.gz
many improvements; check; install docs; install completions; pkgver; backup old tool
Diffstat (limited to 'jellything.yaml')
-rw-r--r--jellything.yaml13
1 files changed, 3 insertions, 10 deletions
diff --git a/jellything.yaml b/jellything.yaml
index 1b3a9049b41d..1be19b4b3636 100644
--- a/jellything.yaml
+++ b/jellything.yaml
@@ -1,6 +1,9 @@
hostname: example.org
brand: "Jellything"
slogan: ""
+admin_username: admin
+
+secrets_path: "/etc/jellything_secrets.yaml"
media_path: "/srv/media"
asset_path: "/var/lib/jellything/assets"
@@ -8,13 +11,3 @@ database_path: "/var/lib/jellything/db"
library_path: "/var/lib/jellything/library"
temp_path: "/tmp/jellything"
cache_path: "/var/cache/jellything"
-
-# Both options need to be set to enable admin login.
-#admin_username: "admin"
-#admin_password: "hunter2"
-
-# To avoid sign-out on server restart, generate persistent keys here.
-# Use `head -c 32 /dev/random | base64`.
-#session_key:
-#cookie_key:
-