{"id":47837402,"url":"https://github.com/codingjoe/oizo","last_synced_at":"2026-04-03T20:34:14.952Z","repository":{"id":341290314,"uuid":"1169583919","full_name":"codingjoe/oizo","owner":"codingjoe","description":"Twillio Voice compatible API platform based","archived":false,"fork":false,"pushed_at":"2026-03-23T17:41:36.000Z","size":7501,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-24T15:47:53.327Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codingjoe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"codingjoe","buy_me_a_coffee":"codingjoe","custom":"https://www.paypal.me/codingjoe"}},"created_at":"2026-02-28T22:40:36.000Z","updated_at":"2026-02-28T23:33:38.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/codingjoe/oizo","commit_stats":null,"previous_names":["codingjoe/oizo"],"tags_count":0,"template":false,"template_full_name":"codingjoe/the-box-django","purl":"pkg:github/codingjoe/oizo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingjoe%2Foizo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingjoe%2Foizo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingjoe%2Foizo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingjoe%2Foizo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codingjoe","download_url":"https://codeload.github.com/codingjoe/oizo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingjoe%2Foizo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31375769,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T17:53:18.093Z","status":"ssl_error","status_checked_at":"2026-04-03T17:53:17.617Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-03T20:34:14.874Z","updated_at":"2026-04-03T20:34:14.939Z","avatar_url":"https://github.com/codingjoe.png","language":"Python","funding_links":["https://github.com/sponsors/codingjoe","https://buymeacoffee.com/codingjoe","https://www.paypal.me/codingjoe"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"./images/logo-dark.svg\"\u003e\n    \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"./images/logo-light.svg\"\u003e\n    \u003cimg alt=\"The Box – Signature Edition: Secure, convenient, fast \u0026 free forever!\" src=\"./images/logo-light.svg\"\u003e\n  \u003c/picture\u003e\n\u003c/p\u003e\n\n# The Box — Django Edition: Secure, convenient, fast \u0026 free forever!\n\nProduction ready zero-config Django deployment and development on your own hardware:\n\n- 🏗️ [12-factor] app principles\n- 🚀 continues deployment\n- 🔐 environment \u0026 key management\n- 🗄️ managed PostgreSQL databases\n- 🔔 managed [updates \u0026 security alerts][dependabot]\n- 🔒 SSL via [Let's Encrypt][letsencrypt]\n\n_No config, no costs, just GitHub and your own server._\n\n**Check out our Demo running on a Raspberry Pi 5 8GB: [https://django.the-box.sh](https://django.the-box.sh)**\n\n## Getting Started\n\n1. Use the \"Use this template\" button to create a new repository for your project.\n1. Make sure you have a fresh linux server (VPS or RaspberryPi) that you can connect to via SSH.\n1. 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.\n1. Run the installer on you development machine:\n\n```\nbash \u003c(curl -fsSL https://the-box.sh/install.sh)\n```\n\nThe installer will guide you through the setup process and get your first application up and running in seconds!\n\nDo connect to the Box, use:\n\n```shell\ndtop\n```\n\n### DNS Setup\n\nIf you haven't done so already, here are the steps to set up your DNS records:\n\n```text\nA @ YOUR_SERVER_IP\nAAAA @ YOUR_SERVER_IPV6\nCNAME * your.domain\n```\n\nFind out more at [the-box.sh](https://the-box.sh).\n\n[12-factor]: https://12factor.net/\n[dependabot]: https://github.com/dependabot\n[letsencrypt]: https://letsencrypt.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingjoe%2Foizo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodingjoe%2Foizo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingjoe%2Foizo/lists"}