Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suddengunter/rpi-hosted
Backup of things I run on my Raspberry Pi 4 4GB.
https://github.com/suddengunter/rpi-hosted
hacktoberfest raspberry-pi self-hosted
Last synced: about 2 months ago
JSON representation
Backup of things I run on my Raspberry Pi 4 4GB.
- Host: GitHub
- URL: https://github.com/suddengunter/rpi-hosted
- Owner: SuddenGunter
- License: mit
- Created: 2020-07-04T19:39:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T22:21:45.000Z (about 2 months ago)
- Last Synced: 2024-11-22T23:21:25.161Z (about 2 months ago)
- Topics: hacktoberfest, raspberry-pi, self-hosted
- Homepage:
- Size: 116 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rpi-hosted
Backup of things I run on my Raspberry Pi 4 4GB.
## V3 (current version)
I got tired of kubernetes limitations when trying to use a single RPi mostly for IoT stuff.
Went back to docker-compose files.
## K3s (v2 / deprecated)
Pi 4 (4GB) running ubuntu server and k3s.
For zigbee I use connbee 2 + zigbee2mqtt (eclipse/mosquitto used as mqtt broker).
Node-RED is used for some basic home automation, I'm not going back to home assistant at least in current setup.
Wireguard is not used, cause external access is not required yet.
## hosted (v1 / deprecated)
Mostly includes stuff from previous Pi deployment and I do not use it on my current production deployment.
Everything in here is configured via docker-compose.
Traefik is used as ingress for all internal web dashboards.
For zigbee I use connbee 2 + deconz and home assistant (via docker). Home assistant via docker is a joke, just don't use it, it has too much limitations and breaks randomly after power outages.
Wireguard tunnel through VPS is used as a cool option for accessing Pi from external network without opening access to Pi on router.