view the rest of the comments
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!
You could boot over the network and use the NAS for storage, but that's going to be a lot of work to get running properly, and it'll be pretty slow too.
Honestly, if you want to run a read-only service from it, it could work, but anything more than a light, immutable host is going to be unpleasant.
Realistically, I just want to have a system that can act as the hardware end point for a coral processor to do image recognition. I don't need to write a lot on demand, and what was being written previously was all to the NAS (other than the app's database)
That could work, then! You'd have to set up the boot image or reconfigure it each time (maybe cloud-init and/or ansible), but as a mostly compute node it could work.
My ideal is something more like a netboot-able image that I can modify/recreate and have it pull on next boot. But those options aren't a bad thought either. I'd just need to have the bootable image configured with the info needed to bootstrap it. I've got another VM that's got a different automation platform running (Powershell Universal), but it would give me an excuse to learn another well known automation platform.