mirror of
https://github.com/truecharts/charts.git
synced 2026-07-14 03:41:22 -03:00
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:
|
||||
- https://github.com/firefly-iii/firefly-iii/
|
||||
type: application
|
||||
version: 13.1.28
|
||||
version: 13.1.29
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- finacial
|
||||
|
||||
@@ -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}
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user