An open API service indexing awesome lists of open source software.

https://github.com/scomans/tauri-github-release-proxy


https://github.com/scomans/tauri-github-release-proxy

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Electron Github Release Proxy

A proxy for electron apps to download private release assets

### Start this image via `docker-compose`

```yaml
services:
proxy:
image: keyle/electron-github-release-proxy:latest
environment:
- ACCOUNT=
- REPOSITORY=
- VERSION_PREFIX=
- TOKEN=
ports:
- 3333:3333
restart: always

```