https://github.com/scomans/tauri-github-release-proxy
https://github.com/scomans/tauri-github-release-proxy
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/scomans/tauri-github-release-proxy
- Owner: scomans
- Created: 2023-02-07T17:38:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-16T13:05:29.000Z (over 1 year ago)
- Last Synced: 2025-02-16T13:57:31.949Z (over 1 year ago)
- Language: TypeScript
- Size: 432 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```