Compare commits
6
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
283a66d69c | ||
|
|
a3dd82d592 | ||
|
|
8f2427c43a | ||
|
|
a3e1bf9003 | ||
|
|
11057aaa7d | ||
|
|
345f2f620b |
@@ -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
|
||||
|
||||
+5
-5
@@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
vikunja-init:
|
||||
image: busybox:1.37.0
|
||||
image: busybox:1.38.0
|
||||
command:
|
||||
[
|
||||
"sh",
|
||||
@@ -19,7 +19,7 @@ services:
|
||||
max_attempts: 0
|
||||
|
||||
app:
|
||||
image: vikunja/vikunja:2.2.2
|
||||
image: vikunja/vikunja:2.3.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.1.0+2.2.2"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.2.0+2.3.0"
|
||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
||||
healthcheck:
|
||||
test: ["CMD", "/healthcheck"]
|
||||
@@ -81,12 +81,12 @@ services:
|
||||
start_period: 1m
|
||||
|
||||
redis:
|
||||
image: redis:8.6.1-alpine
|
||||
image: redis:8.8.0-alpine
|
||||
networks:
|
||||
- internal
|
||||
|
||||
db:
|
||||
image: postgres:13
|
||||
image: pgautoupgrade/pgautoupgrade:17-alpine
|
||||
environment:
|
||||
POSTGRES_PASSWORD_FILE: /run/secrets/db_password
|
||||
POSTGRES_USER: vikunja
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user