Philip H. and GitHub
c6dce0f6fb
Dockerfile: don't update npm to latest, fix iptables paths ( #1574 )
...
* Dockerfile: don't update npm to latest
It's breaking nightly builds
* Dockerfile: path for iptables-legacy dosn't exist
* Dockerfile: fix iptables paths
* fixup: iptables-legacy
* Update Dockerfile
2024-12-22 14:14:01 +01:00
Philip H. and GitHub
eda8040a03
README.md: add donation link for WireGuard
2024-10-14 18:13:04 +02:00
Philip H. and GitHub
5aed67838c
README.md: fixup urls
...
fix error 404
2024-09-23 12:27:57 +02:00
Philip H. and GitHub
2bd1dffe7e
CODEOWNERS: fixup request review by all Maintainers
...
Emile will also be on this list, should be fine anyways.
2024-09-17 17:39:25 +02:00
Philip H. and GitHub
efe5cccb02
index.html: Emile Nijssen's blog url changed
2024-09-13 18:24:41 +02:00
Philip H. and GitHub
e2fe3b8b32
fixup: deploy.yml
...
echo moved by a mistake
2024-09-09 15:31:18 +02:00
Philip H. and GitHub
c0fbc3f647
Update deploy.yml
2024-09-09 13:33:52 +02:00
Philip H
067b7bcf84
CI: fixup dev deploy too
...
Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com >
2024-09-06 16:39:34 +02:00
Philip H. and GitHub
942f35916c
deploy-nightly.yml: reference to master branch
2024-09-06 16:35:03 +02:00
Philip H. and GitHub
4dc56a0718
CI: use dependabot instead of gh action ( #1364 )
2024-09-06 16:26:27 +02:00
Philip H. and GitHub
f4b3d4fb6b
wg-password(docu): fixup docker command
2024-09-05 18:08:49 +02:00
Philip H. and GitHub
ed93c6c8ed
CODEOWNERS: make it commplete
2024-08-22 23:46:04 +02:00
Philip H. and GitHub
800ec155c1
CODEOWNERS: add kaaax0815
2024-08-22 23:45:04 +02:00
Philip H
75df17476f
fixup: issue templates due to labels reorg
...
Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com >
2024-08-21 17:07:46 +02:00
Philip H
352a022f30
nodejs: use lts as version tag
...
Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com >
2024-08-19 14:30:41 +02:00
Philip H. and GitHub
7c521e8733
Add Remember me ( #1276 )
2024-08-16 19:27:30 +02:00
Philip H. and GitHub
f5885e335c
Merge branch 'master' into remember-me
2024-08-16 19:25:36 +02:00
Philip H. and GitHub
36b9ff60c8
Supports displaying short links ( #1288 )
2024-08-16 19:24:43 +02:00
Philip H. and GitHub
2fe5269bbe
Additional Korean language updates ( #1278 )
2024-08-15 17:04:07 +02:00
7fbc2702a6
fix pr template location ( #1277 )
...
Co-authored-by: Bernd Storath <999999bst@gmail.com >
2024-08-13 14:54:46 +02:00
6d59e16161
add better issue template ( #1274 )
...
Co-authored-by: Bernd Storath <999999bst@gmail.com >
2024-08-12 16:55:29 +02:00
Philip H. and GitHub
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 >
2024-08-12 10:56:32 +02:00
Philip H. and GitHub
8921d6c661
docker-compose.yml: reflect How_to_generate_an_bcrypt_hash.md
2024-08-10 19:33:30 +02:00
Philip H. and GitHub
b18f919419
fixup How_to_generate_an_bcrypt_hash.md
...
Password hash has to be in single quotes
2024-08-10 10:34:46 +02:00
Philip H. and GitHub
ea99f56484
Update How_to_generate_an_bcrypt_hash.md ( #1262 )
...
explain about double $ usage on password.
2024-08-10 10:28:29 +02:00
Philip H. and GitHub
ec202d8575
fix: Status Bar Color Issue in PWA on iOS 18 ( #1257 )
...
#1256
Reported by @xK1t
2024-08-08 20:37:19 +02:00
Philip H
9dd7f256ba
fix: Status Bar Color Issue in PWA on iOS 18
...
Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com >
2024-08-08 20:33:01 +02:00
Philip H. and GitHub
33e95bac5e
Update Ukraine translation ( #1251 )
2024-08-07 17:23:09 +02:00
Philip H. and GitHub
9275cf611a
Add autocomplete attribute to password input ( #1249 )
2024-08-07 16:11:25 +02:00
Philip H. and GitHub
babb9983aa
chore: Update i18n.js Turkish translations ( #1238 )
...
Thank you @babico!
2024-08-03 09:22:51 +02:00
Philip H. and GitHub
f9edec0ac1
Create pull_request_template.md ( #1226 )
2024-08-02 19:48:08 +02:00
Philip H.
eb0fa90cd0
Create pull_request_template.md
2024-08-02 19:47:30 +02:00
Philip H. and GitHub
1607fd1562
fixup: docker-compose.dev.yml ( #1236 )
...
Improving compose file for dev.
Some variables are missed which lead to an error.
Fixes : #1234
2024-08-01 20:09:01 +02:00
Philip H. and GitHub
5938474bf8
fixup: docker-compose.dev.yml
...
Improving compose file for dev.
Some variables are missed which lead to an error.
Fixes : #1234
2024-08-01 17:20:11 +02:00
Philip H. and GitHub
ff9c1b49b6
CODEOWNERS: add maintainer
2024-08-01 17:11:01 +02:00
Philip H. and GitHub
72562dc660
Spelling in How_to_generate_an_bcrypt_hash.md ( #1233 )
2024-08-01 07:30:28 +02:00
Philip H. and GitHub
1416613cc6
README.md: Reduce confusion in the readme
2024-07-30 17:57:15 +02:00
Philip H. and GitHub
a3c5cf359f
remove PASSWORD env unused and replace by PASSWORD_HASH ( #1229 )
2024-07-30 17:47:18 +02:00
pheiduck
d8a48aef29
remove PASSWORD env unused and replace by PASSWORD_HASH
2024-07-30 17:45:00 +02:00
Philip H. and GitHub
63f49a20ed
translations: Add missing Russian translations ( #1219 )
...
thank you @mcmimik!
2024-07-27 13:04:32 +02:00
Philip H. and GitHub
3d0070f3f6
prepare: version bump and changelog ( #1211 )
2024-07-24 17:54:08 +02:00
pheiduck
14fd01f4d0
prepare: version bump and changelog
...
Signed-off-by: pheiduck <47042125+pheiduck@users.noreply.github.com >
2024-07-24 17:46:31 +02:00
Philip H. and GitHub
52bcfb056a
Get the version info inside the release object ( #1208 )
...
Fix "invalid reference format" in production Docker build
2024-07-23 07:47:07 +02:00
Philip H. and GitHub
caad2e4162
fix: responsive buttons on mobile ( #1206 )
...
* fix: buttons on mobile
* fix: lint error with workspaces
* fix: redundant css
2024-07-22 13:49:46 +02:00
Philip H. and GitHub
d23c5f7d01
Bugfix: Line Charts
...
Fixes : #1111
2024-07-20 16:34:46 +02:00
Philip H and GitHub
5a075683c4
fix typo: How_to_generate_an_bcrypt_hash.md
2024-07-15 15:20:15 +02:00
Philip H and GitHub
c28e5befa6
feat: PASSWORD_HASH helpers ( #1180 )
...
* feat: generate PASSWORD_HASH on the fly
* remove PASSWORD environment variable in favor of PASSWORD_HASH
* enhance password validity check server function
* update Dockerfile to include building a binary for generating hashed password
* update README with comprehensive Docker usage instructions hash generation
* fix: try fix git action docker build
* Dockerfile: use alpine-base image and install required build packages
* rewrite in js
* move files
* fix: lint errors
* some corrections
---------
Co-authored-by: Philip H <47042125+pheiduck@users.noreply.github.com >
2024-07-15 10:32:38 +02:00
Philip H and GitHub
cc5d45b833
Dockerfile: use alpine-base image and install required build packages
2024-07-14 16:43:53 +02:00
Philip H and GitHub
be8a592072
refactor: optimize build config, factorize code, enhance SVG icons ( #1174 )
...
* focus on syncing configuration without shutting down current wg session
refactor build configuration logic to optimize code structure
* enhance SVG icons for better visual appeal (https://github.com/wg-easy/wg-easy/pull/1166#issuecomment-2222418606 )
* update the screenshot to reflect the latest UI changes
* fix: prevent logging private key during user creation
2024-07-11 15:45:58 +02:00
Philip H and GitHub
4ba638c09c
i18n.js: fix typo
2024-07-10 18:55:24 +02:00
7f05448a5d
import & export configuration (#1161,#1166)
...
* fix: auto formatter
* Revert "i18n.js: german translation"
This reverts commit e4a7ff08c6 .
* fix conficts
* feat: load configuration from file
* import json config file & update the config (restore)
* export the config and save it to json file (backup)
* fix: reload configuration
* run linter
* screenshot update
* feat: support more langs
* add translations for French, Spanish, and Italian
* change the wording for better understanding of this feature:
- "import" to "restore"
- "export" to "backup"
* rename functions to reflect these changes
* i18n.js: german translation
* npm: package updates
* fix: icons & buttons view
* update the viewBox of svg elements
* add cursor pointer when hover the restore button
* rebuild the css
---------
Co-authored-by: tetuaoro <tetuaoropro@gmail.com >
Co-authored-by: tetuaoro <65575727+tetuaoro@users.noreply.github.com >
2024-07-10 18:48:33 +02:00
Philip H and GitHub
c5b3bcd31d
fix: icons & buttons view ( #1167 )
...
* update the viewBox of svg elements
* add cursor pointer when hover the restore button
* rebuild the css
2024-07-10 18:40:15 +02:00
3dc83f9c25
start fix pr 1161 ( #1165 )
...
* feat: load configuration from file
* import json config file & update the config (restore)
* export the config and save it to json file (backup)
* fix: reload configuration
* run linter
* screenshot update
* feat: support more langs
* add translations for French, Spanish, and Italian
* change the wording for better understanding of this feature:
- "import" to "restore"
- "export" to "backup"
* rename functions to reflect these changes
* i18n.js: german translation
* npm: package updates
* Revert "import & export configuration"
* npm: package updates
* Revert "import & export configuration"
* fix: auto formatter
* Revert "i18n.js: german translation"
This reverts commit e4a7ff08c6 .
* fix conficts
---------
Co-authored-by: Philip H <47042125+pheiduck@users.noreply.github.com >
Co-authored-by: NPM Update Bot <npmupbot@users.noreply.github.com >
2024-07-10 15:51:38 +02:00
Philip H and GitHub
1a54a0b016
Merge branch 'imexport' into imexport
2024-07-10 15:49:42 +02:00
Philip H
8421e313b5
i18n.js: german translation
2024-07-10 15:46:36 +02:00
Philip H and GitHub
ba85c085ab
Revert "import & export configuration" ( #1163 )
2024-07-10 13:12:56 +02:00
Philip H and GitHub
9aafbd73d2
Revert "import & export configuration"
2024-07-10 12:51:45 +02:00
Philip H and GitHub
e5131fb707
Revert "import & export configuration" ( #1162 )
2024-07-10 12:48:50 +02:00
Philip H and GitHub
abdf96011e
Revert "import & export configuration"
2024-07-10 12:44:59 +02:00
Philip H and GitHub
6fe197f4fd
import & export configuration ( #1161 )
...
* feat: load configuration from file
* import json config file & update the config (restore)
* export the config and save it to json file (backup)
* fix: reload configuration
* run linter
* screenshot update
* feat: support more langs
* add translations for French, Spanish, and Italian
* change the wording for better understanding of this feature:
- "import" to "restore"
- "export" to "backup"
* rename functions to reflect these changes
* i18n.js: german translation
---------
Co-authored-by: Philip H <47042125+pheiduck@users.noreply.github.com >
2024-07-10 12:37:28 +02:00
Philip H and GitHub
e4a7ff08c6
i18n.js: german translation
2024-07-10 12:34:11 +02:00
Philip H and GitHub
e3315d92c4
Fix a small typo in README.md ( #1160 )
...
Thank you @ThreadR-r!
2024-07-09 17:01:15 +02:00
Philip H and GitHub
04d1ca18b7
Fix bcrypt hash one-liner ( #1154 )
...
Thank you @steviegalluscio!
2024-07-08 10:42:23 +02:00
Philip H and GitHub
a2c758dbcb
How_to_generate_an_bcrypt_hash.md: macos homebrew
2024-07-07 19:15:57 +02:00
Philip H and GitHub
378464a424
How_to_generate_an_bcrypt_hash.md: macos guide
2024-07-07 19:13:03 +02:00
Philip H and GitHub
7ecf7b08b1
fixup: typos
2024-07-05 22:42:38 +02:00
Philip H and GitHub
cea9e9302d
translations: Update Traditional Chinese translations ( #1145 )
...
Thank you @bluehomewu!
2024-07-04 19:02:19 +02:00
Philip H and GitHub
864bb00d0b
Enhance bcrypt doc: rename, add one-liner, usage info, and assert ( #1138 )
...
Thank you @mathys-lopinto!
2024-06-28 12:37:22 +02:00
Philip H and GitHub
b4ca454ec5
Add: Generate.bcrypt.hash.md ( #1135 )
...
Thank you @mathys-lopinto!
2024-06-27 20:34:05 +02:00
Philip H and GitHub
8044c53815
add: Fedora and Arch Linux install guide
2024-06-27 10:18:09 +02:00
Philip H and GitHub
e7e374cfd7
comment: created by
2024-06-26 18:11:02 +02:00
Philip H and GitHub
9afd549273
Add: Generate.bcrypt.hash.md
...
Thanks to: @mathys-lopinto
2024-06-26 13:03:14 +02:00
Philip H and GitHub
6b67f20b6a
build(deps): bump docker/build-push-action from 5 to 6 ( #1134 )
2024-06-24 10:34:41 +02:00
Philip H and GitHub
9b6ac7cd8d
docker-compose.yml: PASSWORD_HASH is replacing PASSWORD
...
in nightly and next releases
2024-06-20 16:15:10 +02:00
Philip H and GitHub
3613d26d4a
docker-compose.yml: fixup every single $ has to be $$
2024-06-20 14:43:17 +02:00
Philip H and GitHub
ccacc5ea87
docker-compose.yml: refinements
2024-06-20 14:37:12 +02:00
Philip H and GitHub
bfd7ef9e46
docker-compose.yml: fixup use '' for hashed Password
...
otherwise docker think it is an env variable and set it to blank
2024-06-20 12:24:57 +02:00
Philip H and GitHub
e0e2a6deba
docker-compose.yml: add missing PASSWORD_HASH option ( #1121 )
2024-06-20 11:46:03 +02:00
Philip H and GitHub
304506d26d
docker-compose.yml: add missing PASSWORD_HASH option
2024-06-20 11:43:23 +02:00
Philip H and GitHub
6659785514
feat: introduce PASSWORD_HASH and deprecate PASSWORD ( #1116 )
...
Thank you @RobertHeim!
2024-06-18 22:50:57 +02:00
Philip H and GitHub
72fbf1baf6
README.md: add docs for WG_CONFIG_PORT
2024-06-17 15:22:54 +02:00
Philip H and GitHub
2a102eea93
deploy-development.yml: disable pull request
...
until we can deploy on other branches from contributors/authors
2024-06-16 19:02:32 +02:00
Philip H
85913b71ed
CI: no cache-dependency-path
...
it's useless and can lead to confusion
2024-06-16 16:25:51 +02:00
Philip H
b5372f0dbc
bring password hash back
...
users want to have this instead cleartext password. Mitigates security issues.
2024-06-16 16:14:19 +02:00
Philip H and GitHub
de22768079
config: Add support for custom client port configuration ( #1090 )
...
Thank you @adriy-be!
This will enable homeassistant support
2024-06-08 11:47:52 +02:00
Philip H and GitHub
00acd1a07e
config: Add support for custom client port configuration ( #1080 )
...
merge for testing (1)
2024-06-07 12:55:14 +02:00
Philip H and GitHub
3d1e42c722
fix typo in Server.js ( #1089 )
...
Thank you @Max-42!
2024-06-07 09:04:58 +02:00
Philip H and GitHub
ac552e0384
Readme: Inform Podman users about cap-add=NET_RAW ( #1085 )
...
Thank you @iguanajuice!
2024-06-06 17:20:26 +02:00
Philip H and GitHub
0e1ad23f17
Everyting owned by WeeJeWel
2024-06-02 15:19:29 +02:00
Philip H and GitHub
3638e81718
Update CODEOWNERS
2024-05-30 15:28:13 +02:00
Philip H and GitHub
e5e63c43e6
package.json: fixup license identifier
2024-05-30 13:47:24 +02:00
Philip H and GitHub
70d59d0fdd
cdnjs: apexcharts.min.js 3.49.1 ( #1081 )
2024-05-30 09:30:29 +02:00
Philip H and GitHub
332039de56
cdnjs: apexcharts.min.js 3.49.1
2024-05-30 09:24:58 +02:00
Philip H and GitHub
5e015bfdb5
Security vulnerability patched and minor improvements ( #1071 )
...
Thank you so much @davide-acanfora!
2024-05-27 20:41:46 +02:00
Philip H and GitHub
54236eb8b4
Documentation: image tags and UI_CHART_TYPE ( #1057 )
2024-05-24 21:35:11 +02:00
Philip H and GitHub
8249b92a34
fixup: add UI_CHART_TYPE docs
2024-05-24 21:32:17 +02:00
Philip H
4cd5d5459a
Documentation: docker image versions
2024-05-23 11:32:13 +02:00
Philip H and GitHub
ad80017846
Dockerfile: remove unused parts
...
We expose ports another way
2024-05-23 09:45:37 +02:00
Philip H and GitHub
975c61df6d
fixup: desktop example iOS -> macOS
2024-05-20 12:52:18 +02:00
Philip H
211e0b6aa2
Update README.md
2024-05-18 14:13:03 +02:00