[PR #18] Single file config #41

Open
opened 2026-02-25 20:30:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/adamwalach/openvpn-web-ui/pull/18
Author: @mendoza-conicet
Created: 10/23/2018
Status: 🔄 Open

Base: masterHead: master


📝 Commits (6)

  • 6b1784e Add single config file
  • 9fb0b31 include ioutil
  • 456860b add route and controller
  • a6a11e7 update certificates template
  • 4724c81 add single file config template
  • eb90319 needs 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.

## 📋 Pull Request Information **Original PR:** https://github.com/adamwalach/openvpn-web-ui/pull/18 **Author:** [@mendoza-conicet](https://github.com/mendoza-conicet) **Created:** 10/23/2018 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`6b1784e`](https://github.com/adamwalach/openvpn-web-ui/commit/6b1784eb8842030824c0a6c50767cb7671bcdb28) Add single config file - [`9fb0b31`](https://github.com/adamwalach/openvpn-web-ui/commit/9fb0b31898770b339bc8adb771d724904e8859cb) include ioutil - [`456860b`](https://github.com/adamwalach/openvpn-web-ui/commit/456860bed1380daef86848f0548ac43a614b3da0) add route and controller - [`a6a11e7`](https://github.com/adamwalach/openvpn-web-ui/commit/a6a11e78c4857bf00a7dabf635e77acefbc3b72e) update certificates template - [`4724c81`](https://github.com/adamwalach/openvpn-web-ui/commit/4724c8124ce8424c5a844350f44f64e79b949fde) add single file config template - [`eb90319`](https://github.com/adamwalach/openvpn-web-ui/commit/eb903195d0aeb683fd047b5d87f4700291193e2c) needs use text/template of vendor because html/template escape special chars. ### 📊 Changes **5 files changed** (+85 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description File config (ovpn) and certificates embedded into a single file. Easy to import on clients. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/openvpn-web-ui#41
No description provided.