this post was submitted on 24 Feb 2025
71 points (100.0% liked)

Selfhosted

61425 readers
407 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
 

My take on simple self-hosted Nextcloud community image, with PostgreSQL and Redis. Managed as a single pod using Podman + Quadlet.

top 5 comments
sorted by: hot top controversial new old
[–] lucid@lemmy.dbzer0.com 9 points 1 year ago* (last edited 1 year ago) (1 children)

I always appreciate people putting up quadlet content. I've switched over almost my entire lab to it aside from Nextcloud (so thanks!) and a couple containers that have weird network quirks

[–] mosiacmango@lemm.ee 2 points 1 year ago* (last edited 1 year ago) (1 children)

Amen to the weird network quirks. I was trying to use the Tailscale docker sidecar examples, but could not work put how to use them in quadlets.

I expect i need to make a .pod or .network file and comingle the quadlets that way, but just setting up a dedicated tailscale subnet router VM with /32 allowed addresses was about 10x easier.

[–] lucid@lemmy.dbzer0.com 2 points 1 year ago

My most recent one I got working was Gluetun. And yeah in order to use it I have my entire arr stack in the same gluetun pod. The http proxy also works but I only wanted that as a last resort.

[–] poVoq@slrpnk.net 7 points 1 year ago

Solid setup! Thanks for sharing.

[–] PullPantsUnsworn@lemmy.ml 3 points 1 year ago

This is on my todo list. I use Docker-compose for it's simplicity, but Docker is a security nightmare. If you are not careful, it would expose your Nextcloud instance to the whole world. Podman integrates nicely with firewalld which gives me zone based rules. Can't wait to do this. But I will give sometime to let Quadlet get stabilized and popular.