Compare commits

...

5 Commits

Author SHA1 Message Date
notplants 488a656631 Revert version number to 5.1.1 2026-06-10 17:15:26 +00:00
notplants 793901a7c2 Merge branch 'master' into compose.matrix 2026-06-10 17:14:18 +00:00
carla 6e67d0c8c0 update maintenance and readme (#108)
<!--
This is just a proposal for our updated maintenance file with ideas how we could keep responsibility for the repo from local-it.
-->

* [ ] I have deployed and tested my changes
* [ ] I have [updated relevant versions in `abra.sh`](https://docs.coopcloud.tech/maintainers/upgrade/#updating-versions-in-the-abrash)
* [ ] I have made my environment variable changes [backwards compatible](https://docs.coopcloud.tech/maintainers/upgrade/#backwards-compatible-environment-variable-changes)
* [ ] I have added a [release note entry](https://docs.coopcloud.tech/maintainers/upgrade/#creating-new-release-notes)

Reviewed-on: coop-cloud/traefik#108
Reviewed-by: p4u1 <p4u1@noreply.git.coopcloud.tech>
Reviewed-by: decentral1se <decentral1se@noreply.git.coopcloud.tech>
Co-authored-by: carla <carla@local-it.org>
Co-committed-by: carla <carla@local-it.org>
2026-06-10 09:30:57 +00:00
notplants 88f1e61da2 chore: publish 5.1.2+v3.6.15 release 2026-05-25 16:52:59 +00:00
notplants 53321a7700 fix: matrix-federation entrypoint on :8448 to match published port
compose.matrix.yml publishes container port 8448, but the entrypoint
was on :9001 — federation traffic hit no listener. :9001 also collided
with the minio-console entrypoint.
2026-05-25 16:52:40 +00:00
4 changed files with 8 additions and 9 deletions
+3 -4
View File
@@ -7,10 +7,9 @@ certain quality and consistency, that others can rely on.
A recipe maintainer has the following responsibilities: A recipe maintainer has the following responsibilities:
- Respond to pull requests / issues within a week - Respond to pull requests / issues within two weeks
- Make image security updates within a day - Make image security updates within a week
- Make image patch / minor updates within a week - Make image major updates every three months
- Make image major updates within a month
In order to fullfill these responsibilities a recipe maintainer: In order to fullfill these responsibilities a recipe maintainer:
+3 -3
View File
@@ -5,7 +5,7 @@
> https://docs.traefik.io > https://docs.traefik.io
<!-- metadata --> <!-- metadata -->
* **Maintainer**: [@p4u1](https://git.coopcloud.tech/p4u1), [@decentral1se](https://git.coopcloud.tech/decentral1se), [@javielico](https://git.coopcloud.tech/javielico), [@moritz](https://git.coopcloud.tech/moritz) * **Maintainer**: [@p4u1](https://git.coopcloud.tech/p4u1), [@decentral1se](https://git.coopcloud.tech/decentral1se), [@javielico](https://git.coopcloud.tech/javielico), Local-IT: [@moritz](https://git.coopcloud.tech/moritz), [@msimon](https://git.coopcloud.tech/simon), [@carla](https://git.coopcloud.tech/carla)
* **Status**: `stable` * **Status**: `stable`
* **Category**: Utilities * **Category**: Utilities
* **Features**: ? * **Features**: ?
@@ -42,8 +42,8 @@ subdomains, like
need to give Traefik access to your DNS provider so that it can carry out need to give Traefik access to your DNS provider so that it can carry out
Letsencrypt DNS challenges. Letsencrypt DNS challenges.
1. Use Gandi, OVH, DO, Azure, PorkBun, or Cloudflare for DNS 🤡 (support for 1. Use Gandi, OVH, DO, Azure, or PorkBun for DNS 🤡 (support for other providers
other providers can be easily added, see can be easily added, see
[the `lego` docs](https://go-acme.github.io/lego/dns/#dns-providers). [the `lego` docs](https://go-acme.github.io/lego/dns/#dns-providers).
2. Run `abra app config YOURAPPDOMAIN` 2. Run `abra app config YOURAPPDOMAIN`
3. Uncomment e.g. `ENABLE_GANDI` and the related `SECRET_.._VERSION` line, e.g. 3. Uncomment e.g. `ENABLE_GANDI` and the related `SECRET_.._VERSION` line, e.g.
+1 -1
View File
@@ -1,3 +1,3 @@
export TRAEFIK_YML_VERSION=v30 export TRAEFIK_YML_VERSION=v31
export FILE_PROVIDER_YML_VERSION=v12 export FILE_PROVIDER_YML_VERSION=v12
export ENTRYPOINT_VERSION=v5 export ENTRYPOINT_VERSION=v5
+1 -1
View File
@@ -96,7 +96,7 @@ entrypoints:
{{- end }} {{- end }}
{{- if eq (env "MATRIX_FEDERATION_ENABLED") "1" }} {{- if eq (env "MATRIX_FEDERATION_ENABLED") "1" }}
matrix-federation: matrix-federation:
address: ":9001" address: ":8448"
{{- end }} {{- end }}
{{- if eq (env "NEXTCLOUD_TALK_HPB_ENABLED") "1" }} {{- if eq (env "NEXTCLOUD_TALK_HPB_ENABLED") "1" }}
nextcloud-talk-hpb: nextcloud-talk-hpb: