devydave
  • Joined on 2025-05-16
devydave opened issue coop-cloud/bonfire#1 2026-03-23 15:52:37 +00:00
MAIL_PASSWORD should be part of secrets
devydave opened issue coop-cloud/tinyauth#2 2026-03-21 09:49:48 +00:00
Migrate to v5
devydave pushed to main at coop-cloud/tinyauth 2026-03-21 09:09:53 +00:00
2f0dc7dee5 Merge pull request 'chore: Configure Renovate' (#1) from renovate/configure into main
c756ea3643 Add renovate.json
Compare 2 commits »
devydave deleted branch renovate/configure from coop-cloud/tinyauth 2026-03-21 09:09:53 +00:00
devydave merged pull request coop-cloud/tinyauth#1 2026-03-21 09:09:52 +00:00
chore: Configure Renovate
devydave created pull request toolshed/alakazam#1 2026-03-20 11:48:01 +00:00
Disclaimer proposal regarding https://docs.coopcloud.tech/federation/resolutions/in-progress/037/
devydave deleted branch feat-cache-assets from coop-cloud/parasol-static-site 2026-02-21 09:27:04 +00:00
devydave pushed to main at coop-cloud/parasol-static-site 2026-02-21 09:27:03 +00:00
a6879008e8 feat: adds caching of asset files (#13)
311c4542dd feat: adds caching of asset files
Compare 2 commits »
devydave merged pull request coop-cloud/parasol-static-site#13 2026-02-21 09:27:02 +00:00
feat: adds caching of asset files
devydave closed issue coop-cloud/parasol-static-site#10 2026-02-21 09:27:02 +00:00
add caching to assets
devydave commented on pull request coop-cloud/parasol-static-site#13 2026-02-20 17:02:30 +00:00
feat: adds caching of asset files

I think for static sites it should not be a problem. You can also define your assets cache breaking in hugo when using their asset pipeline. I sent you a private message with the domain

devydave opened issue coop-cloud/parasol-static-site#14 2026-02-20 16:56:02 +00:00
private pull with deploy key seems broken
devydave created pull request coop-cloud/parasol-static-site#13 2026-02-20 16:49:43 +00:00
feat: adds caching of asset files
devydave created branch feat-cache-assets in coop-cloud/parasol-static-site 2026-02-20 16:46:56 +00:00
devydave pushed to feat-cache-assets at coop-cloud/parasol-static-site 2026-02-20 16:46:56 +00:00
311c4542dd feat: adds caching of asset files
devydave created pull request coop-cloud/parasol-static-site#12 2026-02-20 14:57:09 +00:00
fix: fails deployment when invalid HUGO_VERSION is given or download fails
devydave created branch fail-deploy-on-invalid-version in coop-cloud/parasol-static-site 2026-02-20 14:56:40 +00:00
0dacf0ef75 fix: fails deployment when invalid HUGO_VERSION is given or download fails
devydave commented on issue coop-cloud/parasol-static-site#11 2026-02-20 11:57:17 +00:00
deployment does not fail when hugo version cannot be downloaded

Ok the error was copying the version tag from Github. The release is v0.130.0 but the recipe takes 0.130.0 as version without the v. But i think it is still helpful to fail the deployment if…

devydave commented on issue coop-cloud/parasol-static-site#11 2026-02-20 11:51:13 +00:00
deployment does not fail when hugo version cannot be downloaded

@decentral1se The issue came up again after updating to the newest release, we set the HUGO_VERSION, but the request failed and we get the old 0.130.0 version. We are currently debugging it