♻: move firefly3 to app dir
All checks were successful
ansible-lint / lint-everything (push) Successful in 4s
All checks were successful
ansible-lint / lint-everything (push) Successful in 4s
This commit is contained in:
@@ -4,4 +4,12 @@ firefly3_version: "6.2.9"
|
||||
firefly3_url: "https://github.com/firefly-iii/firefly-iii/releases/download/v{{ firefly3_version }}/FireflyIII-v{{ firefly3_version }}.tar.gz"
|
||||
|
||||
firefly3_access_url: "{{ web_hostname | selectattr('type', 'defined') | selectattr('type', '==', 'firefly3') | map(attribute='host') | first }}"
|
||||
firefly3_home: "/srv/http/{{ firefly3_access_url }}"
|
||||
|
||||
# Access path
|
||||
firefly3_app_home: "/var/www/{{ firefly3_access_url }}"
|
||||
firefly3_data_home: "/srv/www-data/{{ firefly3_access_url }}"
|
||||
|
||||
firefly3_writable_app_dirs:
|
||||
- bootstrap
|
||||
firefly3_userdata_app_dirs:
|
||||
- storage
|
||||
|
Reference in New Issue
Block a user