stratself
@stratself@lemdro.id
- Comment on Looking for lightweight homelab dashboard that can run as nonroot container and also supports OIDC 7 hours ago:
I’ve poked around Homarr’s setup a bit, and it seems like it can run rootless after a few tweaks!
For anyone interested, I’ve written a POC and feature request here - github.com/homarr-labs/homarr/issues/3913
Hope it can be officially supported
- Comment on Looking for lightweight homelab dashboard that can run as nonroot container and also supports OIDC 7 hours ago:
Thanks for the advice. I’m already using podman rootless with custom subuid/subgid, which should achieve the same thing
- Comment on Started hosting my own Nextcloud and its awesome! 1 day ago:
I agree that the file sync is good. They (and owncloud afaik) are the only ones supporting virtual files on windows where you only download files when needed, saving storage space.
I suppose these fancy file features (bidirectional syncing, advanced conflict resolution etc) are targeted to the enterprise, not home users. So it’s natural they’d include it with a bunch of bells and whistles that are half as good
- Comment on Started hosting my own Nextcloud and its awesome! 1 day ago:
Owncloud had a rewrite called oCIS (Owncloud Infinite Scale). Then it was bought by Kiteworks. Then many of the core devs switched to a new product/company called Opencloud. There’s been quite some history over the past few years
- Submitted 1 day ago to selfhosted@lemmy.world | 7 comments
- Comment on HELP: Wireguard for home network with remote exit node 3 days ago:
Hey, glad you got it working. I’m late to the party, but I got a similar solution here: github.com/stratself/tswg. Basically just mounts your own wg.conf to the container and get Tailscale connected over it
Since Wireguard is peer-to-peer, I suppose the “intended” way is to install Tailscale on every client. But it is possible to use the router as a VPN gateway as per this [OpenWRT guide])openwrt.org/docs/guide-user/services/vpn/…/start#…). Hope you get it working anyhow