From 5c5c874788832cc2c16f71182fcd64c3b8f6e606 Mon Sep 17 00:00:00 2001 From: Dmitry Shurupov Date: Wed, 17 Mar 2021 15:23:04 +0700 Subject: [PATCH] Renaming to ovpn-admin --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index fc60c7c..630b205 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# openvpn-admin +# ovpn-admin Web UI for manage and admin openvpn users @@ -10,15 +10,15 @@ Because this utility uses external calls for `bash`, `core-utils` and `easyrsa` ### docker -We have [docker-compose.yaml](https://github.com/flant/openvpn-admin/blob/master/docker-compose.yaml) you can just change/add values you need and start it with [start.sh](https://github.com/flant/openvpn-admin/blob/master/start.sh) +We have [docker-compose.yaml](https://github.com/flant/ovpn-admin/blob/master/docker-compose.yaml) you can just change/add values you need and start it with [start.sh](https://github.com/flant/ovpn-admin/blob/master/start.sh) First you need to have installed [docker](https://docs.docker.com/get-docker/) [docker-compose](https://docs.docker.com/compose/install/) ```bash -git clone https://github.com/flant/openvpn-admin.git -cd openvpn-admin +git clone https://github.com/flant/ovpn-admin.git +cd ovpn-admin start.sh ``` @@ -31,27 +31,27 @@ First you need to have installed: ```bash -git clone https://github.com/flant/openvpn-admin.git -cd openvpn-admin +git clone https://github.com/flant/ovpn-admin.git +cd ovpn-admin bootstrap.sh build.sh - ./openvpn-admin + ./ovpn-admin ``` be sure you don't forgot to configure all needed params ### prebuild binary (WIP) -You can use prebuild binary from [releases](https://github.com/flant/openvpn-admin/releases) page +You can use prebuild binary from [releases](https://github.com/flant/ovpn-admin/releases) page just download tar.gz file . ## Usage ``` -usage: openvpn-admin [] +usage: ovpn-admin [] Flags: --help Show context-sensitive help (also try --help-long and --help-man). - --listen.host="0.0.0.0" host for openvpn-admin - --listen.port="8080" port for openvpn-admin + --listen.host="0.0.0.0" host for ovpn-admin + --listen.port="8080" port for ovpn-admin --role="master" server role master or slave --master.host="http://127.0.0.1" url for master server @@ -80,4 +80,4 @@ Flags: --version Show application version. -``` \ No newline at end of file +```