mirror of
https://github.com/adamwalach/openvpn-web-ui.git
synced 2026-04-25 04:46:24 +03:00
[PR #18] Single file config #41
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/openvpn-web-ui#41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/adamwalach/openvpn-web-ui/pull/18
Author: @mendoza-conicet
Created: 10/23/2018
Status: 🔄 Open
Base:
master← Head:master📝 Commits (6)
6b1784eAdd single config file9fb0b31include ioutil456860badd route and controllera6a11e7update certificates template4724c81add single file config templateeb90319needs use text/template of vendor because html/template escape special chars.📊 Changes
5 files changed (+85 additions, -2 deletions)
View changed files
➕
conf/openvpn-client-config.ovpn.tpl(+24 -0)📝
controllers/certificates.go(+49 -0)📝
routers/commentsRouter_controllers.go(+7 -0)📝
vendor/github.com/adamwalach/go-openvpn/client/config/config.go(+1 -1)📝
views/certificates.html(+4 -1)📄 Description
File config (ovpn) and certificates embedded into a single file.
Easy to import on clients.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.