[PR #30] [CLOSED] ARMv8 compile and integration with latest openvpn core #40

Closed
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/30
Author: @bugsyb
Created: 3/13/2021
Status: Closed

Base: masterHead: ARMv8-compile-and-integration-with-latest-openvpn-core


📝 Commits (2)

  • 5ac55f1 ARMv8 compile and integration with latest openvpn core
  • 5d3da6a Cosmetic change and testing

📊 Changes

9 files changed (+128 additions, -109 deletions)

View changed files

📝 README.md (+12 -0)
📝 build/assets/generate_ca_and_server_certs.sh (+24 -14)
📝 build/assets/start.sh (+8 -3)
📝 build/assets/vars.template (+68 -74)
📝 controllers/certificates.go (+1 -1)
📝 controllers/ovconfig.go (+1 -1)
📝 lib/certificates.go (+3 -5)
📝 models/models.go (+6 -6)
📝 vendor/github.com/adamwalach/go-openvpn/server/mi/parse.go (+5 -5)

📄 Description

Modifications allowing to:

use on ARMv8
bandwidth consumed (didn't work on original code)
integration with current OpenVPN version (use docker-openvpn repo)
default pass to different - static in "models/model.go "OhLaVache2020"

Credits for software go to original author - mine is just little port to ARMv8.


🔄 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/30 **Author:** [@bugsyb](https://github.com/bugsyb) **Created:** 3/13/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `ARMv8-compile-and-integration-with-latest-openvpn-core` --- ### 📝 Commits (2) - [`5ac55f1`](https://github.com/adamwalach/openvpn-web-ui/commit/5ac55f18636df50d4aee2a58163b987ee2fa890d) ARMv8 compile and integration with latest openvpn core - [`5d3da6a`](https://github.com/adamwalach/openvpn-web-ui/commit/5d3da6abc0af76ef609ecf346c595de318f31ead) Cosmetic change and testing ### 📊 Changes **9 files changed** (+128 additions, -109 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+12 -0) 📝 `build/assets/generate_ca_and_server_certs.sh` (+24 -14) 📝 `build/assets/start.sh` (+8 -3) 📝 `build/assets/vars.template` (+68 -74) 📝 `controllers/certificates.go` (+1 -1) 📝 `controllers/ovconfig.go` (+1 -1) 📝 `lib/certificates.go` (+3 -5) 📝 `models/models.go` (+6 -6) 📝 `vendor/github.com/adamwalach/go-openvpn/server/mi/parse.go` (+5 -5) </details> ### 📄 Description Modifications allowing to: use on ARMv8 bandwidth consumed (didn't work on original code) integration with current OpenVPN version (use docker-openvpn repo) default pass to different - static in "models/model.go "OhLaVache2020" Credits for software go to original author - mine is just little port to ARMv8. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 20:30:22 +03:00
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#40
No description provided.