https://github.com/d3vilh/vpntv-webconfig
Configuration web-interface for VPNTV project
https://github.com/d3vilh/vpntv-webconfig
arm64 armv7 golang raspberry-pi vpntv web-ui
Last synced: 2 months ago
JSON representation
Configuration web-interface for VPNTV project
- Host: GitHub
- URL: https://github.com/d3vilh/vpntv-webconfig
- Owner: d3vilh
- License: mit
- Created: 2023-10-25T13:46:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-02T17:31:49.000Z (over 2 years ago)
- Last Synced: 2025-04-07T04:26:27.563Z (about 1 year ago)
- Topics: arm64, armv7, golang, raspberry-pi, vpntv, web-ui
- Language: HTML
- Homepage:
- Size: 9.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# vpntv-webconfig
Configuration web-interface for VPNTV project

To build the webinstall binary:
```shell
go build -o webinstall main.go
```
To compress new binary with upx:
```shell
sudo apt-get install upx-ucl
upx --best webinstall
upx -t webinstall
```
