• Joined on 2021-07-14
mayel created branch error-messages-attempt in coop-cloud/traefik 2023-04-10 00:45:30 +00:00
mayel commented on issue coop-cloud/organising#115 2023-04-03 23:59:46 +00:00
Add a nicer fallback page to Traefik

found a way with caddy to display an error when an app is down, guess it needs to be translated to use with docker labels:

handle_errors {
    @502 expression `{http.error.status_code} ==…
mayel created pull request coop-cloud/custom-html#2 2023-03-15 22:49:15 +00:00
add optional redirection + fix 404s
mayel pushed to redirect at coop-cloud/custom-html 2023-03-15 22:48:21 +00:00
6563cfc7e6 add optional redirection
mayel pushed to redirect at coop-cloud/custom-html 2023-03-15 22:47:57 +00:00
mayel created branch redirect in coop-cloud/custom-html 2023-03-15 22:47:56 +00:00
mayel pushed to main at coop-cloud/rallly 2023-02-28 20:03:57 +00:00
df6b7c29ab Update 'README.md'
mayel commented on issue coop-cloud/organising#115 2023-02-25 00:53:35 +00:00
Add a nicer fallback page to Traefik

@decentral1se did you ever get the custom error pages working? I made an attempt at a805f5de26 (not working yet)…

mayel created branch error-pages-attempt in coop-cloud/traefik 2023-02-25 00:51:58 +00:00
mayel pushed to error-pages-attempt at coop-cloud/traefik 2023-02-25 00:51:58 +00:00
a805f5de26 attempt at adding error pages
mayel commented on issue coop-cloud/organising#417 2023-02-15 03:19:37 +00:00
add a docker system prune with configurable options to undeploy step of lifecycle

May be good to also expose docker image prune (ideally even as a flag to autorun after a deploy) which should be enough for cases where you didn't undeploy and just need to keep a handle on…

mayel commented on issue coop-cloud/organising#417 2023-02-15 03:14:43 +00:00
add a docker system prune with configurable options to undeploy step of lifecycle

By contrast when that happened the volumes got correctly re-associated

mayel commented on issue coop-cloud/organising#417 2023-02-15 03:13:18 +00:00
add a docker system prune with configurable options to undeploy step of lifecycle

Well maybe it doesn't actually remove them, but if you remove a container they don't get re-associated correctly when you redeploy it?

mayel commented on issue coop-cloud/organising#417 2023-02-15 03:09:31 +00:00
add a docker system prune with configurable options to undeploy step of lifecycle

I don't mean as an abra thing, just when running docker system prune directly on the server when your app isn't running

mayel commented on issue coop-cloud/organising#417 2023-02-15 02:51:41 +00:00
add a docker system prune with configurable options to undeploy step of lifecycle

Well I'm not sure what's expected behaviour but in my experience I had to recreate and readd the secrets after redeploying an accidentally pruned

mayel commented on issue coop-cloud/organising#417 2023-02-15 02:44:24 +00:00
add a docker system prune with configurable options to undeploy step of lifecycle

+1 for an abra prune command (I have to ssh on to the server and run it often because of deploying incremental and the old docker images taking up space) It would be nice to show a list of…

mayel commented on issue coop-cloud/organising#236 2023-01-26 01:32:45 +00:00
Automatic patch/security updates for deployed apps

I don't see any problem with it because the env vars shouldn't contain any sensible data. All sensible data should be stored in secrets.

So far I've been using secrets for auto-generated…

mayel commented on pull request coop-cloud/gitea#30 2023-01-20 03:41:33 +00:00
add: forgejo overwrite

@3wordchant yeah makes sens to have a yml override as there may end up being other differences too, just noting the feasibility (I use that to be able to specify a different images for a specific…

mayel commented on pull request coop-cloud/gitea#30 2023-01-20 00:37:30 +00:00
add: forgejo overwrite

oh great to see! btw this approach would also work: image: ${APP_DOCKER_IMAGE} and in the .env simply APP_DOCKER_IMAGE=codeberg.org/forgejo/forgejo:1.18.0-1-rootless or the gitea one by…

mayel opened issue coop-cloud/recipes-wishlist#83 2023-01-20 00:32:39 +00:00
forgejo, soft fork of gitea