kylemanna / docker-openvpn

🔒 OpenVPN server in a Docker container complete with an EasyRSA PKI CA
https://hub.docker.com/r/kylemanna/openvpn/
MIT License
8.62k stars 2.37k forks source link

https interface for user management #648

Open loigu opened 3 years ago

loigu commented 3 years ago

Hello Kylemanna, thank you for your work making this openvpn docker image. Works very well, using it for a while now. My "boss" needed some interface to manage users, so I put up crude https interface. If you would like, feel free to merge back (I don't plan to make much of further development)

Nanda bhikkhu

rajeshhazari commented 1 month ago

I know this i very old PR, but once a feature is created and its good as small step for some one like me want to have openvpn working with some support of api to manage users.a Dear @kylemanna , as end user i would love to have this PR merged not sure if there is more work required here.

Thank you @loigu for this feature added, Once a feature is created there are new request end users would like to have on existing/new feature: Some of those are if there is way to save the users and creds and history in DB and create backup, there is reference of using mysql not sure if this is implemented, please share.

loigu commented 1 month ago

I know this i very old PR, but once a feature is created and its good as small step for some one like me want to have openvpn working with some support of api to manage users.a Dear @kylemanna , as end user i would love to have this PR merged not sure if there is more work required here.

Thank you @loigu for this feature added, Once a feature is created there are new request end users would like to have on existing/new feature: Some of those are if there is way to save the users and creds and history in DB and create backup, there is reference of using mysql not sure if this is implemented, please share.

hi, this is indeed quite old thing. Seems that @kylemanna is not developing this any more. If you want to give a try to my ugly user interface I would suggest building it from my fork git@github.com:loigu/docker-openvpn.git (no guarantee, last tested it over a year ago, if upstream alpine linux changed in incompatible way it might not be working with present-time alpine).

Or you can try fishing around github - there are myriads of forks of this thing around github - maybe there is another - up-to-date - fork with gui.

good luck Nanda