{"id":19950790,"url":"https://github.com/ptah-sh/ptah-server","last_synced_at":"2026-01-28T09:44:22.465Z","repository":{"id":246440757,"uuid":"817389016","full_name":"ptah-sh/ptah-server","owner":"ptah-sh","description":"Self-hosted alternative to Heroku","archived":false,"fork":false,"pushed_at":"2024-12-14T22:23:41.000Z","size":1409,"stargazers_count":223,"open_issues_count":46,"forks_count":11,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-03T18:37:15.790Z","etag":null,"topics":["deployment","devops","fair-source","self-hostable","self-hosted","self-hosting"],"latest_commit_sha":null,"homepage":"https://ptah.sh","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ptah-sh.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"github":"bohdan-shulha","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"custom":null}},"created_at":"2024-06-19T15:45:33.000Z","updated_at":"2025-05-03T08:16:00.000Z","dependencies_parsed_at":"2024-06-28T00:57:36.401Z","dependency_job_id":"e6b865b9-7e2b-4010-b7b0-9d3748efe7b8","html_url":"https://github.com/ptah-sh/ptah-server","commit_stats":null,"previous_names":["ptah-sh/ptah-server"],"tags_count":103,"template":false,"template_full_name":null,"purl":"pkg:github/ptah-sh/ptah-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptah-sh%2Fptah-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptah-sh%2Fptah-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptah-sh%2Fptah-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptah-sh%2Fptah-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ptah-sh","download_url":"https://codeload.github.com/ptah-sh/ptah-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ptah-sh%2Fptah-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28844008,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T07:39:25.367Z","status":"ssl_error","status_checked_at":"2026-01-28T07:39:24.487Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["deployment","devops","fair-source","self-hostable","self-hosted","self-hosting"],"created_at":"2024-11-13T01:02:14.529Z","updated_at":"2026-01-28T09:44:22.442Z","avatar_url":"https://github.com/ptah-sh.png","language":"PHP","funding_links":["https://github.com/sponsors/bohdan-shulha"],"categories":["PHP"],"sub_categories":[],"readme":"# Not under active development\n\nTLDR; I am focusing on a [no-code directory/website builder](https://makeadir.com). I'd be able to continue working on Ptah.sh once I get stable financial stream.\n\nDocker Swarm shown itself to be a very unstable and unreliable solution for the deployment of the Ptah.sh platform.\n\nThis lead to the decision to move away from Docker Swarm and to use Kubernetes (/hand-crafted orchestrator) as the underlying technology for the Ptah.sh platform.\n\nAs this is going to be a big change, I'm archiving the project for now.\n\nIf you would like to help with the development, please file a ticket.\n\n\u003cp align=\"center\"\u003e\u003ca href=\"https://ptah.sh\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://github.com/ptah-sh/ptah-server/raw/main/.github/assets/logo.png\" alt=\"Ptah.sh Logo\"\u003e\n\u003c/a\u003e\u003c/p\u003e\n\n## About Ptah.sh\n\nPtah.sh is a [Fair Source](https://fair.io/) self-hosting deployment platform - alternative to Heroku/Vercel and other Big Corp software. We believe that indie, startups and small to medium businesses must not suffer from unpredicted billing or bare-metal/VPS configurations.\n\nThe service is built on top of the proven container management solution - Docker Swarm.\n\nPtah.sh takes the pain out of deployment by easing common tasks used in many projects, such as:\n\n-   Setting up stateful services (PostgreSQL, MongoDB, MySQL and others).\n-   Scaling stateless services to an infinite number of nodes (servers, as much as Docker Swarm can do).\n-   Managing automated backups for critical data.\n-   Load balancing of an incoming traffic and SSL auto-provisioning via Caddy Server.\n-   And many more features.\n\n## Components\n\nPtah.sh is a collection of several interdependent services:\n\n-   [Ptah.sh Server](https://github.com/ptah-sh/ptah-server) - the core of the platform, responsible for managing the infrastructure, scaling, and load balancing.\n-   [Ptah.sh Agent](https://github.com/ptah-sh/ptah-agent) - the component installed on the target machine, responsible for running the containers and services.\n-   [Ptah.sh Caddy](https://github.com/ptah-sh/ptah-caddy) - the component installed on the target machine, responsible for running the Caddy Server and providing metrics to the Ptah.sh Server.\n-   [Ptah.sh GitHub Action](https://github.com/ptah-sh/deploy-action) - the component responsible for deploying the application to the target machine.\n-   [Ptah.sh Website](https://github.com/ptah-sh/ptah-sh.github.io) - the website of the Ptah.sh platform available at [ptah.sh](https://ptah.sh), containing the documentation, 1-Click Apps templates and the public-facing information.\n\n## Ptah.sh Sponsors\n\nWe would like to extend our thanks to the following sponsors for funding Ptah.sh development. If you are interested in becoming a sponsor, please send an e-mail to Bohdan Shulha via [contact@ptah.sh](mailto:contact@ptah.sh).\n\n### Sponsors\n\n-   _None so far_\n\n#### Want to get some feature being developed faster?\n\nConsider sponsoring the project via [GitHub Sponsors](https://github.com/sponsors/bohdan-shulha).\n\n## Supported Operating Systems\n\nCurrently we support only the latest stable Ubuntu (24.04) with x86_64 architecture. You can build Agent and/or the server software for other operating systems, but no guarantee it will work.\n\nIn case of any trouble, please ask for help in the [community chat](https://r.ptah.sh/chat).\n\n## Contributing\n\nThank you for considering contributing to the Laravel framework! The contribution guide can be found in the [CONTRIBUTING.md](https://github.com/ptah-sh/ptah-server/blob/main/CONTRIBUTING.md).\n\n## Security Vulnerabilities\n\nIf you discover a security vulnerability within Ptah.sh services, please send an e-mail to Bohdan Shulha via [contact@ptah.sh](mailto:contact@ptah.sh). All security vulnerabilities will be promptly addressed.\n\n## License\n\nThe Ptah.sh service suite is a Fair Source software licensed under the [Functional Source License, Version 1.1, Apache 2.0 Future License](https://github.com/ptah-sh/ptah-server/blob/main/LICENSE.md).\n\n## Star History ★\n\n[![Star History Chart](https://api.star-history.com/svg?repos=ptah-sh/ptah-server\u0026type=Date)](https://star-history.com/#ptah-sh/ptah-server\u0026Date)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fptah-sh%2Fptah-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fptah-sh%2Fptah-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fptah-sh%2Fptah-server/lists"}