Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo #995

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Das Ergebnis sollte so aussehen:
Ich empfehle ab jetzt die Verwendung eines Reverse Proxys (siehe [NGINX Proxy Manager](https://community.hetzner.com/tutorials/installing-nginx-proxy-manager)).

Wenn du erfolgreich warst, solltest du jetzt die Login Seite von WireGuard UI sehen. Die Standardanmeldedaten sind:

- U: admin
- PW: admin

Expand Down Expand Up @@ -181,7 +181,7 @@ Und starte (oder stoppe) WireGuard:

* Vorübergehend
```bash
wg-quick up wg0 &
wg-quick up wg0
wg-quick down wg0
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ sudo apt update && sudo apt upgrade

## Step 2 - Setting up the .YML

The `.yml` file contains all information needed,
The `.yml` file contains all information needed,
to create Docker containers for the WireGuard UI.

```bash
Expand Down Expand Up @@ -121,7 +121,7 @@ Using your browser enter `http://<203.0.113.1>:5000`
I recommend using a reverse proxy from now on (see [NGINX Proxy Manager](https://community.hetzner.com/tutorials/installing-nginx-proxy-manager)).

If you were successful you should see the WireGuard UI login page. The default credentials are:

- Username: admin
- Password: admin

Expand Down Expand Up @@ -183,7 +183,7 @@ And start (or stop) WireGuard:

* Temporarily
```bash
wg-quick up wg0 &
wg-quick up wg0
wg-quick down wg0
```

Expand Down