Minor polish on firefly-iii

This commit is contained in:
Salt 2022-09-04 05:22:35 -05:00
parent 61cf4d16a0
commit 2be86d573a

View File

@ -1,4 +1,10 @@
# 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
docker_container:
name: firefly
@ -20,6 +26,8 @@
- name: web
aliases: [ "firefly" ]
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
tags: [ docker, firefly ]
- name: docker deploy firefly importer
@ -32,7 +40,7 @@
- "8.8.8.8"
- "8.8.4.4"
env:
# This is still undocumented
# This TRUSTED_PROXIES line is still undocumented
# https://github.com/firefly-iii/firefly-iii/issues/3256
# God fucking dammit
TRUSTED_PROXIES: "*"