• 0 Posts
  • 110 Comments
Joined 1 year ago
cake
Cake day: August 26th, 2023

help-circle



  • Don’t like plus features or paid features at all. I donate frequently to a few open source projects, but I decide if I pay and when I pay and how much I pay.

    The donate button is floating, that is annoying and even if you donated, it won’t go away. You need to buy a subscription. Sorry but no, there are better softwares out there

    Immich got a shitstorm because of the license button in a corner without any paid features. Now it is now called support (which is better imo)

















  • I use Zoraxy on all my servers, it replaced Nginx proxy manager (NPM) for me completely. Installed on my host system, it points directly into docker containers via IPV6 in most cases.

    For services that I run on the host directly, it points to nginx or apache, both work well with Zoraxy. Synape, Mastodon, Immich, Vaultwarden, Jellyfin, Nextcloud, WordPress… No problem

    If you run Zoraxy in docker, it works like NPM, but it has no advanced tab for additional configuration. It is just a reverse proxy, not a full web server like NPM, which is basically a GUI for nginx.

    You will need nginx in addition for traffic splitting for some services, like Synapse or Mastodon, even in docker. In NPM this is called locations

    I think it is beginner friendly, since those users mostly use docker containers. Container mostly work out of the box like in NPM. They can use Zoraxy in docker too and point it directly to a container name and port, immich_server:3001 for example. Same as in NPM