updates #3

Merged
decentral1se merged 3 commits from jjsfunhouse/gancio:update into main 2026-03-28 10:24:32 +00:00
Owner

Add backup-bot-two to the app.
Change README to reflect starting gancio.

Add backup-bot-two to the app. Change README to reflect starting gancio.
jjsfunhouse added 1 commit 2026-03-25 18:25:07 +00:00
decentral1se reviewed 2026-03-26 11:47:49 +00:00
decentral1se left a comment
Owner

Thanks for taking a run at this @jjsfunhouse!

Thanks for taking a run at this @jjsfunhouse!
README.md Outdated
@ -21,2 +21,4 @@
* `abra app config <app-name>`
* `abra app deploy <app-name>`
* navigate to the app at `https://<app-name>` and fill out the configuration setup. Then click `Next` at the bottom. At this point, the page should display a default username `admin` and password `<password>` while constantly refreshing and failing. Save the contents of `<password>`
* `abra app refresh <app-name> app`
Owner

Did you mean another command abra app refresh doesn't exist?

Did you mean another command `abra app refresh` doesn't exist?
Author
Owner

You're totally right, mixed up refresh and restart

You're totally right, mixed up `refresh` and `restart`
decentral1se marked this conversation as resolved
compose.yml Outdated
@ -4,3 +4,3 @@
services:
app:
image: cisti/gancio:1.25.1
image: cisti/gancio
Owner

This will default to latest which can be unstable because we do not know which exact version will be deployed. We generally have a convention of pinning the version and then using abra recipe ... commands to make releases:

Do you have a specific version you want to upgrade to?

This will default to `latest` which can be unstable because we do not know which exact version will be deployed. We generally have a convention of pinning the version and then using `abra recipe ...` commands to make releases: * https://docs.coopcloud.tech/maintainers/handbook/#upstream-released-a-new-version-how-do-i-upgrade-the-recipe * https://docs.coopcloud.tech/maintainers/handbook/#how-do-i-release-a-new-recipe-version Do you have a specific version you want to upgrade to?
Author
Owner

Pinned it to the current latest version!

Pinned it to the current latest version!
decentral1se marked this conversation as resolved
compose.yml Outdated
@ -18,2 +18,4 @@
condition: on-failure
max_attempts: 10
labels:
- "backupbot.backup=true"
Owner

We usually allow the possibility to turn it off also:

- "backupbot.backup=${ENABLE_BACKUPS:-true}"

See other recipes for conventions around the backupbot labels.

We usually allow the possibility to turn it off also: > `- "backupbot.backup=${ENABLE_BACKUPS:-true}"` See other recipes for conventions around the `backupbot` labels.
decentral1se marked this conversation as resolved
@ -21,2 +24,3 @@
- "traefik.docker.network=proxy"
- "traefik.http.services.${STACK_NAME}.loadbalancer.server.port=13120"
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
Owner

You need to add EXTRA_DOMAINS configuration to https://git.coopcloud.tech/coop-cloud/gancio/src/branch/main/.env.sample then also? See other recipes for what you can copy/paste .

You need to add `EXTRA_DOMAINS` configuration to https://git.coopcloud.tech/coop-cloud/gancio/src/branch/main/.env.sample then also? See other recipes for what you can copy/paste .
decentral1se marked this conversation as resolved
jjsfunhouse added 1 commit 2026-03-27 17:10:20 +00:00
Author
Owner

Updated the .env to reflect the compose and fixed the README

Updated the .env to reflect the compose and fixed the README
decentral1se reviewed 2026-03-27 19:56:21 +00:00
decentral1se left a comment
Owner

One minor comment, thanks!

Fine to merge from my side then 💟

One minor comment, thanks! Fine to merge from my side then 💟
.env.sample Outdated
@ -2,2 +3,4 @@
DOMAIN=gancio.example.com
## Domain aliases
#EXTRA_DOMAINS=', `www.nextcloud.example.com`'
Owner

www.gancio.example.com?

`www.gancio.example.com`?
decentral1se marked this conversation as resolved
jjsfunhouse added 1 commit 2026-03-27 20:10:45 +00:00
Author
Owner

Made that final change, thanks for looking this over!

Made that final change, thanks for looking this over!
decentral1se approved these changes 2026-03-28 10:24:28 +00:00
decentral1se merged commit 56c5c2b846 into main 2026-03-28 10:24:32 +00:00
Sign in to join this conversation.
No description provided.