HelloRoot
@HelloRoot@lemy.lol
- Comment on Friendly reminder that Tailscale is VC-funded and driving towards IPO 5 hours ago:
a long runway that allows us to become profitable when needed
Switch to self-hosting headscale when they enshittify in an attempt to become profitable, duh
- Comment on A WYSIWYG editor for personal website? 6 days ago:
selfhosting Ghost
- Comment on PeerTube crowdfunding to develop mobile app 1 week ago:
You’re right, I didn’t even think of that
- Comment on PeerTube crowdfunding to develop mobile app 1 week ago:
GrayJay has a peertube plugin which works well.
- Comment on PeerTube crowdfunding to develop mobile app 1 week ago:
I clear cookies in my browser.
I have apps for services where I don’t want to log in every time.
- Comment on Gillibrand Announces Legislation To Ban Distribution Of Blueprints For 3D Printed Firearms And Curb Epidemic Of “Ghost Guns” - Kirsten Gillibrand | U.S. Senator for New York 1 week ago:
- Comment on Spotify sync web gui 2 weeks ago:
Keep it up for other people to read and learm from
- Comment on Self hosted Teams alternative? 2 weeks ago:
Jitsi
,but it is a pain in the ass to selfhost with good performance.
You can take a look here as well:
- Comment on How to reverse proxy? 3 weeks ago:
-
you rent a domain
-
in the config (provided by the service where you rented the domain) you set it to point to the IP of the device where you run caddy
-
the service tells the relevant global DNS servers your setting
-
your DNS does a DNS lookup and a DNS server returns the IP you configured it to point to
Depending on the DNS you use, you can manually add entries to do 1-3 differently, but that will only work for devices that use your DNS
-
- Comment on Simple NAS hardware for home use? 3 weeks ago:
preferably something with WOL that goes silent and fanless when not in use, or something I can shut down with a button
Recently I saw a Traefik plugin that can send WOL packets to a machine when a service that is hosted there gets a network request. It also shuts down the device when it’s not in use. You can set it up with a low power always on thing, like a rpi. I also have a buddy that set it up in a more diy way without Traefik so it’s definitely something that can be done and will save you a lot of electricity in the long term.
- Comment on Selfhosting on old MSI laptop 3 weeks ago:
My personal experience with laptop batteries was not as nice as yours, but neither should be blindly trusted.
Not sure if there is some science on it anywhere but this random search result article pcmag.com/…/help-my-laptop-battery-is-swollen-now… says:
most common cause of a swollen battery is overcharging. Keeping your battery at a high state of charge can stress it out, allowing it to degrade faster. “In an application where you have a system plugged in 24/7, after a number of years your likelihood of getting a swollen battery increases,” says Phil Jakes, principal engineer and director of strategic technology at Lenovo. “The other thing that drives it is heat. Batteries don’t like to be hot, and there’s a chemical process that gets kicked off when a battery gets over 100 degrees.”
So I guess best is to set charge limit and make sure the “server” doesn’t get hot.
- Comment on Selfhosting on old MSI laptop 3 weeks ago:
More like build-in UPS that will do the forbidden caprisun and set your house on fire after a year.
- Comment on Best tool for creating a basic business website 3 weeks ago:
I’m currently looking into Ghost. What choices turned you off of it.
- Comment on Come to say thank you. Time to move from proprietary to Open Source 4 weeks ago:
dokploy is good as well
- Comment on [deleted] 5 weeks ago:
Am I blind? Where is the docker-compose? J find references to it in the doc and in the PR’s but I don’t see it in the files.
- Comment on Has anyone tested yunohost? 5 weeks ago:
I run Dokploy which is like yunohost but a little bit more advanced.
- Comment on Finance / Investment self-hosted apps? 5 weeks ago:
I just looked it up again and it has no plugins, I confused it with a different solution and the fact that there are lots of third party tools around firefly which use the API for automatic imports. But there is no dedicated way to change the web GUI afaik. It still may be a possibility to use the API to attach some other investment tracking tool.
- Comment on Finance / Investment self-hosted apps? 5 weeks ago:
- Comment on Cloudflare Tunnel Alternatives 5 weeks ago:
I run frp but I also like Pangolin
- Comment on Suggestion request: Self-hosted app for shared directories like google drive 5 weeks ago:
I am currently super happy with sftpgo.com
- Comment on I don't get the love for Nextcloud - alternative for just files? 1 month ago:
If you ever need an alternative take a look at github.com/drakkan/sftpgo
- Comment on I don't get the love for Nextcloud - alternative for just files? 1 month ago:
I also had bad luck with nextcloud, so recently I’ve set up SFTPgo and it works rather well and it’s only for files. You can either download and upload the files through the WebUI or you can mount them over the network to your OS.
- Comment on How to send backups on multiple location? 1 month ago:
borg backup
- Comment on Need help with SearXNG installation 1 month ago:
You can do that with caddy.
- Comment on Selfhosted podcast has announced that episode 150 is their last. 1 month ago:
tldr:
- life, work, family reasons for one of the guys (chris I think) nothing negative, he just has no time for the podcast anymore but will show up in their linux podcast from time to time in the future.
- Comment on How do you handle absolutely critical alerts on your Android phone? 1 month ago:
But the joke doesn’t work if you are pedantic.
- Comment on How do you handle absolutely critical alerts on your Android phone? 1 month ago:
The one we are currently in I assume.
Proxima Centauri is pretty weird with it’s three suns, who would set up alerrs for that?
/s
- Comment on Backing up IaC 1 month ago:
What I did is set up a NAS at my parents house, which I can log into as well for near zero cost offsite backups.
And at home I have a couple of local drives with borgbackups.
- Comment on Backups made easy: btrfs + snapper + snapborg 1 month ago:
This keeps backups efficient since you can ask the filesystem to only send the changes instead of going over all the files and figuring out what has changed, so it’s probably a lot faster.
Aaaah!
- Comment on Backups made easy: btrfs + snapper + snapborg 1 month ago:
I use borg with borgmatic. I just back up / and exclude some folders I don’t want. It does the same as you just said.