Pierre Couy
Pierre Couy
Should resolve https://github.com/binwiederhier/ntfy/issues/1140 I have tested this using `Dockerfile-build`. I replaced `image: binwiederhier/ntfy` with the following in my `docker-compose.yml` : ``` build: context: ./ntfy dockerfile: Dockerfile-build ``` E-mails are not...
:lady_beetle: **Describe the bug** I'm trying to configure the SMTP sender on my self-hosted ntfy server, with my self-hosted mail server using [Docker Mailserver](https://docker-mailserver.github.io/docker-mailserver/latest/). Mails sent by ntfy get bounced...
Following my conversation with @bo0tzz and @zackpollard on discord, I'm proposing this PR that adds details to the instance settings page to clarify that enabling maps makes you rely on...
Hi ! After coming up with my own hacky solution to use the wireguard interface as the default route inside the containers, I looked into properly adding it to your...
The link to your gh-pages demos were wrong, I fixed them (`pmneila.github.com` => `pmneila.github.io`)
### Regression? No ### System Info and Version System/Version info ```sh Hyprland, built from branch at commit 918d8340afd652b011b937d29d5eea0be08467f5 (flake.lock: update). Date: Tue Jun 25 12:06:02 2024 Tag: v0.41.2, commits: 4886...
I'd like to merge this but I am unable to test it (see the readme). If you are able to test it, please report back so that I know I...
This is the same issue as fixed in https://github.com/Curt-Park/rainbow-is-all-you-need/pull/76 which is due to `math.floor(bj)` and `math.ceil(bj)` both returning the same value when `bj` has an integer value, which can cause...
Fixes excessively high CPU and RAM usage on idling instance All the following graphs are stacked CPU time / container, and the largest area is the clickhouse server. Spikes are...