Electron updating server made to be super light-weight and easy to use and deploy, written in TypeScript!
- Webhook integration
- Multi-repo capability
- Admin panel
- DB to track downloads and misc data
- Run serverless (haven't tried)
- Rename the file
docker-compose.yml.sample
todocker-compose.yml
and fill out all the env variables. - Run the command
docker compose up -d
. This will automatically fetch the latest version if you haven't already pulled the image.- If you already pulled an image, to update to the latest run
docker compose pull && docker compose up -d
- To view logs run
docker compose logs -f
- If you already pulled an image, to update to the latest run
- To shut down,
docker compose down