From 9db89e0ae5e31e522d89d24814dcb7441d4e0a9a Mon Sep 17 00:00:00 2001 From: marlon Date: Fri, 29 Aug 2025 13:25:19 -0400 Subject: [PATCH] update links that pointed to git.autonomic.zone to point to git.coopcloud.tech --- docs/maintainers/tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/maintainers/tutorial.md b/docs/maintainers/tutorial.md index 8076f96..6facefc 100644 --- a/docs/maintainers/tutorial.md +++ b/docs/maintainers/tutorial.md @@ -50,7 +50,7 @@ Open the `compose.yml` in your favourite editor and have a gander 🦢. The 5. The MariaDB service doesn't need to be exposed to the internet, so we can define an `internal` network for it to communicate with Matomo. 6. Lastly, we want to use `deploy.labels` and remove the `ports:` definition, to tell Traefik to forward requests to Matomo based on hostname and generate an SSL certificate. -The resulting `compose.yml` is available [here](https://git.autonomic.zone/coop-cloud/matomo/src/branch/main/compose.yml). +The resulting `compose.yml` is available [here](https://git.coopcloud.tech/coop-cloud/matomo/src/branch/main/compose.yml). ### Updating the `.env.sample` @@ -87,7 +87,7 @@ Otherwise, or once you've done that, go ahead and deploy the app: abra app deploy swarm.example.com ``` -Then, open the `DOMAIN` you configured (you might need to wait a while for Traefik to generate SSL certificates) to finish the set-up. Luckily, this container is (mostly) configurable via environment variables, if we want to auto-generate the configuration we can use a `config` and / or a custom `entrypoint` (see [`coop-cloud/mediawiki`](https://git.autonomic.zone/coop-cloud/mediawiki) for examples of both). +Then, open the `DOMAIN` you configured (you might need to wait a while for Traefik to generate SSL certificates) to finish the set-up. Luckily, this container is (mostly) configurable via environment variables, if we want to auto-generate the configuration we can use a `config` and / or a custom `entrypoint` (see [`coop-cloud/mediawiki`](https://git.coopcloud.tech/coop-cloud/mediawiki) for examples of both). ### Finishing up