Migration: expose some public vars

This commit is contained in:
2026-05-22 20:18:45 +03:00
parent 48737c1b6d
commit 8378f0edb0
2 changed files with 173 additions and 174 deletions
+11
View File
@@ -1,4 +1,15 @@
---
host_name: "rivendell"
primary_user: "major"
primary_user_uid: 1000
primary_user_gid: 1001
# Directory for all user binaries and scripts
bin_prefix: "/usr/local/bin"
# External disk for application data
application_dir: "/mnt/applications"
apprise_external_port: 8000
apprise_external_url: "http://127.0.0.1:{{ apprise_external_port }}"