Any recommended “quick start” guides for LetsEncrypt? I get hung up trying to actually understand the process but I should just nut up and get it done.
Opinionated collection of docker-compose.yml
Submitted 8 months ago by canpolat@programming.dev to selfhosted@lemmy.world
https://github.com/holtwick/selfhosted
Comments
BrianTheeBiscuiteer@lemmy.world 8 months ago
cron@feddit.de 8 months ago
Setting up a reverse proxy with nginx proxy manager is pretty simple and comes with letsencrypt support.
For letsencrypt to work, a software needs to write a confirmation code to a special path in your domain. When letsencrypt verifies that you can write to this path (and therefore control the domain), you get the certificate.
PlexSheep@feddit.de 8 months ago
I hosted nom in two servers for some time, I had it break too often and could not set custom configs easily. I switched to caddy and could not be happier.
When using caddy, you don’t even need to think about letsencrypt, unless you want to disable it in favor of something else.
BrianTheeBiscuiteer@lemmy.world 8 months ago
Is this only for public facing services then? I have little desire to expose my services except through tailscale or something like that.
Decronym@lemmy.decronym.xyz 8 months ago
Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:
Fewer Letters More Letters HTTP Hypertext Transfer Protocol, the Web HTTPS HTTP over SSL SSL Secure Sockets Layer, for transparent encryption nginx Popular HTTP server
[Thread #518 for this sub, first seen 16th Feb 2024, 17:45] [FAQ] [Full list] [Contact] [Source code]
earmuff@lemmy.dbzer0.com 8 months ago
I‘m the author of this one and currently it is kind of a mess. Focus was on downloading stuff via usenet and torrent and now many home automation tools came along:
k4j8@lemmy.world 8 months ago
Nice list. Another, similar repo, also quite opinionated: github.com/DoTheEvo/selfhosted-apps-docker. I’m not the author, I’ve just found it really helpful at times.