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:
@@ -28,7 +28,7 @@ name: fireflyiii
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/firefly-iii/firefly-iii/
|
- https://github.com/firefly-iii/firefly-iii/
|
||||||
type: application
|
type: application
|
||||||
version: 13.1.28
|
version: 13.1.29
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- finacial
|
- finacial
|
||||||
|
|||||||
@@ -82,7 +82,18 @@ questions:
|
|||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
# Include{fixedEnv}
|
# 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}
|
# Include{containerConfig}
|
||||||
|
|
||||||
|
|||||||
@@ -39,6 +39,8 @@ env:
|
|||||||
SESSION_DRIVER: redis
|
SESSION_DRIVER: redis
|
||||||
REDIS_SCHEME: tcp
|
REDIS_SCHEME: tcp
|
||||||
REDIS_PORT: 6379
|
REDIS_PORT: 6379
|
||||||
|
APP_URL: ""
|
||||||
|
TRUSTED_PROXIES: "172.16.0.0/16"
|
||||||
|
|
||||||
envValueFrom:
|
envValueFrom:
|
||||||
DB_HOST:
|
DB_HOST:
|
||||||
|
|||||||
Reference in New Issue
Block a user