Jadyn Emma Jäger jadyn
  • Joined on 2021-09-27
jadyn commented on issue finallycoffee/base#6 2025-07-02 07:00:12 +00:00
Lego fails on account changes

It should also check whether the subject of the certificates actually contain all required certificates, in case it doesn't we should renew right away.

jadyn created pull request finallycoffee/base#12 2025-05-10 14:25:02 +00:00
fix for lego/set-e-fix
jadyn created branch lego/set-e-fix in jadyn/finallycoffee.base 2025-05-10 14:21:59 +00:00
jadyn pushed to lego/set-e-fix at jadyn/finallycoffee.base 2025-05-10 14:21:59 +00:00
9e76d11aa4 fix: capture exit code instead of std-out
e93bb182c0 fix: Unset -e during nc command
27d9555428 fix(lego): do not trigger script abortion on wanted exit code != 0
b14f36c7e8 meta: update collection version to 0.3.0
762e2ffc27 feat(mosh): add ansible role
Compare 10 commits »
jadyn pushed to lego/set-e-fix at finallycoffee/base 2025-05-01 12:24:12 +00:00
e93bb182c0 fix: Unset -e during nc command
jadyn created pull request finallycoffee/base#10 2024-10-18 12:55:13 +00:00
feat(lego): Detect lego_architecture automatically
jadyn pushed to main at jadyn/finallycoffee.base 2024-10-18 12:54:10 +00:00
153df81836 feat(lego): Detect lego_architecture automatically
7021ed1a89 meta: bump collection version to 0.1.2, require community.docker@^3.0.0, take issues on codeberg repo mirror
afe72f554e chore(nginx): add deployment_method=podman
c36e95d7eb chore(nginx): add state=absent support
97526aec36 update(nginx): bump version to 1.27.2
Compare 14 commits »
jadyn commented on pull request finallycoffee/matrix#9 2024-10-13 14:45:04 +00:00
feat(hydrogen): add ansible role for deployment using docker

lgtm

jadyn approved finallycoffee/matrix#8 2024-10-02 15:28:05 +00:00
update(synapse): bump version to 1.116.0

lgtm

jadyn merged pull request finallycoffee/base#8 2024-09-12 06:01:58 +00:00
Add cap_net_bind capabilities to systemd unit and ensure correct permissions
jadyn pushed to main at jadyn/finallycoffee.base 2024-09-11 15:48:09 +00:00
967ebab4c1 feat(lego): Ensure certificates have correct mode and owner
jadyn created pull request finallycoffee/base#8 2024-09-09 11:15:16 +00:00
feat(lego): Add cap_net_bind capabilities to systemd unit
jadyn pushed to main at jadyn/finallycoffee.base 2024-09-09 11:15:04 +00:00
5f4fbd492c feat(lego): Add cap_net_bind capabilities to systemd unit
jadyn opened issue finallycoffee/base#7 2024-09-09 09:10:08 +00:00
Lego Systemd
jadyn opened issue finallycoffee/base#6 2024-08-31 15:35:47 +00:00
Lego fails on account changes
jadyn closed issue finallycoffee/base#4 2024-08-31 15:34:04 +00:00
Lego http fallback
jadyn merged pull request finallycoffee/base#5 2024-08-20 16:01:49 +00:00
feat(roles/lego): Add support for LEGO_HTTP_PORT_FALLBACK
jadyn pushed to main at jadyn/finallycoffee.base 2024-08-04 13:14:34 +00:00
96f5da9bf6 feat(roles/lego): Add support for LEGO_HTTP_PORT_FALLBACK
jadyn commented on pull request finallycoffee/base#5 2024-08-04 13:11:04 +00:00
feat(roles/lego): Add support for LEGO_HTTP_PORT_FALLBACK

As the debian/stable version doesn't support IPv6 (yet?) and other options utilizing pre-installed tools require root access, this could be fixed by using a more complex approach or installing…