chore(fireflyiii): Add gui options for trusted proxies and url (#1987)

* chore(fireflyiii): Add gui options for trusted proxies and url

* default trusted_proxies to k8s range
This commit is contained in:
Stavros Kois
2022-03-02 12:57:10 +02:00
committed by GitHub
parent 2aa316f462
commit 4eb3bc3554
3 changed files with 15 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ name: fireflyiii
sources:
- https://github.com/firefly-iii/firefly-iii/
type: application
version: 13.1.28
version: 13.1.29
annotations:
truecharts.org/catagories: |
- finacial

View File

@@ -82,7 +82,18 @@ questions:
type: dict
attrs:
# Include{fixedEnv}
- variable: APP_URL
label: "APP_URL"
description: "Application URL eg. https://fireflyiii.mydomain.com"
schema:
type: string
default: "http://localhost:10082"
- variable: TRUSTED_PROXIES
label: "TRUSTED_PROXIES"
description: "TRUSTED_PROXIES"
schema:
type: string
default: "172.16.0.0/16"
# Include{containerConfig}

View File

@@ -39,6 +39,8 @@ env:
SESSION_DRIVER: redis
REDIS_SCHEME: tcp
REDIS_PORT: 6379
APP_URL: ""
TRUSTED_PROXIES: "172.16.0.0/16"
envValueFrom:
DB_HOST: