Vadim Babadzhanyan
a7376abcf1
Add Prometheus port in Service
Separate port for prometheus metrics
Add Prometheus metrics [Feat]: Simple Stats API #1285
11 months ago
Vadim Babadzhanyan
9760bde2f2
Fix port in Readme
Separate port for prometheus metrics
Add Prometheus metrics [Feat]: Simple Stats API #1285
11 months ago
Vadim Babadzhanyan
58f5b6806e
Separate port for prometheus metrics
Add Prometheus metrics [Feat]: Simple Stats API #1285
11 months ago
Vadim Babadzhanyan
6d246ea4bd
Separate port for prometheus metrics
Add Prometheus metrics [Feat]: Simple Stats API #1285
11 months ago
Vadim Babadzhanyan
a35387ab68
Merge branch 'prometheus-metrics' of github.com:AKEB/wg-easy into prometheus-metrics
11 months ago
Philip H
a1056c26fc
fixup: issue templates due to labels reorg
Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com>
11 months ago
Bernd Storath
71791e6028
fix one time links ( #1304 )
Closes #1302
Co-authored-by: Bernd Storath <999999bst@gmail.com>
11 months ago
Vadim Babadzhanyan
91da296740
Fix short link. Generate One Time Link ( #1301 )
Co-authored-by: Vadim Babadzhanyan <vadim.babadzhanyan@my.games>
11 months ago
Vadim Babadzhanyan
4edaec839d
Merge commit '75df17476fac7c8eca6da0a69496f4a4c63ae567' into prometheus-metrics
11 months ago
Philip H
75df17476f
fixup: issue templates due to labels reorg
Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com>
11 months ago
Bernd Storath
86f968499a
fix one time links ( #1304 )
Closes #1302
Co-authored-by: Bernd Storath <999999bst@gmail.com>
11 months ago
Vadim Babadzhanyan
b97b66462b
Add Prometheus metrics
[Feat]: Simple Stats API #1285
11 months ago
Vadim Babadzhanyan
f1598d7484
Revert "Add Prometheus metrics"
This reverts commit a998f6be8a
.
11 months ago
Vadim Babadzhanyan
968d2b90a0
Fix short link. Generate One Time Link ( #1301 )
Co-authored-by: Vadim Babadzhanyan <vadim.babadzhanyan@my.games>
11 months ago
Vadim Babadzhanyan
a998f6be8a
Add Prometheus metrics
[Feat]: Simple Stats API #1285
11 months ago
Vadim Babadzhanyan
6345828062
Merge branch 'wg-easy:master' into master
11 months ago
Philip H
352a022f30
nodejs: use lts as version tag
Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com>
11 months ago
Vadim Babadzhanyan
3555e527aa
Merge branch 'wg-easy:master' into master
11 months ago
Vadim Babadzhanyan
8145809e22
Feat expiration date ( #1296 )
Closes #1287
Co-authored-by: Vadim Babadzhanyan <vadim.babadzhanyan@my.games>
11 months ago
Vadim Babadzhanyan
0d6e16c737
Merge commit '40af030266b36f25b8a40d36e20aa88acfe3c1d7'
11 months ago
Vadim Babajanyan
40af030266
Update Russian translation ( #1291 )
Co-authored-by: Vadim Babadzhanyan <vadim.babadzhanyan@my.games>
12 months ago
Vadim Babadzhanyan
9c019026d3
Russian translation
12 months ago
Vadim Babajanyan
bb2e8d2751
Fix sort clients ( #1290 )
Co-authored-by: Vadim Babadzhanyan <vadim.babadzhanyan@my.games>
12 months ago
Võ Hoàng
ca7ee32052
feat(www): add sort clients by name ( #1227 )
Co-authored-by: Philip H. <47042125+pheiduck@users.noreply.github.com>
12 months ago
Philip H.
7c521e8733
Add Remember me ( #1276 )
12 months ago
Philip H.
f5885e335c
Merge branch 'master' into remember-me
12 months ago
Philip H.
36b9ff60c8
Supports displaying short links ( #1288 )
12 months ago
Vadim Babadzhanyan
cd3d4efebf
Supports displaying short links, for easy downloading on TVs and Android TVs: fix lint errors
12 months ago
Vadim Babadzhanyan
81633de07b
Supports displaying short links, for easy downloading on TVs and Android TVs: Add crc-32 package
12 months ago
Vadim Babadzhanyan
0a33b1f7df
Supports displaying short links, for easy downloading on TVs and Android TVs
12 months ago
NPM Update Bot
2ea37dd7ba
npm: package updates
12 months ago
Philip H.
2fe5269bbe
Additional Korean language updates ( #1278 )
12 months ago
jkh0kr
8591b35d4e
Update i18n.js
Additional Korean language updates
12 months ago
Philip H.
7fbc2702a6
fix pr template location ( #1277 )
Co-authored-by: Bernd Storath <999999bst@gmail.com>
12 months ago
Bernd Storath
4ead4c2cc9
fix pr template location
12 months ago
Viktor Yudov
3e6ded18a5
Add Remember me
12 months ago
NPM Update Bot
4e79d0ee03
npm: package updates
12 months ago
Philip H.
6d59e16161
add better issue template ( #1274 )
Co-authored-by: Bernd Storath <999999bst@gmail.com>
12 months ago
Bernd Storath
0386a0da6b
add better issue template
Co-authored-by: Bernd Storath <bernd.storath@offizium.de>
12 months ago
NPM Update Bot
0bf266d5cb
npm: package updates
12 months ago
Philip H.
0ca39b4f34
fix(Doc): fix escaping issue for PASSWORD_HASH in docker-compose.yml ( #1270 )
For users using docker-compose.yml, please note that you should not wrap the generated hash password in single quotes. Instead, replace each `$` symbol with two `$$` symbols.
For example, for the password 'foobar123', use the following command to generate the hash:
`docker run ghcr.io/wg-easy/wg-easy wgpw foobar123`
The resulting hash should be used in docker-compose.yml like this:
``` yaml
- PASSWORD_HASH=$$2y$$10$$hBCoykrB95WSzuV4fafBzOHWKu9sbyVa34GJr8VV5R/pIelfEMYyG
```
Signed-off-by: cyicz123 <cyicz123@outlook.com>
12 months ago
程越
a268422e9d
fix(Doc): fix escaping issue for PASSWORD_HASH in docker-compose.yml
For users using docker-compose.yml, please note that you should not wrap the generated hash password in single quotes. Instead, replace each `$` symbol with two `$$` symbols.
For example, for the password 'foobar123', use the following command to generate the hash:
`docker run ghcr.io/wg-easy/wg-easy wgpw foobar123`
The resulting hash should be used in docker-compose.yml like this:
``` yaml
- PASSWORD_HASH=$$2y$$10$$hBCoykrB95WSzuV4fafBzOHWKu9sbyVa34GJr8VV5R/pIelfEMYyG
```
Signed-off-by: cyicz123 <cyicz123@outlook.com>
12 months ago
Philip H.
8921d6c661
docker-compose.yml: reflect How_to_generate_an_bcrypt_hash.md
12 months ago
Philip H.
b18f919419
fixup How_to_generate_an_bcrypt_hash.md
Password hash has to be in single quotes
12 months ago
Philip H.
ea99f56484
Update How_to_generate_an_bcrypt_hash.md ( #1262 )
explain about double $ usage on password.
12 months ago
Jouy Durao
aea653a071
Update How_to_generate_an_bcrypt_hash.md
explain about double $ on password
12 months ago
NPM Update Bot
a18a715f6f
npm: package updates
12 months ago
Philip H.
ec202d8575
fix: Status Bar Color Issue in PWA on iOS 18 ( #1257 )
#1256
Reported by @xK1t
12 months ago
Philip H
9dd7f256ba
fix: Status Bar Color Issue in PWA on iOS 18
Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com>
12 months ago
Philip H.
33e95bac5e
Update Ukraine translation ( #1251 )
12 months ago