https://github.com/gmelodie/onlinerasp
Running online services on a raspberry pi
https://github.com/gmelodie/onlinerasp
Last synced: 8 months ago
JSON representation
Running online services on a raspberry pi
- Host: GitHub
- URL: https://github.com/gmelodie/onlinerasp
- Owner: gmelodie
- License: mit
- Created: 2019-11-17T19:04:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-24T14:32:32.000Z (almost 6 years ago)
- Last Synced: 2025-01-24T11:44:29.362Z (9 months ago)
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OnlineRasp
Framework for running online (public/global) services on a Raspberry Pi
When I bought my [Raspberry Pi Zero](https://www.raspberrypi.org/products/raspberry-pi-zero/) I didn't know what to do with it. I like networking in general, but kind of hate sensors, circuits and stuff like that, so what in the world could I do with my rasp? Well, I first learned about [reverse proxies](https://en.wikipedia.org/wiki/Reverse_proxy), [dynamic DNS](https://www.cloudflare.com/learning/dns/glossary/dynamic-dns/) and other stuff to make kind of bypass the problems of (1) having an ever changing public IP on my home's router and (2) being behind a [NAT](https://en.wikipedia.org/wiki/Network_address_translation).
## Installation
## Usage