Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuukanoo/seelf
Lightweight self-hosted deployment platform written in Go
https://github.com/yuukanoo/seelf
docker go paas self-hosted
Last synced: 2 months ago
JSON representation
Lightweight self-hosted deployment platform written in Go
- Host: GitHub
- URL: https://github.com/yuukanoo/seelf
- Owner: YuukanOO
- License: gpl-3.0
- Created: 2023-05-15T10:48:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-12T16:30:35.000Z (9 months ago)
- Last Synced: 2024-04-13T11:17:49.203Z (9 months ago)
- Topics: docker, go, paas, self-hosted
- Language: Go
- Homepage:
- Size: 846 KB
- Stars: 55
- Watchers: 2
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# seelf : Painless self-hosted deployment platform
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/YuukanOO/seelf/ci.yml) [![Docker Image Size (latest semver)](https://img.shields.io/docker/image-size/yuukanoo/seelf)](https://hub.docker.com/r/yuukanoo/seelf) [![Docker Image Version (latest semver)](https://img.shields.io/docker/v/yuukanoo/seelf)](https://hub.docker.com/r/yuukanoo/seelf) ![GitHub](https://img.shields.io/github/license/YuukanOO/seelf) [![Liberapay](https://img.shields.io/liberapay/goal/YuukanOO.svg?logo=liberapay)](https://liberapay.com/YuukanOO) [![BuyMeACoffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-yellow?logo=buymeacoffee&labelColor=gray)](https://buymeacoffee.com/yuukanoo)
I mean, for real!
https://github.com/YuukanOO/seelf/assets/939842/0fb8c833-1dba-4a75-87d5-94b92155795e
## Goal
Got an already working docker compose file for your project? Just send it to your [seelf](https://github.com/YuukanOO/seelf) instance and _boom_, that's live on your own infrastructure with all services correctly deployed and exposed on nice urls as needed! See [the documentation](https://yuukanoo.github.io/seelf/guide/quickstart.html) for more information.
> [!NOTE]
> Although Docker is the only backend supported at the moment, I would like to investigate to enable other ones too. Remote Docker or Podman for example, see [the roadmap](https://github.com/YuukanOO/seelf/milestone/1) .## Getting started
Check [the documentation](https://yuukanoo.github.io/seelf/guide/quickstart.html) to give **seelf** a try!