Browse Source
Added link for docker build with github
I've added a link to the guide to install the docker image by manually building. Also some other formatting / wording changes.
pull/65/head
Antonio Fernandez
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
2 deletions
-
README.md
|
@ -23,7 +23,7 @@ The features of wg-manager includes: |
|
|
* Create and manage API-Keys |
|
|
* Create and manage API-Keys |
|
|
|
|
|
|
|
|
# Dependencies |
|
|
# Dependencies |
|
|
* Linux >= 5.6 *(Alternatively: wireguard-dkms)* |
|
|
* Linux Kernel >= 5.6 *(Alternatively: wireguard-dkms)* |
|
|
|
|
|
|
|
|
# Common Installation Steps |
|
|
# Common Installation Steps |
|
|
1. Enable ip forwarding: |
|
|
1. Enable ip forwarding: |
|
@ -69,8 +69,9 @@ services: |
|
|
WEB_CONCURRENCY: 1 |
|
|
WEB_CONCURRENCY: 1 |
|
|
``` |
|
|
``` |
|
|
or [plain docker here](./docs/guides/docker_configuration.md) |
|
|
or [plain docker here](./docs/guides/docker_configuration.md) |
|
|
|
|
|
or [build docker image from github](./docs/install_docker_github.md) |
|
|
|
|
|
|
|
|
# Method #2: Bare Metal |
|
|
## Method #2: Bare Metal |
|
|
- [Installation on Debian/Ubuntu/RPI4](./docs/install.md) |
|
|
- [Installation on Debian/Ubuntu/RPI4](./docs/install.md) |
|
|
|
|
|
|
|
|
# Using the development branch |
|
|
# Using the development branch |
|
|