diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2026-08-02 16:10:11 +0200 |
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2026-08-02 16:10:11 +0200 |
| commit | 7e57408f8ae303bd32c586b33011e29e237dd60a (patch) | |
| tree | 68b4ff4656c8eb7c25ef6138ef5e7800c792b058 /readme.md | |
| parent | 84dd5d0d25b6ff22497c27407099a4d4b1293587 (diff) | |
add more options
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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]> ``` |