Compare commits
7
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fea0471c26 | ||
|
|
de5a0b4ad6 | ||
|
|
7319a0f1ab | ||
|
|
665feb1f8e | ||
|
|
3c5fd8645e | ||
|
|
283a66d69c | ||
|
|
25419a539f |
@@ -0,0 +1,32 @@
|
||||
# Vikunja 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
|
||||
|
||||
A recipe maintainer has the following responsibilities:
|
||||
|
||||
- Respond to pull requests / issues within two weeks
|
||||
- Make image security updates within a week
|
||||
- Make image major updates every three months
|
||||
|
||||
In order to fullfill 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 your self to the list in the [README.md](./README.md) and open a new pull request with the change.
|
||||
3. Once the pull request gets merged you will be added to the [vikunja maintainers team](https://git.coopcloud.tech/org/coop-cloud/teams/vikunja-maintainers).
|
||||
4. Join the room [#cc-|-vikunja-maintenance:matrix.org](#cc-|-vikunja-maintenance:matrix.org) and chat to other maintainers.
|
||||
@@ -4,9 +4,9 @@
|
||||
Organize everything, on all platforms
|
||||
|
||||
<!-- metadata -->
|
||||
|
||||
* **Maintainer**: Local-IT: [@moritz](https://git.coopcloud.tech/moritz), [@msimon](https://git.coopcloud.tech/simon), [@carla](https://git.coopcloud.tech/carla)
|
||||
* **Category**: Apps
|
||||
* **Status**: 0
|
||||
* **Status**: `stable`
|
||||
* **Image**: [`vikunja`](https://hub.docker.com/r/vikunja), 4, upstream
|
||||
* **Healthcheck**: Almost
|
||||
* **Backups**: Yes
|
||||
|
||||
+3
-3
@@ -19,7 +19,7 @@ services:
|
||||
max_attempts: 0
|
||||
|
||||
app:
|
||||
image: vikunja/vikunja:2.3.0
|
||||
image: vikunja/vikunja:2.6.0
|
||||
environment:
|
||||
- DOMAIN
|
||||
- LOG_LEVEL
|
||||
@@ -71,7 +71,7 @@ services:
|
||||
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectregex.replacement=https://${DOMAIN}$${1}"
|
||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.2.0+2.3.0"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.3.0+2.6.0"
|
||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
||||
healthcheck:
|
||||
test: ["CMD", "/healthcheck"]
|
||||
@@ -81,7 +81,7 @@ services:
|
||||
start_period: 1m
|
||||
|
||||
redis:
|
||||
image: redis:8.8.0-alpine
|
||||
image: redis:8.10.1-alpine
|
||||
networks:
|
||||
- internal
|
||||
|
||||
|
||||
Reference in New Issue
Block a user