{"id":35199861,"url":"https://github.com/dployr-io/dployr-base","last_synced_at":"2026-05-26T01:05:05.048Z","repository":{"id":318682967,"uuid":"1072319660","full_name":"dployr-io/dployr-base","owner":"dployr-io","description":"Your app, your server, your rules! ","archived":false,"fork":false,"pushed_at":"2026-01-06T15:30:20.000Z","size":574,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-08T18:46:46.336Z","etag":null,"topics":["deployment","self-hosted","server-setup"],"latest_commit_sha":null,"homepage":"http://api-docs.dployr.io/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dployr-io.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}},"created_at":"2025-10-08T14:57:14.000Z","updated_at":"2026-01-06T15:30:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"de0c2d4d-e26b-4458-af18-460e8b41883c","html_url":"https://github.com/dployr-io/dployr-base","commit_stats":null,"previous_names":["dployr-io/dployr-base"],"tags_count":49,"template":false,"template_full_name":null,"purl":"pkg:github/dployr-io/dployr-base","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dployr-io%2Fdployr-base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dployr-io%2Fdployr-base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dployr-io%2Fdployr-base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dployr-io%2Fdployr-base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dployr-io","download_url":"https://codeload.github.com/dployr-io/dployr-base/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dployr-io%2Fdployr-base/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478032,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: 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":["deployment","self-hosted","server-setup"],"created_at":"2025-12-29T10:09:07.664Z","updated_at":"2026-05-16T11:08:25.093Z","avatar_url":"https://github.com/dployr-io.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dployr Base\n\nThe management server for dployr. Run this on your infrastructure to control deployments, manage users, and handle billing.\n\n---\n\n## Installation\n\n### Docker (recommended)\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/dployr-io/dployr-base/refs/heads/main/docker-compose.example.yml -o docker-compose.yml\n\nnano docker-compose.yml\n\ndocker compose up -d\n```\n\nBase will run on `http://localhost:7878` by default.  \n\n### Shell installer\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/dployr-io/dployr-base/refs/heads/main/install.sh | sudo bash\n\nsudo systemctl start dployr-base\n```\n\nOr non-interactive:\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/dployr-io/dployr-base/refs/heads/main/install.sh | sudo bash -s -- --non-interactive\n```\n\n---\n\n## Traffic Router (Traefik)\n\nDeploy the traffic routing layer to handle customer domains on `*.dployr.run`:\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/dployr-io/dployr-base/refs/heads/main/scripts/traefik/install-traefik.sh | sudo bash\n```\n\nSee [scripts/traefik/README.md](./scripts/traefik/README.md) for configuration, scaling, and troubleshooting.\n\n---\n\n## Configuration\n\nEdit `config.toml` to set:\n\n```toml\n[database]\nurl = \"postgresql://user:password@localhost:5432/dployr\"\n\n[kv]\ntype = \"redis\"\nurl = \"redis://localhost:6379\"\n\n[storage]\ntype = \"filesystem\"\npath = \"/var/lib/dployr-base/storage\"\n```\n\nSee `config.example.toml` for all available options.\n\n---\n\n## Development\n\n```bash\nnpm run dev\n```\n\n---\n\n## Documentation\n\n- Self-hosting: https://docs.dployr.io/installation/self-hosting\n\nLicense: Apache 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdployr-io%2Fdployr-base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdployr-io%2Fdployr-base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdployr-io%2Fdployr-base/lists"}