Figure out why my new 10GbE NIC won’t read in my repurposed gaming rig (now server), get all my storage migrated over to Ceph, transition my services over to Proxmox hosted Talos k8s stack from my RPi-hosted k3s stack.
Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
Considering my boot drive just died, backups. Also wanna get a fractal node 804 and cram tons of HDDs in it. Probably a new build with ecc as well. Perhaps transitioning current server to backup server. Also my directory structure for media is a jumbled mess of incomprehensible nonsense. I should fix that. Also I lost all my torrents that I was uploading but still have the media but can't keep seeding after the drive failure.
A ton.
- Set up email and website hosting on a VPS to replace current setup
- Get more solid state storage for my home server and finnish immich setup (import photos and all that)
- Set up proper backups for the home server
- Migrate current Unifi controller to home server
- Local VPN server to access home assistant and other services even when travelling
- Spend some time with my home assistant server, fine tune automations, add some more, add sensors and more controls, maybe add a wall mounted tablet for managing the thing and so on, it'll never end and need a visit or two from electrician too
- Better isolation for IOT things on my network. I already have separate VLAN for them without internet access, but it's a bit incomplete project
And then "would be nice" stuff:
- Switch Dahua NVR to something else. Current one works in a sense that it stores video, but movement tracking isn't really perfect and the whole individual NVR box is a bit lacking both in speed and in features
- Replace the whole home server (currently running proxmox, which in itself is fine). It's a old server I got from work, and it does work, but it's not reundant and it's getting old. So something less power hungry and less noisy would be nice. It just asks some money and time, which I have neither in surplus, so we'll see.
- Move home assistant from a raspberry pi to the home server. Maybe add zigbee capabilities next to z-wave and wifi.
And likely a ton more which I don't remember right now. Money and specially spare time to tinker are just lacking.
Very nice goal list, best of luck!
Steps 1, 2, 4, 5 and 7 just need some time. I have the stuff pretty much thought out and it's just a matter of actually doing the things. I was sick majority of November, but if it wasn't for that those would have already been completed. The rest need either planning or money. Immich setup would ideally need 2x2TB ssd drives (on raid1 setup) but that's about 500€ out of the pocket and home assistant setup needs time to actually work with it and to plan things forward. Additionally HA setup could use a floor thermostat or two, some homeESP gadgets and so on, so it needs some money as well.
Majority of the stuff should be taken care of until February, the rest is more or less open.
- Install Comms box in office.
- Get Unifi switch.
- Run Cat6A to all rooms of house.
- Consolidate NUC and N100's fewer devices.
- Install 2x U6 Wall units. 6 Begin scoping Surveillance cameras. Torn between Synology and Unifi.
Most important: replace the raspi SD card with an SSD
General hardware: see if I find a better solution than my current Proxmox box (repurposed desktop which consumes 60w idling but is capped to 16GB Ram)
Incoming traffic: currently having a VM that runs nothing but nginx and certbot. Considering switching to another reverse proxy and, more important, get proper monitoring of the logs (e.g. IP detection, 403, etc)
Maybe add some iam like authentik
Finding a solution for selfhosting podcasts client with sync on Android and Linux.. gpodder never really seemed to work, considering audiobookshelf.
Probably setting up calibre web and gethomepage
Keeping what I have and maybe optimize a bit:
- Prometheus stack
- plenty exporters
- Nextcloud
- paperless
- home assistant, mosquitto
- pihole
- vaultwarden
- selfoss
On VPS:
- Mastodon
- Bookwyrm
- some WordPress (want to move this to my homeserver as well)
Really a few things. What I am looking to do is create a highly dynamic system where I can easily deploy something by kicking off some automation. To do this I am first creating a base Ceph shared filesystem. This will be mounted in all VMs so that I can use Ansible to quickly spin up Docker containers via docker compose. This will make it much easier to dynamically create resources and services since I won't need to worry about all the underlying components. I simply kick off the automation for any changes. I already have the automation to create new VMs.