mirror of
https://github.com/adamwalach/openvpn-web-ui.git
synced 2026-04-25 04:46:24 +03:00
[PR #42] Extended functionality #45
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#45
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/42
Author: @d3vilh
Created: 1/12/2023
Status: 🔄 Open
Base:
master← Head:master📝 Commits (10+)
1cff10bconvert to go moduleaff77a4CONFIG_FILE env var5adb3b8config file pathda72c97wip17d573afix config2a86f34upgrade beego to fix arm buildae7da70ldap support42ef500auth type debug7599acacleanup3f924d7extract openvpn/easy-rsa config📊 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.