Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liut/ovpntend
Display OpenVPN connnecting status and certificates management
https://github.com/liut/ovpntend
Last synced: 9 days ago
JSON representation
Display OpenVPN connnecting status and certificates management
- Host: GitHub
- URL: https://github.com/liut/ovpntend
- Owner: liut
- License: mit
- Created: 2022-10-01T16:40:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T03:24:13.000Z (9 months ago)
- Last Synced: 2024-05-14T03:32:16.022Z (9 months ago)
- Language: HTML
- Size: 5.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OVPNtend
Display OpenVPN connnecting status and certificates management
## build frontend resources
```sh
gulp build
```
## build and deploy
```sh
make dist
make package
```
## Developing
```sh
forego start
```