I know some projects like Pi-hole and Kodi, but what super cool on Raspberry Pi 4 to install?
Relevant post 'What can I do with a Raspberry Pi 3' :
I just got a Raspberry Pi 3. What can I do with it?
Michael Lee ๐ ใป Feb 12 '18
Edit of the 6 June :
The same post by @madza "What's your use of Raspberry Pi?" for more responses if you want ๐
Tips: If you want to obtain a Raspberry Pi, check this website to see the stock across some websites, and their prices. โจ๐
Top comments (43)
Mine is directly connected to my router, measures my Internet connection every five minutes and sends the report to one of my servers. Every time I'm facing connection problems and the focking support of German Telekom doesn't believe me I make a beautiful Excel report from my collected data.
Pretty german right ๐
Excellent ๐คฃ๐คฃ
That's great.
Can you share the tool you are using to measure the internet connection?
npmjs.com/package/speedtest-net
That's the package I'm using to measure the connection. I built a HapiJS server which is running a cronjob. After the test the result is sent to a MongoDB on my web server
great, thank you ^__^
Since many years my raspberry run yunohost yunohost.org/ and i can do self hosting for emails documents and many other things
that's amazing !! I saw you have a discussion forum as well, ghost I believe?. do you even run that on it ?
Yeah you can see nice apps here (Ghost is present)
Gigantic!! Could it holds the whole Mongodb database?!?!
Ow I don't know for that sorry :/
Are you hosting such a solution and don't know where is your data residing?!
No I know where I put my data, I just don't know if there is a MongoDB app on Yunohost.
I really like Yunohost, I hesitated to use again this good project. Maybe on my other Raspberry Pi ๐
Well, you can install over it portainer and docker and start your homlab!
Or use OpenMediaVault and create a NAS for your home.
Look at this website if you want, it has a lot of interesting projects!
pimylifeup.com/
thanks!
No problem man
The best thing I ever did with a raspberry was set up a pi hole for a network wide ad block, and Nextcloud to switch my cloud storage, pictures, contacts and calendar from google to my own domain.
I can also see a email server, small-scale webserver or a NAS come in handy.
If you've got something to monitor (Website Analytics, Page Speed, Server logs, 3D Printer, Plant water status) and visualize, Pis are the perfect tool for that.
Or take a look at all the weird black magic Jeff Geerling does.
The PiHole is an instant quality-of-life boost and couldn't be easier to get running.
I'm making a system called "Host Bridge" which is intended to bind a system of headless servers to a UI I'm building.
The UI is a React project and is open-source. Here's a demo: speaker.app/
Cool system!
Thanks!
1 is running a music server (I wrote)
1 is running a movie server (I wrote)
An old phone is my remote control.
2 security cameras (pycamera and opencv)
1 security camera hub (use ML to tell if the garage door is open)
1 I use as a desktop for app development
And there is sooooo much more you can do with them
Happy Coding
Haven't played with mine in a while but I was usually using it for automated webscraping and simple bots
Three projects that stick out in my mind:
Soo good projects!
As portable mini PC for a dev work where it can be hooked to a car dashboard/monitor or some random monitor when traveling. Also, scavenging a monitor from unused/broken laptop works too. Just need LVDS-to-HDMI which bridge between the monitor and RPi mini HDMI slot. As for keyboard, using smartphone or $5 mini wireless keyboard+touchpad (usually for tv box) works but it need some time to get used to this setup.
Mine holds:
Airsonic
Transmission daemon
Amule daemon
Nextcloud
Tor
PiHole
FressRss
Wireguard
3 calibre instances (one per library)
All dockerize except for transmission (due to file administration needs).
It suffers when rebooting and when doing heavy work with nextcloud or airsonic, but for the rest, all good.
Hi Thomas, you can drop by to balenaHub (hub.balena.io) an app-store for IoT projects which you can deploy on your raspberry pi 4 computer with ease. The applications on balena devices works as individual docker containers so you can host like say :
There are a lot of projects submitted by community like converting your raspberry pi to multi-room audio streamers, or apple airplay server.
Check it out and let me know if that helps, cheers :)
Ooooh I already tested Balena with Pi-hole, very simple to start the software. I recommend to using that โจ๐