fix(friendica): Add envs, to make first setup automatic (#1660)
* fix(friendica): Add envs, to make first setup automatic * whoops
This commit is contained in:
@@ -27,7 +27,7 @@ name: friendica
|
|||||||
sources:
|
sources:
|
||||||
- https://friendi.ca/
|
- https://friendi.ca/
|
||||||
- https://hub.docker.com/_/friendica
|
- https://hub.docker.com/_/friendica
|
||||||
version: 0.0.22
|
version: 0.0.23
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- social
|
- social
|
||||||
|
|||||||
@@ -82,7 +82,20 @@ questions:
|
|||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
# Include{fixedEnv}
|
# Include{fixedEnv}
|
||||||
|
- variable: FRIENDICA_ADMIN_MAIL
|
||||||
|
label: "Admin E-Mail"
|
||||||
|
description: "E-Mail address of the administrator."
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: ""
|
||||||
|
- variable: FRIENDICA_URL
|
||||||
|
label: "Friendica URL"
|
||||||
|
description: "The Friendica complete URL including protocol, domain and subpath (example: https://friendica.local/sub/ )."
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: ""
|
||||||
# Include{containerConfig}
|
# Include{containerConfig}
|
||||||
|
|
||||||
- variable: service
|
- variable: service
|
||||||
|
|||||||
@@ -15,6 +15,8 @@ podSecurityContext:
|
|||||||
env:
|
env:
|
||||||
MYSQL_USER: friendica
|
MYSQL_USER: friendica
|
||||||
MYSQL_DATABASE: friendica
|
MYSQL_DATABASE: friendica
|
||||||
|
FRIENDICA_ADMIN_MAIL: "my@domain.com"
|
||||||
|
FRIENDICA_URL: "https://friendica.local"
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
|
|||||||
Reference in New Issue
Block a user