CocaineShrimp
- 0 posts
- 12 comments
- CocaineShrimp@sh.itjust.worksto
Selfhosted@lemmy.world•How to Cut the Cord in Canada (2026): The Ultimate GuideEnglish
4 monthsYour article points out the main reason why I haven’t gotten into sports; even though I’d like to follow a bit of hockey, F1, and UK soccer. It’s complicated and expensive as fuck. $50/month for a subscription, and it doesn’t even cover all of the games for the same team? I’m interested in putting something on, once in a while; but it’s not worth $50 to maybe use it once a month or two
Thank you though for putting together these highly detailed instructions that are only for educational purposes!
- CocaineShrimp@sh.itjust.worksto
Selfhosted@lemmy.world•Awesome-web - Alternative fronted for awesome-selfhostedEnglish
7 monthsBeautiful! Great job
- CocaineShrimp@sh.itjust.worksto
Selfhosted@lemmy.world•Apparently Homebox allows setting third-party label rendering endpoint through an HBOX_LABEL_MAKER_LABEL_SERVICE_URL env varEnglish
7 monthsFellow homebox user here. As an aside: I’ve got a storage room with a bunch of shelves and bins. For each bin, I’ve suck labels on them (using a label maker or sharpie + painters tape), and an NFC tag. Each box in Homebox has its own location, and each NFC tag is a direct link to its instance in Homebox.
It’s much easier to categorize larger quantities of things that aren’t as valuable as vintage media. Ie. hygiene products, off-season clothing, etc…
- CocaineShrimp@sh.itjust.worksto
Selfhosted@lemmy.world•Linkwarden v2.12 - open-source collaborative bookmark manager to collect, read, annotate, and fully preserve what matters (tons of new features!) 🚀English
10 monthsLinkwarden user here. Can confirm - it’s a great tool to dump links for later. I’ve setup an iOS shortcut that lets me share links directly to linkwarden. Super handy
- CocaineShrimp@sh.itjust.worksto
Selfhosted@lemmy.world•Setting up a server for a research team. What should be in my checklist?English
10 monthsI was thinking OP could give everyone their own VM to use as a workstation so they could access the files on the server easily, and/or run programs based on their work. When their coworkers leave, OP can easily destroy the VM and the resources would be automatically reallocated (depending on the servers configuration). With a physical device, the storage on that device is only allocated to that device and can’t be shared when it’s not in use
Me, personally? I have multiple VMs for different contexts: my teaching job (super clean, video sharing tools, presentation tools), gaming, media server (has scripts to download stuff off of YouTube), server management (just a regular Debian install), and a fuck around box (I just use it to try new OSs like Fedora, or try breaking OSs like deleting the system32 folder on windows)
- CocaineShrimp@sh.itjust.worksto
Selfhosted@lemmy.world•Setting up a server for a research team. What should be in my checklist?English
11 monthsI know this isn’t exactly what you’re asking for, but I’d recommend also looking into a VM OS such as proxmox or unraid (I’m running unraid)
They’ll let you create/destroy VM instances you can access remotely. So in theory, you can give everyone their own VM to use and access the files on the server.
However, unraid / proxmox may have performance issues running in a VM on a Mac mini…
- CocaineShrimp@sh.itjust.worksto
Selfhosted@lemmy.world•Upgrading Paperless-ngx several revisions behindEnglish
11 monthsLooking through the docs n’ stuff, this is what I found:
- Updating Guide. Just basic steps, similar to what I explained above; but with commands to run.
- Backing up and restoring
- 2.0.0 Change Log. Unfortunately they don’t include any notes about how to upgrade
I wasn’t able to find any additional instructions on how to update other than the expected generic steps (docker pull or pip install -r requirements.txt). So my guess at this point is that they have scripts built in to check the version and run upgrade scripts as needed
- CocaineShrimp@sh.itjust.worksto
Selfhosted@lemmy.world•Upgrading Paperless-ngx several revisions behindEnglish
11 monthsI haven’t gone through your specific case, but generally what I do when doing a major update with potentially breaking changes:
- Read the upgrade guides, if they have them. Some devs will put them out if they know their users will encounter issues when upgrading. If they don’t have an upgrade guide, there might be some in the change logs. Going from 1.17.1 to (assuming) 2.x.y, check the change logs at 2.0.0.
- Backup everything. I’d recommend doing this on a regular basis anyway.
- (If you’re running it in a docker container) Setup a second instance, restore the backup, then run the upgrade. You’ll be able to check to see if it breaks at all. If it works, you can just destroy the old one and use the new one
- (if you’re not running it in a container) with the backup, try upgrading. If it breaks, you should be able to uninstall & reinstall the old version, then restore the backup
- CocaineShrimp@sh.itjust.worksto
Selfhosted@lemmy.world•Upgrading Paperless-ngx several revisions behindEnglish
11 monthsI haven’t gone through your specific case, but generally what I do when doing a major update with potentially breaking changes:
- Read the upgrade guides, if they have them. Some devs will put them out if they know their users will encounter issues when upgrading. If they don’t have an upgrade guide, there might be some in the change logs. Going from 1.17.1 to (assuming) 2.x.y, check the change logs at 2.0.0.
- Backup everything. I’d recommend doing this on a regular basis anyway.
- (If you’re running it in a docker container) Setup a second instance, restore the backup, then run the upgrade. You’ll be able to check to see if it breaks at all. If it works, you can just destroy the old one and use the new one
- (if you’re not running it in a container) with the backup, try upgrading. If it breaks, you should be able to uninstall & reinstall the old version, then restore the backup


Thank you for this. I have seen a few *arr combination projects I wanted to look into; so I may have had come across this one.
It’s unfortunate that the “developer” chose to nope out, instead of fixing it or at least seeking help from the community. This is one of the good aspects of OSS - that we can and should audit ourselves. But if it was all vibe coded, maybe they didn’t know that an audit is good and should be welcomed; instead of rejected and shutdown.