forked from DGNum/infrastructure
feat(nextcloud): Add remote fonts to nextcloud office
This commit is contained in:
parent
05e8e501f5
commit
ad90c0e9db
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ in {
|
|||
ports = [ "9980:9980" ];
|
||||
environment = {
|
||||
domain = "cloud.dgnum.eu";
|
||||
extra_params = "--o:ssl.enable=false --o:ssl.termination=true";
|
||||
extra_params = "--o:ssl.enable=false --o:ssl.termination=true --o:remote_font_config.url=https://cloud.dgnum.eu/apps/richdocuments/settings/fonts.json";
|
||||
};
|
||||
extraOptions = [ "--cap-add" "MKNOD" "--cap-add" "SYS_ADMIN" ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue