[PR #42] Extended functionality #45

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

📋 Pull Request Information

Original PR: https://github.com/adamwalach/openvpn-web-ui/pull/42
Author: @d3vilh
Created: 1/12/2023
Status: 🔄 Open

Base: masterHead: master


📝 Commits (10+)

📊 Changes

1176 files changed (+399787 additions, -92978 deletions)

View changed files

.DS_Store (+0 -0)
📝 .gitignore (+4 -0)
.vscode/launch.json (+7 -0)
Original_README.md (+117 -0)
📝 README.md (+248 -82)
📝 build/assets/app.conf (+7 -2)
build/assets/genclient.sh (+71 -0)
📝 build/assets/generate_ca_and_server_certs.sh (+16 -16)
build/assets/restart.sh (+12 -0)
build/assets/rmcert.sh (+40 -0)
build/assets/rmclient.sh (+37 -0)
📝 build/assets/start.sh (+17 -4)
📝 conf/app.conf (+16 -5)
conf/openvpn-client-config copy.tpl (+27 -0)
📝 conf/openvpn-client-config.tpl (+21 -12)
conf/openvpn-server-config copy.tpl (+49 -0)
📝 conf/openvpn-server-config.tpl (+25 -10)
📝 controllers/api-session.go (+6 -7)
📝 controllers/api-signal.go (+5 -5)
📝 controllers/api-sysload.go (+2 -2)

...and 80 more files

📄 Description

Hi Adam, I have few more features to add. Please review.


🔄 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/42 **Author:** [@d3vilh](https://github.com/d3vilh) **Created:** 1/12/2023 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`1cff10b`](https://github.com/adamwalach/openvpn-web-ui/commit/1cff10bebaeee57df2446d2ada8054a95f528d06) convert to go module - [`aff77a4`](https://github.com/adamwalach/openvpn-web-ui/commit/aff77a42d93a54de921633ab9455a06463a678c9) CONFIG_FILE env var - [`5adb3b8`](https://github.com/adamwalach/openvpn-web-ui/commit/5adb3b8b759802c77bd5ea44495f139c956eb638) config file path - [`da72c97`](https://github.com/adamwalach/openvpn-web-ui/commit/da72c97fd7eb2d61828b84cc2995fedb1deaf724) wip - [`17d573a`](https://github.com/adamwalach/openvpn-web-ui/commit/17d573a164e6d21e5c8b3629f875862f80dd33ae) fix config - [`2a86f34`](https://github.com/adamwalach/openvpn-web-ui/commit/2a86f348358ff90706a66e50fd2fba70ed911af7) upgrade beego to fix arm build - [`ae7da70`](https://github.com/adamwalach/openvpn-web-ui/commit/ae7da707ab7ea4da3af41a870fb3b2c5ef586899) ldap support - [`42ef500`](https://github.com/adamwalach/openvpn-web-ui/commit/42ef500d03066897bc82ff404deba771ab734253) auth type debug - [`7599aca`](https://github.com/adamwalach/openvpn-web-ui/commit/7599aca746227a6bd306f482a1a72d42d7053559) cleanup - [`3f924d7`](https://github.com/adamwalach/openvpn-web-ui/commit/3f924d7355e537e79b99e7223bde814d57375588) extract openvpn/easy-rsa config ### 📊 Changes **1176 files changed** (+399787 additions, -92978 deletions) <details> <summary>View changed files</summary> ➕ `.DS_Store` (+0 -0) 📝 `.gitignore` (+4 -0) ➕ `.vscode/launch.json` (+7 -0) ➕ `Original_README.md` (+117 -0) 📝 `README.md` (+248 -82) 📝 `build/assets/app.conf` (+7 -2) ➕ `build/assets/genclient.sh` (+71 -0) 📝 `build/assets/generate_ca_and_server_certs.sh` (+16 -16) ➕ `build/assets/restart.sh` (+12 -0) ➕ `build/assets/rmcert.sh` (+40 -0) ➕ `build/assets/rmclient.sh` (+37 -0) 📝 `build/assets/start.sh` (+17 -4) 📝 `conf/app.conf` (+16 -5) ➕ `conf/openvpn-client-config copy.tpl` (+27 -0) 📝 `conf/openvpn-client-config.tpl` (+21 -12) ➕ `conf/openvpn-server-config copy.tpl` (+49 -0) 📝 `conf/openvpn-server-config.tpl` (+25 -10) 📝 `controllers/api-session.go` (+6 -7) 📝 `controllers/api-signal.go` (+5 -5) 📝 `controllers/api-sysload.go` (+2 -2) _...and 80 more files_ </details> ### 📄 Description Hi Adam, I have few more features to add. Please review. --- <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#45
No description provided.