CrazyMax
CrazyMax
This is just to set up a GPG key on GitHub but this is not a prerequisite. It can also be different following the provider (GitHub, Gitlab, ...). Maybe we...
@ririko5834 Which AnonAddy version? Latest? > ``` > [2023-12-19 00:47:49] production.ERROR: iconv(): Wrong encoding, conversion from "windows-1250" to "utf-8//translit//ignore" is not allowed {"exception":"[object] (ErrorException(code: 0): iconv(): Wrong encoding, conversion from...
Build seems to hang with Alpine 3.19. Not sure if linked to QEMU: https://github.com/anonaddy/docker/actions/runs/7220550101/job/19682994245?pr=245#step:7:3756 ``` #39 [linux/arm/v6 stage-1 5/6] RUN apk --no-cache add -t build-dependencies git nodejs npm && node...
> the liveness, readiness and startup probs stop working. Not sure what this means but health check for the container is used here: https://github.com/crazy-max/docker-rtorrent-rutorrent/blob/cfea5dcd855334901f4ad86b7235600a8cc4033b/Dockerfile#L252-L253 https://github.com/crazy-max/docker-rtorrent-rutorrent/blob/cfea5dcd855334901f4ad86b7235600a8cc4033b/rootfs/usr/local/bin/healthcheck#L4-L11 There is an additional nginx...
> > Healthcheck ports are for internal use only. What's your use case? > > [traefik/traefik#7732 (comment)](https://github.com/traefik/traefik/issues/7732#issuecomment-760900802) > > Traefik won't work if you change the default ports, so it...
> 10% Can you post your benchmarks affirming this supposed percentage?
> Should probably have a note that these variables need to be set to the same value across the cluster (much like NODE_ID needs to be unique) We don't have...
> If .env is shared across containers, how can NODE_ID be unique if it is set there? Oh I guess you mean for the dispatcher container? In this case I...
> This PR needs to be merged to make alerting work in the container based environment. > > [librenms/librenms#14647](https://github.com/librenms/librenms/pull/14647) Moving to draft while waiting for the upstream PR to be...
`dbhost` is set only for autoconfig on first installation: https://github.com/crazy-max/docker-nextcloud/blob/c9a16f5914faae0f36caaea0290d41cbe8914f37/rootfs/etc/cont-init.d/03-config.sh#L181 See https://github.com/crazy-max/docker-nextcloud#first-installation If you need to change this value after first installation, you need to edit the configuration in `/data/config.php`.