1
0

Gramps: refactor app

Move scripts, configs and data to separate user space
This commit is contained in:
2025-05-06 10:25:38 +03:00
parent 93326907d2
commit 527067146f
4 changed files with 30 additions and 14 deletions

View File

@ -9,7 +9,7 @@
vars:
app_name: "gitea"
app_user: "{{ app_name }}"
base_dir: "/home/{{ app_name }}"
base_dir: "/home/{{ app_user }}"
data_dir: "{{ (base_dir, 'data') | path_join }}"
backups_dir: "{{ (base_dir, 'backups') | path_join }}"