diff --git a/docs/installation/onlyoffice.md b/docs/installation/onlyoffice.md index fe04642..20dbffb 100644 --- a/docs/installation/onlyoffice.md +++ b/docs/installation/onlyoffice.md @@ -1,38 +1,16 @@ # Onlyoffice ``` -git clone https://git.local-it.org/LIT/onlyoffice.git ~/.abra/apps/onlyoffice -abra app new --domain office.example.com --server servername --app-name servername_onlyoffice onlyoffice -abra app config servername_onlyoffice -abra app deploy servername_onlyoffice +abra app new onlyoffice +abra app config +abra app deploy ``` #### Nextcloud Konfiguration anpassen: -https://office.example.com -JWT_SECRET -##### enable forcepush - - -https://api.onlyoffice.com/editors/save#forcesave - - -` abra app run office.local-it.org app bash` -in folgender Datei hinzufügen: - ``` -/etc/onlyoffice/documentserver/local.json -{ -"services": { - "CoAuthoring": { - "autoAssembly": { - "enable": true, - "interval": "5m" - } - +abra app run --user www-data app /var/www/html/occ config:app:set onlyoffice DocumentServerUrl --value https:// +abra app run --user www-data app /var/www/html/occ config:app:set onlyoffice jwt_secret --value +abra app run --user www-data app /var/www/html/occ config:app:set onlyoffice customizationForcesave --value true ``` - - -in Nextcloud --> Admin -> Onlyoffice -> Editor-Einstellungen -> force save \ No newline at end of file diff --git a/docs/installation/vikunja.md b/docs/installation/vikunja.md index c3ae123..0440b2f 100644 --- a/docs/installation/vikunja.md +++ b/docs/installation/vikunja.md @@ -12,10 +12,11 @@ abra deploy ## SSO im authentik: - openid-provider anlegen - Notiere: und - Signaturschlüssel auswählen. - app anlegen + +- openid-provider anlegen + - Notiere: `` und `` + - Signaturschlüssel auswählen. +- app anlegen ```