https://github.com/codingjoe/oizo
Twillio Voice compatible API platform based
https://github.com/codingjoe/oizo
Last synced: about 2 months ago
JSON representation
Twillio Voice compatible API platform based
- Host: GitHub
- URL: https://github.com/codingjoe/oizo
- Owner: codingjoe
- License: bsd-2-clause
- Created: 2026-02-28T22:40:36.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-23T17:41:36.000Z (2 months ago)
- Last Synced: 2026-03-24T15:47:53.327Z (2 months ago)
- Language: Python
- Size: 7.15 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Box — Django Edition: Secure, convenient, fast & free forever!
Production ready zero-config Django deployment and development on your own hardware:
- 🏗️ [12-factor] app principles
- 🚀 continues deployment
- 🔐 environment & key management
- 🗄️ managed PostgreSQL databases
- 🔔 managed [updates & security alerts][dependabot]
- 🔒 SSL via [Let's Encrypt][letsencrypt]
_No config, no costs, just GitHub and your own server._
**Check out our Demo running on a Raspberry Pi 5 8GB: [https://django.the-box.sh](https://django.the-box.sh)**
## Getting Started
1. Use the "Use this template" button to create a new repository for your project.
1. Make sure you have a fresh linux server (VPS or RaspberryPi) that you can connect to via SSH.
1. Make sure you have both [GitHub CLI](https://cli.github.com/), [Docker](https://www.docker.com/) or [Podman](https://podman.io/), and [dtop](https://github.com/amir20/dtop) installed on your development.
1. Run the installer on you development machine:
```
bash <(curl -fsSL https://the-box.sh/install.sh)
```
The installer will guide you through the setup process and get your first application up and running in seconds!
Do connect to the Box, use:
```shell
dtop
```
### DNS Setup
If you haven't done so already, here are the steps to set up your DNS records:
```text
A @ YOUR_SERVER_IP
AAAA @ YOUR_SERVER_IPV6
CNAME * your.domain
```
Find out more at [the-box.sh](https://the-box.sh).
[12-factor]: https://12factor.net/
[dependabot]: https://github.com/dependabot
[letsencrypt]: https://letsencrypt.org/