3wordchant
  • Joined on 2020-03-23
3wordchant commented on issue coop-cloud/organising#572 2024-04-21 23:40:56 +00:00
Add instructions of deploying a simple static HTML page

I think there's some value in using an app that (a) people might already be familiar with and (b) demonstrates the power of docker swarm / coop cloud for deploying multiple-service stacks.

I…

3wordchant commented on issue coop-cloud/organising#359 2024-04-21 23:36:49 +00:00
Establish a convention for optional/default settings in .env files

Attempted recap of some conversation in coop-cloud/gitea!36, and Matrix.

We should also have some advice for:

1. When we want to set a different default in a recipe than upstream…

3wordchant commented on pull request coop-cloud/gitea#36 2024-04-21 23:29:09 +00:00
Adding more variable configs

Yeah good question @decentral1se, the docs seem to say there are only a few env vars supported, so I would say yes these new ones probably need to be added to app.ini.tmpl https://docs.gitea.com/

3wordchant commented on issue coop-cloud/backup-bot-two#51 2024-04-19 16:27:33 +00:00
RESTIC_REPOSITORY_FILE will not be read if RESTIC_REPOSITORY is not set.

Thanks both!

Drive-by comment on this:

I don't have RESTIC_PASSWORD_FILE nor RESTIC_REPOSITORY because they'd be redundant as I am already passing the password through `RESTIC_REPOSITO…

3wordchant created branch fetchmail-support in coop-cloud/mailu 2024-04-18 17:55:35 +00:00
3wordchant pushed to fetchmail-support at coop-cloud/mailu 2024-04-18 17:55:35 +00:00
3a8bf5519e wip: experimental fetchmail support
3wordchant pushed to main at coop-cloud/mailu 2024-04-18 17:55:24 +00:00
3wordchant closed issue coop-cloud/matrix-synapse#38 2024-04-16 14:04:31 +00:00
Setup Nginx proxy to avoid IP tracking
3wordchant pushed to feature/dockerfile at coop-cloud/backup-bot-two 2024-04-15 02:02:26 +00:00
b2365ea824 Switch ENTRYPOINT to try to resolve loop on start
3wordchant commented on pull request coop-cloud/backup-bot-two#49 2024-04-15 01:22:20 +00:00
Add dockerfile, and compose.yml to use it

Currently yes, all new commits would update 2.0.0, and we'd need to remember to manually bump this version when there are changes.

Normally I would suggest setting tags: latest, and setting…

3wordchant commented on pull request coop-cloud/backup-bot-two#49 2024-04-15 01:15:27 +00:00
Add dockerfile, and compose.yml to use it

Great work! It would be nice to have documentation on how to develop the backup bot (preferably locally). In think the workflow changed a bot with this change. We can also add this later…

3wordchant opened issue coop-cloud/backup-bot-two#50 2024-04-15 01:15:11 +00:00
Add documentation on (local) development
3wordchant pushed to feature/dockerfile at coop-cloud/backup-bot-two 2024-04-13 16:18:35 +00:00
41c5229ffa Update requirements
3wordchant pushed tag 6.0.1+v1.100.0 to coop-cloud/matrix-synapse 2024-04-13 14:05:48 +00:00
3wordchant pushed to main at coop-cloud/matrix-synapse 2024-04-13 14:05:45 +00:00
86106b6b6f chore: publish 6.0.1+v1.100.0 release
8250916051 Update release notes
Compare 2 commits »
3wordchant commented on issue coop-cloud/matrix-synapse#38 2024-04-13 13:56:41 +00:00
Setup Nginx proxy to avoid IP tracking

@moritz is this still happening for you?

3wordchant commented on pull request coop-cloud/backup-bot-two#49 2024-04-12 16:40:11 +00:00
Add dockerfile, and compose.yml to use it

@moritz thanks for review! I made entrypoint.sh executable in the repo and it seems to work now.

I generally prefer setting ENTRYPOINT to a shell and CMD to the script so that `docker…

3wordchant pushed to feature/dockerfile at coop-cloud/backup-bot-two 2024-04-12 16:34:26 +00:00
b956edb889 Make entrypoint executable
3wordchant commented on issue coop-cloud/matrix-synapse#43 2024-04-12 16:21:25 +00:00
SERVER_NAME referenced but doesn't exist anymore?

I can't remember if there's any benefit in supporting a "server name" that's different to `$DOMAIN, any ideas?

3wordchant commented on issue coop-cloud/matrix-synapse#35 2024-04-12 15:32:18 +00:00
Secret changes require recipe major version release

I did a major version release and moved the release note to it. @moritz @decentral1se OK to close?