Based on our record, Nginx Proxy Manager should be more popular than acme.sh. It has been mentiond 293 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I began to self-host a Minecraft server using Crafty Controller, an Excalidraw instance, Docmost to replace Notion, Plane to replace Jira, and Penpot to replace Figma. To be able to access them from the internet, I used Nginx Proxy Manager to set up reverse proxies with SSL. You can use Traefik or Caddy instead, but I enjoyed the ease-of-use of NPM. For a dashboard solution, I started with Homarr, but later... - Source: dev.to / about 2 months ago
Pi-hole is a killer application and I've loved it since I got it setup. One other app I highly recommend to run on your Pi in addition to Pi-hole is Nginx Proxy Manager[1]. [1]: https://nginxproxymanager.com/. - Source: Hacker News / 4 months ago
If anyone is looking for one, https://nginxproxymanager.com/ Been using it for years and it’s been solid. - Source: Hacker News / 5 months ago
Most people will use nginx-proxy [0] or Traefik [1] for front ending home labs with LetsEncrypt certs... Beyond that people will protect them with things like Tailscale [2], Cloudflare Tunnels [3] or even just mTLS [4] for protected access. Home labbing today has a lot of amazing software and it's hard to keep up! And as for dashboarding [5] on top of all this there are a lot of options. [0]... - Source: Hacker News / 5 months ago
Take a look at NginxProxyManager. This would give you the opportunity to put everything in the form of service1.domain.com , service2.domain.com ,etc. Source: over 1 year ago
I was amazed by them having so much distrust of the various clients. Certbot is typically in the repositories for things like Debian/Ubuntu. My favourite client is probably https://github.com/acmesh-official/acme.sh If you use a DNS service provider that supports it, you can use the DNS-01 challenge to get a certificate - that means that you can have the... - Source: Hacker News / 16 days ago
Thank you for using the project! On the concern of it would be harder to setup, I think it would be easier in fact, you would simply curl the Go or C statically generated binary to your path and would alleviate the need for jq or curl to be installed alongside. I think the reason I haven’t made the switch yet is I like Bash (even though my script is getting pretty big), and in a way it’s a testament to what’s... - Source: Hacker News / 5 months ago
I use Dynu.com as my DNS provider (they're cheap, provide APIs and very fast to update which is great for home IP addresses that may change). Then, to get the certificates, I use https://github.com/acmesh-official/acme.sh which is a shell script. Copying the certificates to the relevant machines is done by a BASH script that runs the relevant acme.sh commands. - Source: Hacker News / 8 months ago
A self-signed certificate was generated and used by Proxmox which will always generate a warning on the browser. I did not like seeing this when trying to work on my home lab. So, I started looking for ways to put a valid SSL certificate in Proxmox. During my research, I found that Proxmox could be made to integrate with acme.sh; a free SSL certificate generator powered by ACME(Let's Encrypt). - Source: dev.to / about 1 year ago
Dehydrated and acme.sh seems different. Is one of them fork? https://github.com/acmesh-official/acme.sh. - Source: Hacker News / about 1 year ago
Traefik - Load Balancer / Reverse Proxy
Certbot - Automatically enable HTTPS on your website with EFF's Certbot, deploying Let's Encrypt certificates.
Caddy - The HTTP/2 Web Server with Automatic HTTPS
nginx - A high performance free open source web server powering busiest sites on the Internet.
Let's Encrypt - Let’s Encrypt is a free, automated, and open certificate authority brought to you by the Internet Security Research Group (ISRG).
Haproxy - Reliable, High Performance TCP/HTTP Load Balancer