Browse Source

Merge branch 'master' into prometheus-metrics

pull/1299/head
Vadim Babadzhanyan 2 years ago
committed by GitHub
parent
commit
210f276d42
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      .github/CODEOWNERS
  2. 9
      README.md
  3. 6
      src/package-lock.json

4
.github/CODEOWNERS

@ -1,4 +1,6 @@
# Copyright (c) Emile Nijssen (WeeJeWel) # Copyright (c) Emile Nijssen (WeeJeWel)
# Founder and Codeowner of WireGuard Easy (wg-easy) # Founder and Codeowner of WireGuard Easy (wg-easy)
# Maintained by Philip Heiduck (pheiduck) # Maintained by Philip Heiduck (pheiduck) and Bernd Storath (kaaax0815)
* @WeeJeWel
* @pheiduck * @pheiduck
* @kaaax0815

9
README.md

@ -13,6 +13,7 @@ You have found the easiest way to install & manage WireGuard on any Linux host!
</p> </p>
## Features ## Features
* All-in-one: WireGuard + Web UI. * All-in-one: WireGuard + Web UI.
* Easy installation, simple to use. * Easy installation, simple to use.
* List, create, edit, delete, enable & disable clients. * List, create, edit, delete, enable & disable clients.
@ -23,10 +24,10 @@ You have found the easiest way to install & manage WireGuard on any Linux host!
* Gravatar support. * Gravatar support.
* Automatic Light / Dark Mode * Automatic Light / Dark Mode
* Multilanguage Support * Multilanguage Support
* UI_TRAFFIC_STATS (default off) * Traffic Stats (default off)
* WG_ENABLE_ONE_TIME_LINKS (default off) * One Time Links (default off)
* WG_ENABLE_EXPIRES_TIME (default off) * Client Expiry (default off)
* Prometheus metrics support * * Prometheus metrics support
## Requirements ## Requirements

6
src/package-lock.json

@ -2868,9 +2868,9 @@
} }
}, },
"node_modules/is-core-module": { "node_modules/is-core-module": {
"version": "2.15.0", "version": "2.15.1",
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.0.tgz", "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz",
"integrity": "sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==", "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

Loading…
Cancel
Save