-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from UnAfraid/feature/transaction_scoper
Added proper transactions and multi-backend wireguard interface support
- Loading branch information
Showing
55 changed files
with
1,910 additions
and
1,599 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# Wireguard interface backend | ||
# Default: linux | ||
WG_UI_BACKEND=linux | ||
|
||
# The main database file path | ||
# Stores all users and wireguard servers configuration | ||
WG_UI_BOLT_DB_PATH=/var/lib/wg-ui/data.db | ||
|
@@ -110,6 +114,16 @@ [email protected] | |
# Default: random | ||
WG_UI_INITIAL_PASSWORD=random | ||
|
||
# Automatically updates server's stats from wireguard device | ||
# This also will publish subscription events to anyone listening | ||
# Can be disabled with value of 0s | ||
# Default: 30s | ||
WG_UI_AUTOMATIC_STATS_UPDATE_INTERVAL=30s | ||
|
||
# Automatically updates server's stats from wireguard device but only when there is at least 1 subscriber | ||
# Default: false | ||
WG_UI_AUTOMATIC_STATS_UPDATE_ONLY_WITH_SUBSCRIBERS=false | ||
|
||
# CORS allowed origins | ||
# Multiple origins are supported separated by comma | ||
# Example: http://localhost:3000,https://wg-ui-abcdf--*.web.app,https://wg-ui.your-domain.com | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.