Compare commits

..

14 Commits

Author SHA1 Message Date
3wordchant 34eaf7ea1f Merge pull request 'Remove Benjamin as a maintainer' (#62) from remove_maintainer into main
continuous-integration/drone/push Build is failing
Reviewed-on: #62
2026-07-14 20:52:36 +00:00
benjaminlyng 2142dcb622 Remove Benjamin as a maintainer
continuous-integration/drone/pr Build is failing
2026-07-11 05:08:11 +00:00
3wordchant acf7d1efef Merge pull request 'langugage env var' (#53) from Numerica/mastodon:english into main
continuous-integration/drone/push Build is failing
Reviewed-on: #53
2026-05-22 19:05:37 +00:00
3wordchant 93810e7f5c chore: publish 3.0.5+v4.5.10 release
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is failing
2026-05-20 14:31:11 -04:00
3wordchant a5ab65fa87 chore: update image tags 2026-05-20 14:30:35 -04:00
Roberto Soto f1bd5df88b langugage env var
continuous-integration/drone/pr Build is failing
2026-05-19 13:10:41 -04:00
3wordchant f2f7b05c82 Merge pull request 'docs: Maintainers let's goooo' (#48) from docs/3wc/putting-together-a-team into main
continuous-integration/drone/push Build is failing
Reviewed-on: #48
Reviewed-by: nicksellen <git@nicksellen.co.uk>
2026-05-07 15:51:42 +00:00
3wordchant 35280b714b docs: Maintainers let's goooo
continuous-integration/drone/pr Build is failing
2026-04-27 14:18:10 -04:00
3wordchant cc3ae5af16 chore: publish 3.0.4+v4.5.9 release
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is failing
2026-04-27 13:55:49 -04:00
3wordchant 714d050e07 chore: update image tags 2026-04-27 13:55:08 -04:00
3wordchant 414f5acc71 chore: publish 3.0.3+v4.5.7 release
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is failing
2026-02-27 15:57:58 -05:00
3wordchant 52cd608f4f chore: update image tags 2026-02-27 15:56:52 -05:00
3wordchant 986a780c56 chore: publish 3.0.2+v4.5.6 release
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is failing
2026-02-09 19:55:39 -05:00
3wordchant 434d95dc30 chore: publish 3.0.1+v4.5.5 release
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is failing
2026-02-03 02:07:00 -05:00
4 changed files with 41 additions and 6 deletions
+33
View File
@@ -0,0 +1,33 @@
# Mastodon Recipe Maintenance
All contributions should be made via a pull request. This is to ensure a
certain quality and consistency, that others can rely on.
## Maintainer Responsibilities
Maintainers are responsible for installing regular updates:
- Patch and minor updates within a week of them being released upstream
- Major updates within a month of them being released upstream
And responding to pull requests and issues, within a week of them being filed.
In order to fulfill these responsibilities a recipe maintainer:
- Has to watch the repository (to get notifications)
- Needs to make sure Renovate is configured properly
## Pull Requests
A pull request can be merged if it is approved by at least one maintainer. For
pull requests opened by a maintainer they need to be approved by another
maintainer. Even though it is okay to merge a pull request with one approval, it
is always better if all maintainers looked at the pull request and approved it.
## Become a maintainer
Everyone can apply to be a recipe maintainer:
1. Watch the repository to always get updates
2. Simply add yourself to the list in the [README.md](./README.md), add yourself to whichever things you would like to be (co) responsible for in this document, then open a new pull request with the change.
3. Once the pull request gets merged you will be added to the [mastodon maintainers team](https://git.coopcloud.tech/org/coop-cloud/teams/mastodon-maintainers).
+1 -1
View File
@@ -3,7 +3,7 @@
> Your self-hosted, globally interconnected microblogging community
<!-- metadata -->
* **Maintainers**: `@3wordchant` (Matrix: `@3wc:autonomic.zone`), `Benjamin` (Matrix: `@benjaminlj:matrix.org`)
* **Maintainers**: `@3wordchant` (Matrix: `@3wc:autonomic.zone`), `Nick` (Matrix: `@nicksellen:matrix.org`)
* **Status**: `stable`
* **Category**: Apps
* **Features**: 1
+2
View File
@@ -1,5 +1,7 @@
export ENTRYPOINT_CONF_VERSION=v7
export ENTRYPOINT_STREAMING_CONF_VERSION=v2
# we're using abra in english
export LANG=C
grep=grep
if ! $grep -P --version 2>/dev/null 1>/dev/null
+5 -5
View File
@@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: tootsuite/mastodon:v4.5.4
image: tootsuite/mastodon:v4.5.10
command: |
bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000"
networks: &bothNetworks
@@ -20,7 +20,7 @@ services:
- "traefik.http.routers.${STACK_NAME}_web.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}_web.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}_web.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=3.0.0+v4.5.4"
- "coop-cloud.${STACK_NAME}.version=3.0.5+v4.5.10"
configs: &configs
- source: entrypoint_sh
target: /usr/local/bin/entrypoint.sh
@@ -129,7 +129,7 @@ services:
- WEB_DOMAIN
streaming:
image: tootsuite/mastodon-streaming:v4.5.4
image: tootsuite/mastodon-streaming:v4.5.10
command: node ./streaming/index.js
configs: *configs
entrypoint: /usr/local/bin/entrypoint_streaming.sh
@@ -150,7 +150,7 @@ services:
volumes: *appVolume
sidekiq:
image: tootsuite/mastodon:v4.5.4
image: tootsuite/mastodon:v4.5.10
secrets: *secrets
command: bundle exec sidekiq
configs: *configs
@@ -178,7 +178,7 @@ services:
- POSTGRES_USER=${DB_USER}
redis:
image: redis:8.4-alpine
image: redis:8.6-alpine
networks: *internalNetwork
healthcheck:
test: ["CMD", "redis-cli", "ping"]