{"id":35423240,"url":"https://github.com/biersoeckli/quickstack","last_synced_at":"2026-04-22T10:00:58.148Z","repository":{"id":268721781,"uuid":"905265583","full_name":"biersoeckli/QuickStack","owner":"biersoeckli","description":"Build, run and monitor your apps on any server from a single, easy-to-use UI.","archived":false,"fork":false,"pushed_at":"2026-04-03T11:20:04.000Z","size":2295,"stargazers_count":324,"open_issues_count":19,"forks_count":26,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-04-03T16:27:38.775Z","etag":null,"topics":["backups","buildkit","cloud","devops","k3s","longhorn","monitoring","nextjs","open-source","paas","self-hosting","sqlite","vps"],"latest_commit_sha":null,"homepage":"https://quickstack.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/biersoeckli.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2024-12-18T13:36:08.000Z","updated_at":"2026-04-03T11:20:02.000Z","dependencies_parsed_at":"2025-12-29T15:02:27.625Z","dependency_job_id":"00bfb827-0309-4bc6-80cd-b163cd3d8ac0","html_url":"https://github.com/biersoeckli/QuickStack","commit_stats":null,"previous_names":["biersoeckli/quickstack"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/biersoeckli/QuickStack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biersoeckli%2FQuickStack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biersoeckli%2FQuickStack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biersoeckli%2FQuickStack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biersoeckli%2FQuickStack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/biersoeckli","download_url":"https://codeload.github.com/biersoeckli/QuickStack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biersoeckli%2FQuickStack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32130776,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T08:34:57.708Z","status":"ssl_error","status_checked_at":"2026-04-22T08:34:55.583Z","response_time":58,"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":["backups","buildkit","cloud","devops","k3s","longhorn","monitoring","nextjs","open-source","paas","self-hosting","sqlite","vps"],"created_at":"2026-01-02T17:17:05.537Z","updated_at":"2026-04-22T10:00:58.138Z","avatar_url":"https://github.com/biersoeckli.png","language":"TypeScript","readme":"\n\n\u003cimg  src=\"/public/quickstack-repo-heading.png\" alt=\"QuickStack Logo\" width=\"100%\" /\u003e\n\nQuickStack is a self-hosted PaaS solution designed to simplify the management of your applications on one or more virtual private servers (VPS).\n\nDeveloped as part of a student project by [glueh-wyy-huet](https://github.com/glueh-wyy-huet) and [biersoeckli](https://github.com/biersoeckli) at the [Eastern Switzerland University of Applied Sciences](https://ost.ch/), QuickStack provides a scalable and cost-effective alternative to commercial cloud PaaS offerings like Vercel, Digital Ocean App Platform or Azure App Service.\n\n\u003cimg src=\"/github-assets/app-settings-general.png\" alt=\"QuickStack App Settings Image\" width=\"100%\" /\u003e\n\n## Key Features\n\n* **One-Command Installation:** Deploy QuickStack on a VPS with a single command.\n* **Git Integration:** Deploy applications directly from public or private Git repositories.\n* **Docker Container Deployment:** Deploy Docker containers from a Docker Hub, a public or a private registry.\n* **Live Logging:** Debug running containers with live log streams.\n* **Web Terminal:** Access a web-based terminal directly within the container for debugging.\n* **SSL Certificate Management:** Automatic SSL certificate generation via Let's Encrypt.\n* **Resource Management:** Set resource limits (CPU, RAM, storage) for each application.\n* **Monitoring Dashboard:** Track resource consumption and application performance.\n* **Backups:** Create backups of application data and databases to a S3-compatible storage.\n* **Cluster Support:** Scale applications across multiple VPS nodes.\n* **Persistent Storage:** Cluster-wide persistent storage volumes for applications.\n\n## Getting Started\n### Prerequisites\nBefore getting started, ensure that you have:\n* A new virtual private server (VPS) running a Linux distribution (Ubuntu preferred).\n\n### Installation\n1. **Connect to your VPS via SSH.**\n2. **Run the setup script:**\n```bash\ncurl -sfL https://get.quickstack.dev/setup.sh | sh -\n```\n\n**Non-interactive installation:**\nIf you want to skip the network interface selection prompt, you can specify the interface using the `INSTALL_K3S_INTERFACE` environment variable:\n```bash\ncurl -sfL https://get.quickstack.dev/setup.sh | INSTALL_K3S_INTERFACE=eth0 sh -\n```\n\nVisit our [docs](https://quickstack.dev/docs) for more detailed installation instructions:\n\n## Contributing\nContributions are welcome! Further information on how to contribute can be found in the [CONTRIBUTING.md](CONTRIBUTING.md) file.\n\n## License\nThis project is licensed under the GPL-3.0 license.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiersoeckli%2Fquickstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbiersoeckli%2Fquickstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiersoeckli%2Fquickstack/lists"}