

I’ve seen some interesting development with Music Assistant but I haven’t personally used it. It’s not sure if it can be commanded using the cast button.
I’ve seen some interesting development with Music Assistant but I haven’t personally used it. It’s not sure if it can be commanded using the cast button.
I agree with starting with what you have to get learning, but I wouldn’t run a Minecraft server on this machine. I’d start with everything else and then buy an old office machine to upgrade. It depends on the unit, but they are easy to upgrade basic upgrades like adding RAM, storage, and possibly a low power graphics card. Since most servers are always on, keep an eye on power consumption with a power meter.
Most carriers know your name, your internet usage metadata, and your location all the time using cell tower triangulation. There have been multiple reports of phone providers selling location data and sercurity breaches. If you have a phone that provides MAC address randomization and you use a VPN then I think using public WiFi is more private than having your mobile data turned on all the time.
I have my phone on airplane most of the time and use Wi-Fi with VoIP for calls and SMS. If I need mobile data, I have a Silent Link eSIM for mobile data only. If you ever need to make an emergency call you don’t need a sim card or provider, emergency calls always work. While the main motivation is privacy, it’s nice that it olny costs about $3 per month on average.
What is the battery life?
As another solution, you could try Tuta Calendar. It’s not self hosted, but is free for one calendar. You will be able to access their WebUI and they have clients you can download too.
I hadn’t looked too much into Radicale, so thanks for the info. What is their second webUI you mentioned called? If you’re looking for an all in one server, Nextcloud may be your best option. Its a bit heavier though for just contacts and calendar. If you do go down this path, I’ve heard the docker AIO container is easier to maintain.
I briefly looked into the web client, and I don’t think it’s worth trying to self-host. There isn’t a docker image and the latest release on github is from 2020. If you need a web UI, I’d recommend using something else.
If you’d like a web UI too, Radicale may be a better fit and easier to set up. I tried it out briefly using docker compose.
I use the same etesync clients but link them to your own server, called etebase. There are a couple setup examples in the code, but if you’d like, I can share my docker/podman compose stack.
I haven’t set up the web UI to directly access items since I’m fine just using clients to sync and access items, so I haven’t looked into the web UI.
It’s not too hard to self-host too.
I assume it was the pound symbols so I removed them.
The font size? Or the amount of text? The font size is normal for me.
Great job on your journey! It sounds like you’ve made a lot of progress in the last 2 years.
Q1. I highly recommend OpenWRT. It runs on cheap hardware, is open source, and has a lot of options. I don’t have any strong recommendations for hardware, but I’ve seen people recommend the Flint 2 routers and they sometimes go on sale. Regarding remote access to your LAN, 2 common options are setting up a VPN (aka road warrior) for remote access and using Tailscale. If you’re not great at networking, I’d recommend setting up Tailscale. It can run on your router, or another always on computer like your Home Assistant machine. It’s not FOSS, but is easy to set up and I recommend it. You can always swap it out with something FOSS later on your journey. As a side comment, you may want to looking into running PiHole. I think it can run on an OpenWRT router if you’d like. This is a little advanced, but once you get set up and comfortable with your router, I highly recommend looking into VLANs (software setting on some routers like OpenWRT). I have a specific SSID that does not have external internet access. I put any questionable devices on that SSID/VLAN (like cameras, doorbells, IOT) so they are secure but I can still access it locally from my server. I make sure to only buy IOT devices that can work locally without internet.
Q3. For maps navigation, I use Magic Earth (not FOSS). For me, it’s the right balance of privacy and usability. For browsing google maps, you could check out GMaps WV which is basically a PWA (progressive web app) for Google Maps.
A couple questions are about GrapheneOS app strategy. My approach is:
Q6. Reolink + Frigate is commonly recommended, but I’d be careful before starting that project. Frigate is one of the more difficult items to self-host for new people, especially if you want to make sure the camera is on a restricted VLAN.
Q11. You could also look at lawnchair launcher, but it hasn’t been updated in a while.
Q12. I like the GrapheneOS keyboard, but I use the FUTO Voice Input with it. That is a separate app from the FUTO keyboard. I make sure the network permissions are disabled on the FUTO Voice Input.
I haven’t use any of these, but others could look at:
For reference, these are from Selfh.sh
I’m designing a modular rack shelf mounted 3D printed server case. I hope to finish it by moving my backup server to the new case.
Thanks. That’s helpful. I decided to get an R720 I found on Ebay for $60. I’m not sure if it was a good choice but I’m excited to try it out!
Can you please explain?
Used 2nd hand sounds great, but the price range online is huge. Which units would you recommend and about how much should I expect to pay for them?
I had a similar journey and recommend it. I started with Open Media Vault with docker containers configured via a GUI, then to Debian + docker compose, then to Debian deployed with Ansible + docker compose, and now I’m with NixOS + podman compose. The first jump to Debian was the most intimidating for me learning CLI commands for the first time and not having defaults chosen for me, but it was liberating to finally learn the actual tools and not just learn a GUI abstraction for tools.