this post was submitted on 26 Sep 2023
80 points (90.8% liked)

Selfhosted

62003 readers
1151 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
top 18 comments
sorted by: hot top controversial new old
[–] Rearsays@lemmy.ml 2 points 3 years ago (1 children)

I don’t trust anything related to red hat

[–] Feliberto@programming.dev 8 points 3 years ago (2 children)

Genuine question here: why?

[–] Rearsays@lemmy.ml 9 points 2 years ago (1 children)

It’s just morally rough that they basically said they don’t get anything of benefit from contributing to open source despite really owing their start to it

[–] Feliberto@programming.dev 4 points 2 years ago

Thanks for the honest answer.

[–] ikidd@lemmy.world 2 points 2 years ago

Oh, well that's simple...

[–] shadowbert@kbin.social 2 points 2 years ago (1 children)

Dependencies within unrelated projects (ie, sharing a single database container for a few unrelated apps) is something that would be pretty handy, and is missing from compose.

Auto-updates are cool - but also dangerous... I think there's something in running watchtower manually like I have been - when something breaks straight after, I know the cause.

[–] jjakc@lemthony.com 1 points 2 years ago (1 children)

Couldn't you just create a compose file for a database separately?

[–] shadowbert@kbin.social 1 points 2 years ago

I don't really understand what you're suggesting. Having a seperate compose file for your database would "work", but you'd lack any of the dependency handling.

[–] garrett@infosec.pub -1 points 2 years ago

Honestly, this is kinda making me wanna redeploy a couple app stacks I have on a VPS. Hmm.

[–] thevoiceofra@mander.xyz -4 points 3 years ago (2 children)

Interesting. But what If I'm not using CoreOS? Also RedHat fucked up by using YAML for configuration.

[–] losttourist@kbin.social 12 points 3 years ago* (last edited 3 years ago) (1 children)

what if I'm not using CoreOS?

Podman runs on any distro (or more strictly: any distro that uses systemd). It's essentially a FOSS alternative to Docker.

[–] poVoq@slrpnk.net 3 points 3 years ago

It's built into Podman 4.x, so you can easily install it on any distro (with Systemd).