* chore: move most remaining Apps to GHCR mirror * remove apps that are official on dockerhub * add thelounge * move collarbora to mirror * move piware to mirror
20 lines
478 B
YAML
20 lines
478 B
YAML
image:
|
|
repository: ghcr.io/truecharts/collabora
|
|
tag: v6.4.10.10
|
|
pullPolicy: IfNotPresent
|
|
|
|
service:
|
|
main:
|
|
type: NodePort
|
|
ports:
|
|
main:
|
|
port: 9980
|
|
|
|
env:
|
|
domain: nextcloud\.domain\.tld
|
|
dictionaries: de_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT ru
|
|
username: admin
|
|
password: changeme
|
|
extra_params: "-o:welcome.enable=false -o:user_interface.mode=notebookbar -o:ssl.termination=true -o:ssl.enable=false"
|
|
server_name: collabora\.domain\.tld
|