this post was submitted on 16 Feb 2024
40 points (84.5% liked)

Selfhosted

37811 readers
680 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] BrianTheeBiscuiteer@lemmy.world 4 points 4 months ago (13 children)

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.

[–] cron@feddit.de 7 points 4 months ago (11 children)

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.

[–] BrianTheeBiscuiteer@lemmy.world 1 points 4 months ago (4 children)

Is this only for public facing services then? I have little desire to expose my services except through tailscale or something like that.

[–] double_oh_walter@feddit.nu 3 points 4 months ago* (last edited 4 months ago) (1 children)

No! If you have a domain and can do DNS* verification you can get fully functional certificates to use on your internal network.

*Doesn’t have to be DNS, but then you’d need to expose http to the internet for verification.

[–] BrianTheeBiscuiteer@lemmy.world 1 points 4 months ago

Reading a post on the LE forum it sounds like smallstep might be closer to what I need.

load more comments (2 replies)
load more comments (8 replies)
load more comments (9 replies)