aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2026-08-02 16:10:11 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2026-08-02 16:10:11 +0200
commit7e57408f8ae303bd32c586b33011e29e237dd60a (patch)
tree68b4ff4656c8eb7c25ef6138ef5e7800c792b058 /readme.md
parent84dd5d0d25b6ff22497c27407099a4d4b1293587 (diff)
add more options
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 0a5db03..a1827b6 100644
--- a/readme.md
+++ b/readme.md
@@ -17,4 +17,15 @@ data:
host: <bool>
# base directory to use for playlists/pid/db files
base_dir: <path>
+ git:
+ # git commit email
+ email: <string>
+ # git commit name
+ name: <string>
+ # git default branch (master)
+ default_branch: <string>
+ # commit signing gpg key id
+ gpg_id: <keyid>
+ # list of keygrips to unlock on login using pam-gnupg
+ pam_gnupg: <list[str]>
```