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!
view the rest of the comments
I think you're probably swapping like mad, and likely to eventually bomb... I could be wrong but I can't see compiling a real Rust project on a Pi 3 coming to a successful conclusion, and like one other poster mentioned you might actually damage the hardware by trying. I think for my system I had to up the hosting to 2GB RAM, and still had to activate swap for some parts of the compilation, before it succeeded. Is it possible for you to cross-compile it or something?
I have no idea what cross compiling is but I'm open to trying it.
Cross compiling is building software on one platform that's designed to run on a different platform -- e.g. you can build a Rust package on your PC that's designed to run on your Pi. It's not very well-supported in general (i.e. I have no idea if it's even feasible for this scenario) but in cases where it works it can be pretty useful.
Cool. I was just looking it up. Very neat. I don't have the first clue how to go about it but I'll let the little raspberry try overnight. We'll see what happens.