|
29
|
|
|
30
|
The default config contains commented-out lines for setting up SSO with [Keycloak](https://recipes.coopcloud.tech/keycloak). Uncomment those lines and edit as needed. To set the client secret, run `abra app secret insert <app-name> oidc_client_secret v1`
|
Markdown
Last indexed 2025-10-02 01:24:38 +00:00
|
79
|
|
|
80
|
Uncomment the line in the config setting `ONION_ENABLED=1`. This will create a new entrypoint on port 9052 which can be used to bypass forced SSL. For more details, see the [onion recipe](https://recipes.coopcloud.tech/onion).
|
Markdown
Last indexed 2026-08-03 12:05:07 +00:00
|
24
|
* Give yourself admin rights by running `abra app cmd <app-name> app make_last_user_admin`
|
|
25
|
* Deploy [swarm-cronjob](https://recipes.coopcloud.tech/swarm-cronjob) on your server if it is not running yet. This is needed for loomios cron container to be started to do hourly chores.
|
Markdown
Last indexed 2026-05-14 00:22:21 +00:00
|
67
|
app. Don't forget to actually [enable Anubis on the Traefik app
|
|
68
|
too](https://recipes.coopcloud.tech/traefik)!
|
Markdown
Last indexed 2026-07-23 11:13:46 +00:00
|
19
|
|
|
20
|
1. First deploy [swarm-cronjob](https://recipes.coopcloud.tech/swarm-cronjob)
|
|
21
|
2. Obtain an API token for your target git forge. For example, here are the [docs for Gitea/Forgejo](https://docs.renovatebot.com/modules/platform/forgejo/). |
Markdown
Last indexed 2025-10-05 00:13:55 +00:00
|
39
|
app. Don't forget to actually [enable Anubis on the Traefik app
|
|
40
|
too](https://recipes.coopcloud.tech/traefik)!
|
Markdown
Last indexed 2026-04-15 20:06:19 +00:00
|
73
|
If you're using the
|
|
74
|
[monitoring-ng](https://recipes.coopcloud.tech/monitoring-ng) recipe,
|
|
75
|
insert the `metrics_token` with the value of `basic_auth`: |
Markdown
Last indexed 2026-06-17 22:02:01 +00:00
|
29
|
First, install onlyoffice following the instructions in the
|
|
30
|
[OnlyOffice Recipe](https://recipes.coopcloud.tech/onlyoffice), and enable
|
|
31
|
the JWT secret. Then configure your nextcloud instance with: |
Markdown
Last indexed 2026-08-13 06:08:45 +00:00