Deckweiss
@Deckweiss@lemmy.world
- Comment on Anyone self-hosting ActualBudget? (with connection to bank) 3 weeks ago:
I second this.
I’ve learned about it at work and used it privately.
- Comment on Anyone using coopcloud.tech as a bais of their self hosting? 3 weeks ago:
I use Dokploy and I think it fills exatly the same role.
- Comment on which VPS do you recommend? 1 month ago:
Contabo
netcup
- Comment on The definitive roadmap for your self-hosting journey 1 month ago:
Definitive roadmap (for the lazy people edition):
- Buy some computing thingy
- Install dokploy
- Run whatever containers in it
- Comment on Best easy to use e-commerce front end with no javascript? 4 months ago:
With a Blazor (serverside mode) project you could have that with a nice user experience. But blazor has a tiny js which initializes something.
Maybe there is some blazor serverside e-commerce project out there, I wouldn’t personally recommend it though.
- Comment on Best easy to use e-commerce front end with no javascript? 4 months ago:
Well, I don’t think thats what OP had in mind but there is WASM as well.
- Comment on Need help getting started 4 months ago:
For the site itself the most minimal thng you can do is an html file.
Then some software to act as the “server” that serves that file to a visitor. (nginx, caddy, apache - there are many options).
And your domain needs a domain record which points to your server.
As you want to use a home pc, you need to figure out whether your ISP gives you a dynamic or static IP.
If static, you can just use that.
If dynamic, you’d need some service like dynDNS to keep pointing your domain to your changing IP.
- Comment on Best IOMMU Group Database? 6 months ago:
Maybe linux-hardware.org but I don’t know tbh.
- Comment on Sovereign Computing | Start9 6 months ago:
Packaging a service for StartOS is a challenging, exciting, creative, and rewarding experience.
Yeah thanks I’ll just run it on Linux then, where a package is already available.
- Comment on Any way to update the software in Raspian without updating the OS? 6 months ago:
Ah makes sense. Still there should be no issue with doing stuff the normal way.
apt update
doesn’t update your OS to a whole new version.The command for an OS update is some5hing like “do-release-upgrade” (but I forgot the exact name since I havent used debian for years)
- Comment on Any way to update the software in Raspian without updating the OS? 6 months ago:
I don’t know why your OS can not be updated.
According to the official instructions (github.com/mcguirepr89/…/Installation-Guide) is should just be a normal raspbian.
Maybe do the setup again from scratch with the newest raspbian version?
- Comment on Glance - "A minimal dashboard that puts all the information you care about in one place" 6 months ago:
Sir, this is not a sales pitch
- Comment on How much maintenance do you find your self-hosting involves? 6 months ago:
Are you changing the same files at the same time?
No not really. But there is some offline laptop use compounded with slow sync times. (I was running it on a raspi with external usb hdd enclosure)
- Comment on How much maintenance do you find your self-hosting involves? 6 months ago:
I actually moved from seafile to nextcloud, because when I have two PCs running simultaneously it would constantly have sync errors and required manually resolving them all the time. Sadly nextcloud wasn’t really better. But I am now looking for solutions that can avoid file conflicts with two simultaneous clients.
- Comment on How much maintenance do you find your self-hosting involves? 6 months ago:
After my Nextcloud server just killed itself from an update and I ditched that junk software, nearly zero maintenance.
I have
- autoupdates on.
- daily borgbackups to hetzner storage box.
- auto snapshots of the servers and hetzer.
- cloud-init scripts ready for any of the servers.
- Xpipe for management
- keepass as a backup for all the ssh keys and password
And I have never used any of those … it just runs and keeps running.
I am selfhosting
- a website
- a booking service for me
- caldav server
- forgejo
- opengist
- jitsi
- Comment on Used NetApp 6TB SAS for 38€??? 6 months ago:
It’s funny how it is the exact opposite for me.
All my WD drives died, while all my Seagate drives are in perfect working order.
Bought 2 WD hdds new, used them for 5 years in RAID for regular backups, one died, the other got very slow with tons of smart errors.
Bought 2 Seagate hdds new, same usecase, have been running for over 5 years now.
Personal anecdotes are not a reliable factor for manufacturer quality.
To quote some statistics:
In general, Seagate drives are less expensive and their failure rates are typically higher in our environment. But, their failure rates are typically not high enough to make them less cost effective over their lifetime.
- Comment on Is rsync.net a good service for backups? 7 months ago:
hetzner storage box is cheaper afaik and works the same
- Comment on Looking for a good, cheap backup solution. 7 months ago:
That seems way more expensive than hetzner. 1TB would be 12$ per month if my math is correct
- Comment on Local backup on TrueNAS 8 months ago:
borgbackup
- Comment on 10 Commandmends for a digital age 8 months ago:
I didn’t state that “logic”. Per default I assume that everybody understands that we are talking about everything in moderation. Also I specifocally stated some boundaries in my original statement, ensuring the mental safety of children. I assume no parent in their right mind would push their child of a cliff to make it stronger. But parent let their kids test their physical limits by providing them with a safe environment (e.g. playground or backyard) and adult supervision.
When somebody states “stay hydrated” it is not only pedantic, but also somewhat schizophrenic to reply with "Drinking too much water too quickly you die, by that logic we should all gargle ourselfs to death, so your logic of staying hydrated is wrong. "
- Comment on 10 Commandmends for a digital age 8 months ago:
In an ideal world, I agree with you.
But in the real world, it ain’t gonna happen, so you have to do your best to make your children capable of functioning in their own interest in a mentally hostile environment.
- Comment on 10 Commandmends for a digital age 8 months ago:
How will they learn to healthily deal with it, if you don’t subject them to it?
- Comment on How much 1 TB of egress costs by cloud provider 9 months ago:
no Contabo, no netcup - which are both cheaper than Hetzner
- Comment on 9 months ago:
It’s like the author has just read Georges Bataille - The Accursed Share and now sees it in everything.
- Comment on Tell me your Best Software Haiku 9 months ago:
OP clearly knows what they’re talking about!
- Comment on ServerClip - Tool for copying contents of a file over various ssh connections. 9 months ago:
xpipe might really be perfect for you then.
I use it to manage all my machines, vms, docker containers etc. which I would usually ssh into.
It keeps a list of them for you and you can open a commandline or a filemanager with a single click.
- Comment on ServerClip - Tool for copying contents of a file over various ssh connections. 9 months ago:
What about xpipe?
- Comment on Looking for a job as backend developer, a Sankey diagram 9 months ago:
My stats (fullstack dev) :
1 job application - rejected after first interview
no job applications written, just has a face to face chat with some people - 2 jobs in a decent environment with decent pay
- Comment on Functional Programming vs. Object Oriented Programming 9 months ago:
wooosh
- Comment on Functional Programming vs. Object Oriented Programming 10 months ago:
If your program functions, it’s functional.