this post was submitted on 11 Dec 2023
254 points (98.1% liked)

Selfhosted

60758 readers
212 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Hey, I've recently designed a Poster about the FHS since I often forget where I should place or find things. Do you have any feedback how to make it better?

Edit: Put up new version

Dark mode

Dark mode

you are viewing a single comment's thread
view the rest of the comments
[–] Scrath@feddit.de 2 points 2 years ago (2 children)

I have 2 questions:

Do I understand the colors correctly in that /home is deprecated and shouldn't be used? What's the alternative in that case?

Where would you guys put configuration files for services? /srv seems like an adequate directory

[–] legios@aussie.zone 2 points 2 years ago* (last edited 2 years ago)

I'm trying to remember this correctly, but traditionally /home is a symlink of /usr/home. I think that's deprecated and you should now just have /home

[–] callcc@lemmy.world 1 points 2 years ago* (last edited 2 years ago)

The colors are confusing. I meant to mark /home as non-standard since it's not mandated by the FHS.

The FHS doesn't specifically mention the config of webservices but /srv seems good to me. Read https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch03s17.html for more info.

Edit: Changed colors