DEV Community

Discussion on: I just got a Raspberry Pi 3. What can I do with it?

Collapse
 
jpenuchot profile image
Jules Pénuchot

I have a few stuff that run on mine :

  • Gitea, for a local, self-hosted git server
  • Syncthing, to have a local backup node
  • Sometimes a Minecraft server
  • Web server
  • Sometimes simply as an access to my home network

Gitea might be my favorite use, it feels great not to rely on GitHub to store my code (I often store my repos at different places for redundancy). Also Syncthing is great, you should check it out.

Collapse
 
michael profile image
Michael Lee 🍕

Cool, Gitea sounds nice! Will look into it. Thanks for the suggestions :)