Per-Arne Andersen
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
8 additions and
0 deletions
-
README.md
|
|
@ -54,6 +54,14 @@ or [plain docker here](./docs/guides/docker_configuration.md) |
|
|
|
# Method #2: Bare Metal |
|
|
|
- [Installation on Debian/Ubuntu/RPI4](./docs/install.md) |
|
|
|
|
|
|
|
# Using the development branch |
|
|
|
As there is no builds for the development branch, you have to do the following: |
|
|
|
Change `image: perara/wg-manager` to |
|
|
|
``` |
|
|
|
build: |
|
|
|
context: https://github.com/perara/wg-manager.git#dev |
|
|
|
``` |
|
|
|
|
|
|
|
# Guides |
|
|
|
- [Importing Existing configuration](./docs/guides/import_existing_server.md) |
|
|
|
- [Reverse Proxy](./docs/guides/reverse_proxy.md) |
|
|
|