Minor polish on firefly-iii
This commit is contained in:
parent
61cf4d16a0
commit
2be86d573a
@ -1,4 +1,10 @@
|
|||||||
# vim:ft=ansible:
|
# vim:ft=ansible:
|
||||||
|
#
|
||||||
|
# NOTE: This app is currently not fully-functional. It needs a cronjob
|
||||||
|
# implemented for things like recurring transactions and budgets.
|
||||||
|
#
|
||||||
|
# https://docs.firefly-iii.org/firefly-iii/advanced-installation/cron/
|
||||||
|
#
|
||||||
- name: docker deploy firefly
|
- name: docker deploy firefly
|
||||||
docker_container:
|
docker_container:
|
||||||
name: firefly
|
name: firefly
|
||||||
@ -20,6 +26,8 @@
|
|||||||
- name: web
|
- name: web
|
||||||
aliases: [ "firefly" ]
|
aliases: [ "firefly" ]
|
||||||
volumes:
|
volumes:
|
||||||
|
- /data/firefly/export:/var/www/html/storage/export
|
||||||
|
- /data/firefly/logs:/var/www/html/storage/logs
|
||||||
- /data/firefly/upload:/var/www/html/storage/upload
|
- /data/firefly/upload:/var/www/html/storage/upload
|
||||||
tags: [ docker, firefly ]
|
tags: [ docker, firefly ]
|
||||||
- name: docker deploy firefly importer
|
- name: docker deploy firefly importer
|
||||||
@ -32,7 +40,7 @@
|
|||||||
- "8.8.8.8"
|
- "8.8.8.8"
|
||||||
- "8.8.4.4"
|
- "8.8.4.4"
|
||||||
env:
|
env:
|
||||||
# This is still undocumented
|
# This TRUSTED_PROXIES line is still undocumented
|
||||||
# https://github.com/firefly-iii/firefly-iii/issues/3256
|
# https://github.com/firefly-iii/firefly-iii/issues/3256
|
||||||
# God fucking dammit
|
# God fucking dammit
|
||||||
TRUSTED_PROXIES: "*"
|
TRUSTED_PROXIES: "*"
|
||||||
|
Loading…
Reference in New Issue
Block a user