- 0 Posts
- 10 Comments
plantsmakemehappy@lemmy.zipto
Selfhosted@lemmy.world•Has anyone gone through the effort of checking out all available bookmark solutions and found a clear winner?English
11·1 month agoBeen using linkwarden with floccus. LW has an android app now too. I haven’t really tried anything else and floccus could use some improvements but seems to work for me.
plantsmakemehappy@lemmy.zipto
Selfhosted@lemmy.world•How does one get started with the *arr stack?English
2·1 month agoWiki.servarr.com and trash guides for setup. Like the other person mentioned, you’ll want qbit with VPN for torrents or sab for usenet, radar and sonarr, prowlarr, and your media server. Lots of apps you can add later, like seerr for request management.
Recommended containers by the servarr folks are hotio (has built in vpn for the qbit container) or lsio.
plantsmakemehappy@lemmy.zipto
Open Source@lemmy.ml•This is really serious, something this essetial can't be AI Vulnerable, save OSS
10·3 months agoIf you block Claude, or any user really, and then visit a repo they’ve contributed to you will see this message.
Maybe Claude didn’t open the PR but contributed commits.
plantsmakemehappy@lemmy.zipto
Selfhosted@lemmy.world•Overseerr & Jellyseerr to merge into SeerrEnglish
90·3 months agoYea they announced it months ago, but the first release of seerr just dropped today.
plantsmakemehappy@lemmy.zipto
Selfhosted@lemmy.world•Yunohost, the *arr stack and VPNEnglish
1·4 months agoBut you wouldn’t be able to seed to other passive nodes, so yea it works but it’s not optimal and makes things harder for older/not popular torrents.
plantsmakemehappy@lemmy.zipto
Selfhosted@lemmy.world•Yunohost, the *arr stack and VPNEnglish
4·4 months agoMullvad doesn’t support port forwarding which you want for this use case.
plantsmakemehappy@lemmy.zipto
Selfhosted@lemmy.world•How many containers are you all running?English
3·4 months ago36, with plans for more
plantsmakemehappy@lemmy.zipto
Linux@lemmy.ml•help made mistake with export and ~/.bashrc
15·5 months agoYou didn’t append this to your path, you just overwrote the whole value. You’ll need to use full paths to commands to edit the file and fix it like
export PATH="$PATH:/the/new/path/to/add"

This is the original https://www.youtube.com/watch?v=mto47BMT3yA