test_recipe_updates #1

Open
jmakdah2 wants to merge 2 commits from test_recipe_updates into main
Owner
No description provided.
jmakdah2 added 2 commits 2026-02-13 00:11:50 +00:00
decentral1se reviewed 2026-02-13 08:47:35 +00:00
decentral1se left a comment
Owner

Great work @jmakdah2!

Just a quick pass from myself.

Great work @jmakdah2! Just a quick pass from myself.
@ -8,2 +6,2 @@
- source: config_yml
target: /etc/miniflux/config.yml
image: "miniflux/miniflux:2.2.16"
depends_on:
Owner

depends_on is not supported in swarm mode 😢

`depends_on` is not supported in swarm mode 😢
@ -32,0 +39,4 @@
## Redirect HTTP to HTTPS
- "traefik.http.middlewares.${STACK_NAME}-redirectscheme.redirectscheme.scheme=https"
- "traefik.http.middlewares.${STACK_NAME}-redirectscheme.redirectscheme.permanent=true"
- "coop-cloud.${STACK_NAME}.version=0.2.0+2.2.16"
Owner

I understand the recipe was borked but I'd still stick to bumping the major version to signal that this is a big change in the config. That would probably mean 1.0.0+2.2.16?

I understand the recipe was borked but I'd still stick to bumping the major version to signal that this is a big change in the config. That would probably mean `1.0.0+2.2.16`?
@ -32,0 +59,4 @@
- internal
configs:
entrypoint:
Owner

entrypoint_conf

https://docs.coopcloud.tech/maintainers/handbook/#manage-configs

See the warning below, a naming convention needs to be honoured for abra.

`entrypoint_conf` https://docs.coopcloud.tech/maintainers/handbook/#manage-configs See the warning below, a naming convention needs to be honoured for `abra`.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin test_recipe_updates:test_recipe_updates
git checkout test_recipe_updates
Sign in to join this conversation.
No description provided.