Compare commits

...
3 changed files with 37 additions and 2 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`), `Benjamin` (Matrix: `@benjaminlj:matrix.org`), `Nick` (Matrix: `@nicksellen:matrix.org`)
* **Status**: `stable`
* **Category**: Apps
* **Features**: 1
+3 -1
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
@@ -106,7 +108,7 @@ secrets() {
echo "VAPID_PRIVATE_KEY = $VAPID_PRIVATE_KEY"
echo ""
abra app secret generate "$APP_NAME" db_password v1
abra app secret generate "$APP_NAME" db_password v1 -n
echo ""
echo "don't forget to insert your smtp_password! your deployment won't work without it"