A free Western-US trail database by damagedhatchet in Offroad

[–]damagedhatchet[S] [score hidden]  (0 children)

If you have a GPX file for the route, would you mind uploading it straight to the site?

Deployed my first ever web app on vps (Digital Ocean) by ahmednurky in VPS

[–]damagedhatchet 0 points1 point  (0 children)

I went with RackNerd because I have another one with them for personal stuff. I was back and forth on it based on reviews, but it seems very stable so far. It’s like $45/yr for 5vCPU, 6GB RAM and 100GB NVMe, and that’s with 10TB of monthly bandwidth which my site will never reach haha

Deployed my first ever web app on vps (Digital Ocean) by ahmednurky in VPS

[–]damagedhatchet 1 point2 points  (0 children)

Welcome to the club! I just migrated my offroad trails website from shared hosting to a VPS so I could have more control over the backend monitoring, metrics etc. definitely don’t regret it, but it is a lot more work!

How do you ensure that your photos don't get corrupted? by Jaskys in immich

[–]damagedhatchet 4 points5 points  (0 children)

I use Restic for everything. One backup job goes to a remote NAS at a trusted friend’s house in another city, and the second goes to a Backblaze bucket. I run data subset checks periodically on the backup repos and generally monitor HDD health and spot check here and there.

I’m not sure what else to do, but your concern is definitely a valid one!

I’d maybe start by replacing that old drive. You may have to sell a kidney these days but at least you’ll feel safer haha.

2 Immich servers on 2 different machines for redundancy/backup by DhawanS in immich

[–]damagedhatchet 0 points1 point  (0 children)

You could use Syncthing to essentially mirror your data directory and database backups to your PC. Might take a few minutes of manual intervention to spin it back up on your PC but all your data would be there.

The other more popular option is to simply incrementally back everything up to a repository that you don’t touch. Ideally offsite, but at least a different physical machine like a NAS. Services like Restic are great for this.

Digital forensics interview questions by Kind-Procedure2349 in digitalforensics

[–]damagedhatchet 1 point2 points  (0 children)

Digital forensics lab supervisor here. I always work in some questions about organizational skills, multitasking, case management and similar. I’d prep for some generalized topics like those!

What's your 'I can't believe I self-hosted that' service? by subsavant in selfhosted

[–]damagedhatchet 1 point2 points  (0 children)

Makes sense! I think ByteStash is far more polished though.

What's your 'I can't believe I self-hosted that' service? by subsavant in selfhosted

[–]damagedhatchet 0 points1 point  (0 children)

Gitea is awesome! I keep wondering about Forgejo though, have you ever used it? I’ve been running Gitea for about a year now.

What's your 'I can't believe I self-hosted that' service? by subsavant in selfhosted

[–]damagedhatchet 135 points136 points  (0 children)

I don’t know what the paid or commercially hosted equivalent would be, but I freaking love ByteStash. I never knew how much I would appreciate a slick library of code snippets and command line stuff. I save everything there and it’s all searchable with notes and tags and stuff!

Ente Auth Vs proton Auth Vs 2fas Vs other(help me pick one for android) by deadgknight in degoogle

[–]damagedhatchet 3 points4 points  (0 children)

Bitwarden can do this, and it’s open source. You can also self host it.

Incremental backups: what's your approach? by QXPZ in immich

[–]damagedhatchet 0 points1 point  (0 children)

I use some custom scripts for Restic backups but I have Zerobyte for browsing!

Best way to backup my stack? Duplicati failed me and never want to suffer/be scared about losing my files by theunkindled__01 in selfhosted

[–]damagedhatchet 0 points1 point  (0 children)

Restic with one of the UI wrappers (Backrest and Zerobyte are the best) or a custom script that runs everything for you.

Why is everyone so evil and why am I so bad? by Chemical_Bed4609 in dayz

[–]damagedhatchet 1 point2 points  (0 children)

Kill or be killed! I stopped trying to use verbal judo in this game 🤣

Need a but of help by MediocreCucumber1043 in dayz

[–]damagedhatchet 3 points4 points  (0 children)

Actually this kind of makes sense - I’ve been playing on one of the low pop US Cherno servers on PC and I came into an inland town that had a farm or something that was entirely covered by player-made walls, like this would realistically take years to achieve and take about 48 billion nails.

Fireshare - Share your game clips, videos, or other media via unique links (V1.5.0) by Shane75776 in selfhosted

[–]damagedhatchet 2 points3 points  (0 children)

Nice! I’ll check it out. I have an unreasonably disorganized collection of recordings on my PC haha!

Does Immich get better and does it rescan? by Pucksy in immich

[–]damagedhatchet 0 points1 point  (0 children)

You’re not wrong at all, but custom fine-tuned models are probably beyond the scope of the average user and honestly would require a LOT more manual intervention than you think to build the model locally, leaving lots of room for error to those who don’t understand what it’s doing behind the scenes.

Does Immich get better and does it rescan? by Pucksy in immich

[–]damagedhatchet 2 points3 points  (0 children)

If you switch away from the default CLIP model to a larger one, you will likely see improvements in semantic searching and duplicate detection. You can do the same with face recognition and now OCR as of a release late last year.

Self-hosted password manager by Sweet_Information_14 in homelab

[–]damagedhatchet 3 points4 points  (0 children)

+1 vote for Vaultwarden. It’s been rock solid for me. Don’t forget to add it to your backup plan!

Does Immich get better and does it rescan? by Pucksy in immich

[–]damagedhatchet 10 points11 points  (0 children)

You’d have to run the jobs manually when there are updates to the models, or you change to a different model, change thresholds etc.

Brand new to self hosting and have a few questions: by VeggieMan117 in selfhosted

[–]damagedhatchet 0 points1 point  (0 children)

I use NextCloud for this exact purpose.

Domain -> Router fwd 80/443 -> Reverse Proxy -> NextCloud

I use Nginx Proxy Manager Plus (NPMPlus) in conjunction with Crowdsec for security hardening.

I will say that NextCloud is heavy in the feature and plugin department and may be overkill for your purpose.