Damn furrys… stupid, sexy furrys… /pf
- 1 Post
- 55 Comments
Okay, I will upgrade your kernel. proceeds to delete everything
Mora@pawb.socialto
Selfhosted@lemmy.world•Heaper, new tools to organize docs, photos [YouTube]English
6·17 days agoWhat is your struggle with db backups? Databasus makes it so trivial for me personally.
Not sure what Docker Hub has, but as sys admin you can pin to a specific 256sha, so that specific image can’t be taken over. However that conflicts with the idea of just running Watchtower.
Which system are you using? SELinux/AppArmot active? Can you share your compose? There are manyavariables at play here.
Other than that: Setting UID/GID via environmental variable is usually wrong, mostly from a design perspective of the container. There is a user directive during build as well as during deploy to use for that.
From a quick look at the docker file it does look like the user you use to run linkding needs to be in the root group.
BUT rootless podman maps the root user (usually to your user ID) to so the root user inside the container has not the same ID as the one outside. So I would suggest setting the permissions of the volume to your user for now.
Another way to figure out which user to use: just start a new/clean instance of the service and look at the new volumes.
Mora@pawb.socialto
Selfhosted@lemmy.world•Selfhosted alternatives to Discord with screensharing?English
1·3 months ago
meaning if you disconnect from VPN for whatever reason, the other containers don’t suddenly send data over non-VPN network.
Is that 100% certain? I think I can recall stories from 15 years ago, where torrent clients had kill switches and they still leaked data.
Damn, people are taking Stardew Valley serious
Mora@pawb.socialto
Selfhosted@lemmy.world•Self-Host Weekly by Ethan Sholly (19 September 2025)English
3·6 months agoThere are 2 more sides unused as of now. Give me a whole minecraft block destruction animation while scrolling down, lol
Mora@pawb.socialto
Selfhosted@lemmy.world•Backblaze is slow for Nextcloud. Any recommendations for faster s3 compatible storage?English
3·7 months agoThey dont detect at all. It depends on what location you choose when you register. So if you want to migrate, you have to create a new account.
Mora@pawb.socialto
Selfhosted@lemmy.world•Is there a good selfhosted service that can download and rehost tiktok links from a web ui?English
13·7 months agoI thought downloading and redistributing tiktok videos was against TikToks TOS?
Which you only agreed to if you have an account (and even then they realistically can only ban your account). If you rehost publically you might get issues with copyright laws though.
Mora@pawb.socialto
Selfhosted@lemmy.world•`continuwuity` vs `tuwunel`: where to go from `conduwuit`? (Update: probably `continuwuity`.)English
2·8 months agoUnderstandable, trying to move friends and family between platforms is an herculean effort.
For everyone else interested in XMPP, you might want to check out:
- Snikket as a Server (intended to run on a cheap VPS): https://snikket.org/service/quickstart/
- Conversations.im as a Client: https://conversations.im/
- ejabberd/prosody if you want to setup your own from scratch
- this compliance scanner which checks for (probably) the most common extensions for a chat server: https://compliance.conversations.im/
Mora@pawb.socialto
Selfhosted@lemmy.world•`continuwuity` vs `tuwunel`: where to go from `conduwuit`? (Update: probably `continuwuity`.)English
2·8 months agoNo better alternatives around though if you want to own your data, have proper multi-client support, and at least the option to federate.
What about XMPP? What can Matrix do, that XMPP cant?
Mora@pawb.socialto
Selfhosted@lemmy.world•Anubis is awesome! Stopping (AI)crawlbotsEnglish
962·8 months agoBesides that point: why tf do they even crawl lemmy. They could just as well create a “read only” instance with an account that subscribes to all communities … and the other instances would send their data. Oh, right, AI has to be as unethical as possible for most companies for some reason.
Mora@pawb.socialto
Selfhosted@lemmy.world•Sortable Table view with $/TB for serverpartdeals.comEnglish
4·9 months agoMeanwhile in Germany it is hard to get hard drives below 15€/TB.
Mora@pawb.socialto
Selfhosted@lemmy.world•GitHub - gardner/LocalLanguageTool: Self-hosted LanguageTool private instance is an offline alternative to GrammarlyEnglish
6·10 months agoIsn’t the issue with the different selfhosted variants that the official version has more language rules available?
Mora@pawb.socialto
Selfhosted@lemmy.world•Recipes, Meal Planning, and Shopping ListEnglish
71·11 months agoI personally like Tandoor a lot. The parsing works pretty well and every ingredient can be adjusted. And there is a pretty good mobile app with https://kitshn.app/ which is also my main shopping list, as I can create custom categories and add articles to that with tandoor.
Mora@pawb.socialto
Selfhosted@lemmy.world•MAZANOKE: A self-hosted local image compressor that runs in your browserEnglish
3·1 year agoNah, Betterdiscord is still alive and kicking. And it still has the best image utility plugin.
Mora@pawb.socialto
Selfhosted@lemmy.world•Quadlet: Running Podman containers under systemdEnglish
2·1 year agoFirst of all quadlets do not have to be pods. Second … Are you currently running pod an commands just in tmux? Like each pod a tmux session? In that case quadlets is definitely an improvement.
I switched to Gotify when I ran into an issue where ntfy would delete old api tokens when creating more than 20. Only thing missing in Gotify is UniversalPush, other than that it feels actually more solid than ntfy to me.