• Joined on 2021-07-14
mayel commented on issue toolshed/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 toolshed/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 toolshed/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 toolshed/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 toolshed/recipes-wishlist#83 2023-01-20 00:32:39 +00:00
forgejo, soft fork of gitea
mayel commented on issue toolshed/organising#377 2023-01-17 21:57:14 +00:00
Performance issue with retrieving recipes

I guess this could be a fairly breaking change, depending on how well Gitea's magic redirection-from-old-repo-names feature works. If the answer is "badly"

If that's the case an alternative…

mayel commented on issue toolshed/recipes-catalogue-json#4 2023-01-17 21:50:22 +00:00
Reinstate automatic catalogue generation

Why are commits to recipes-catalogue-json showing up as from me? (Example). Drone is authenticating using a key added to the abra-bot repo, shouldn't it show up as abra-bot? Or maybe Drone is…

mayel created pull request toolshed/docs.coopcloud.tech#112 2023-01-06 19:13:22 +00:00
add tips to get into a container that won't start
mayel pushed to mayel-patch-1 at toolshed/docs.coopcloud.tech 2023-01-06 19:12:53 +00:00
765987d423 Update 'docs/operators/handbook.md'
mayel created branch mayel-patch-1 in toolshed/docs.coopcloud.tech 2023-01-06 19:12:53 +00:00
mayel opened issue toolshed/recipes-wishlist#81 2022-12-27 00:48:06 +00:00
Kopia: backup/restore tool to create encrypted snapshots of data and store remotely or in cloud storage
mayel opened issue toolshed/organising#349 2022-09-28 08:59:40 +00:00
should be able to deploy existing apps/recipes even if abra cannot reach git.coopcloud.tech
mayel opened issue toolshed/organising#348 2022-09-28 08:58:13 +00:00
explanatory error message when abra cannot reach git.coopcloud.tech
mayel opened issue toolshed/recipes-wishlist#74 2022-09-21 10:47:12 +00:00
Garage - s3 compatible distributed object storage
mayel opened issue toolshed/recipes-wishlist#73 2022-09-17 03:41:54 +00:00
Headway - maps & directions
mayel commented on issue toolshed/recipes-wishlist#22 2022-09-02 11:04:57 +00:00
Alltube, video downloader

Site seems down

mayel created repository mayel/bonfire 2022-05-30 10:42:02 +00:00
mayel commented on issue toolshed/organising#325 2022-05-30 08:12:22 +00:00
Avoid deleting data without prompt

No data loss don't worry :)

Here's how I came across this issue, I wanted to create several new instances similar to an existing one (with similar env keys), so duplicated it's folder, renamed…