For those of you who use Raspberry Pi’s in your home environment, I’m curious as to what you use them for. What applications are you running on them? Do you have your Pi’s setup in a cluster?
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:
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
Yep that’s also how I set it up, it boots up in RetroPi and then you can start Kodi from there, but now I mostly boot up on the MPD SD card instead. I have also configured it to be a Bluetooth speaker, so I can attach the phone.
What did you do/use to turn it into a Bluetooth receiver/speaker?
I couldn’t find a simple plug and play solution, so it took several tries to find the right guides, especially because raspbian have changed their Bluetooth/audio setup, so the old guides don’t work.
The solution I found uses a script/daemon that sets up the speaker and waits for Bluetooth connections.
I’ll look for the script…
Edit: found it https://github.com/fdanis-oss/pw_wp_bluetooth_rpi_speaker
I added a systemd service running as root.