Private GIT
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wg-gen-web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vlbox
wg-gen-web
Commits
e6c562c5
Commit
e6c562c5
authored
5 years ago
by
vx3r
Browse files
Options
Downloads
Patches
Plain Diff
typos
parent
fae25b5a
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-3
3 additions, 3 deletions
README.md
with
3 additions
and
3 deletions
README.md
+
3
−
3
View file @
e6c562c5
...
...
@@ -11,7 +11,7 @@ Simple Web based configuration generator for [WireGuard](https://wireguard.com).
## Whay another one ?
All WireGuard UI implementation are trying to manage the service by applying configurations and creating network rules.
All WireGuard UI implementation
s
are trying to manage the service by applying configurations and creating network rules.
This implementation only generate configuration and its up to you to create network rules and apply configuration to WireGuard.
For example by monituring generated directory with
[
inotifywait
](
https://github.com/inotify-tools/inotify-tools/wiki
)
.
...
...
@@ -30,11 +30,11 @@ The goal is to run Wg Gen Web in a container and WireGuard on host system.
## Running
The easiest way to run
wireguard-ui
is using the container image
The easiest way to run
Wg Gen Web
is using the container image
```
docker run --rm -it -v /tmp/wireguard:/data -p 8080:8080 -e "WG_CONF_DIR=/data" vx3r/wg-gen-web:latest
```
d
ocker compose snipped
D
ocker compose snipped
```
version: '3.6'
services:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment