this post was submitted on 17 Dec 2024
86 points (98.9% liked)

Selfhosted

40922 readers
730 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 2 years ago
MODERATORS
 

Due to a recent containerd 1.7.24 update, your /dev/net/tun:/dev/net/tun mapping needs to be moved from the volumes section to the devices section.

Don't be like me and realize this AFTER you leave home for the holidays.

top 9 comments
sorted by: hot top controversial new old
[–] AtariDump 6 points 2 weeks ago (1 children)

Let this be a lesson to implement a change freeze 1 week before leaving home for a holiday/trip/etc. 😁

[–] [email protected] 1 points 2 weeks ago

Luckily I realized that I could Cloudflare-tunnel my Portainer UI out to a long random-nonsense subdomain name.

That allowed me to fix it (and then immediately kill the tunnel -- not a fan of exposing Portainer to the internet).

[–] [email protected] 4 points 2 weeks ago

Adding this device this also appeared to fix my https://github.com/haugene/docker-transmission-openvpn container that recently died. (And not simply giving it elevated privileges, as was previously recommended)

https://github.com/haugene/docker-transmission-openvpn/issues/2883

It appears that these issues all originate from an update to runc (which is used by containerd): https://github.com/containerd/containerd/issues/11078

[–] [email protected] 3 points 2 weeks ago

Thank you for your sacrifice. It will not be forgotten.

[–] c2c2 3 points 2 weeks ago

Kind of crazy it wasn't like this from the start.

[–] [email protected] -2 points 2 weeks ago

Luckily my stack is only auto updating every month and only my downloader was impacted by this breaking change.