Diese Seite ist nicht editierbar. Sie können den Quelltext sehen, jedoch nicht verändern. Kontaktieren Sie den Administrator, wenn Sie glauben, dass hier ein Fehler vorliegt. <markdown> # Setting up _ntfy_ using NGINX Proxy Manager as Reverse Proxy ## ... and how not setting UID:GID in docker-compose.yml can make you burn lifetime while "fixing" the proxy ... * If you want to setup _ntfy_ server for self-hosting with docker and NGINX Proxy Manager as Reverse Proxy * just follow https://random-it-blog.de/rocky-linux/setting-up-ntfy-with-ngnix-proxy-manager-authentication-and-ansible-notifications/ * Everything else you need to know is at https://docs.ntfy.sh/config/ * But if you _dont't_ run your container as root, e.g. as the unprivileged user _docker_, you __MUST__ set * ``` user: UID:GID # eg. 1030:999 (docker:docker in my case, check with id $USER in shell) ``` * else in case you setup authentication and attachments and stuff you will wonder why you can send messages from the Android App to the server but whatever you send it won't be received from your phone/app! That is because the files the container touches are root:root if you don't set user: UID:GID. * And then you search for hours in the proxy settings - because according to forums, issue trackers and other sources ITS ALWAYS THE PROXY!1!11! However. Besides this ntfy is a far better and easier solution than NextPush which is easys to install but wasn't easy to get to work with Nextcloud AIO. The hell knows why. </markdown>