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
Philip H and GitHub
cf94b98482
fixup: Server.js for instance without docker ( #1044 )
...
patch for v13
2024-05-16 20:21:37 +02:00
Philip H
68c6f6252e
fixup: Server.js for instance without docker
...
Some users can no longer access the Web UI since the release of v13.
2024-05-16 20:19:22 +02:00
Philip H and GitHub
519f4efa20
Version 13: new framework, UI_CHART_TYPE, some bugfixes and more ( #967 )
...
Thanks to all contributors to get us able to release v13!
2024-05-13 20:44:16 +02:00
Philip H and GitHub
86146ccc68
Dockerfile: ensure to use latest npm cli
2024-05-09 20:00:36 +02:00
Philip H and GitHub
e2eb7bc362
avoid warnings on ci
...
as we support nodejs latest lts version on instance without docker
2024-05-09 17:28:28 +02:00
Philip H and GitHub
fb628bcb89
Update npm to patched version of latest nodejs lts
2024-05-09 13:21:09 +02:00
Philip H and GitHub
e46efd6088
package.json: rollback nodejs 18
...
because of build hang on newer nodejs version stick to nodejs 18
2024-05-04 20:59:36 +02:00
Philip H. and GitHub
34fdc313ae
docker-compose: version is obsolete
2024-05-04 13:18:20 +00:00
Philip H and GitHub
7d05a82dae
Improved local development and Dockerfile ( #1015 )
...
Thanks @davide-acanfora
2024-04-30 19:52:20 +02:00
Philip H and GitHub
a25d28755c
Improved local development and Dockerfile ( #1014 )
...
Thanks @davide-acanfora
2024-04-30 19:35:13 +02:00
Philip H and GitHub
c5d328be2a
fixup: Dockerfile
2024-04-27 18:55:06 +02:00
Philip H and GitHub
155541fbdb
fixup: add timeout otherwise it reports unhealthy
2024-04-27 18:44:05 +02:00
Philip H and GitHub
3f763d2607
implement healthcheck into Dockerfile ( #1009 )
...
Thanks @CosasDePuma
2024-04-27 18:39:40 +02:00
Philip H and GitHub
f9656d0bfe
healthcheck is integrated internally
2024-04-27 18:35:22 +02:00
Philip H and GitHub
83408f6a9b
add healthcheck into Dockerfile
...
Thanks @CosasDePuma
2024-04-27 18:34:20 +02:00
Philip H and GitHub
a3a69654fc
docker-compose.yml: add healthcheck
...
Thanks @CosasDePuma
2024-04-27 18:18:51 +02:00
Philip H and GitHub
4f8ee27d77
Create CODEOWNERS
2024-04-25 12:24:48 +02:00
Philip H and GitHub
e153998d29
Dockerfile: bump to nodejs 20 ( #999 )
2024-04-20 18:05:41 +02:00
Philip H
6b284cb27c
Dockerfile: add note
2024-04-19 17:12:07 +02:00
Philip H
e6db5e8b7f
Dockerfile: missing operator
2024-04-19 17:12:07 +02:00
Philip H
6e7f2f730e
Dockerfile: move all npm steps
2024-04-19 17:12:07 +02:00
Philip H
c8224f34f9
Dockerfile: use nodejs 18 for build
...
workaround to get nodejs 20 working on older arm architectures
2024-04-19 17:12:07 +02:00
pheiduck
3032163814
bump to node 20
2024-04-19 17:12:07 +02:00
Philip H and GitHub
2eec97ff25
Bugfix: differnt Ports usage ( #973 )
2024-04-19 17:11:50 +02:00
Philip H and GitHub
ae60493414
Merge branch 'master' into issue-972
2024-04-18 19:00:07 +02:00
Philip H and GitHub
e43688a091
npm: revert update-browserslist-db
...
is not needed
2024-04-18 18:50:29 +02:00
Philip H and GitHub
c29ba35d41
npm: update-browserslist-db
2024-04-18 18:47:52 +02:00
Philip H and GitHub
e6b5f2e33c
fixup: README
2024-04-17 19:22:07 +02:00
Philip H
187888e078
WireGuard.js: fixup ListenPort
2024-04-14 19:51:04 +02:00
Philip H
f9daa3e5be
Bugfix: differnt Ports usage
2024-04-14 19:51:04 +02:00
Philip H
c2482f494a
[combine] gitignore
...
Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com >
2024-04-14 19:16:41 +02:00
Philip H and GitHub
ed369ff199
Revert "feat: cidr notation" ( #969 )
2024-04-06 15:21:41 +02:00
Philip H and GitHub
2a3acdcad5
Merge branch 'master' into revert-888-feat-cidr-notation
2024-04-06 15:17:43 +02:00
Philip H and GitHub
9be036aefa
Merge branch 'production' into master
2024-04-05 19:04:13 +02:00
Philip H
9507454d3f
[fixup] Grammar
...
Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com >
2024-04-05 19:02:44 +02:00
Philip H
9e925c2ebb
[prepare] version bump to 13 and updated changelog
...
Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com >
2024-04-05 18:59:41 +02:00
Philip H and GitHub
31c34367b2
Fix comment in docker-compose.yml ( #960 )
2024-04-03 12:34:28 +02:00
Philip H and GitHub
6dc75b7f1e
i18n.js: complete words in Spanish ( #956 )
2024-04-01 23:39:35 +02:00
Philip H and GitHub
61b57a885c
README.md: make commands easier to copy
2024-04-01 18:04:29 +02:00
Philip H and GitHub
2dafeae54d
Fix WG_DEFAULT_ADDRESS if not set ( #951 )
2024-03-31 19:36:57 +02:00
Philip H and GitHub
2d7460f35a
fix default WG_DEFAULT_ADDRESS issue ( #948 )
2024-03-31 19:32:22 +02:00
Philip H and GitHub
6045c2ada5
fix backward compatibility issue ( #946 )
2024-03-27 15:09:10 +01:00
Philip H and GitHub
bf214fb4d3
Revert "feat: cidr notation"
2024-03-27 14:41:31 +01:00
Philip H and GitHub
9332e8b663
fix backward compatibility issue ( #945 )
...
in #888
fixes #943
2024-03-27 14:33:18 +01:00
Philip H and GitHub
3fce6e8d1d
feat: cidr notation ( #888 )
2024-03-26 17:39:56 +01:00
Philip H and GitHub
2f9364aa31
wg-easy.service: add missing WG_DEFAULT_ADDRESS_RANGE
2024-03-25 18:31:06 +01:00
Philip H and GitHub
479c51d741
WG_DEFAULT_ADDRESS_RANGE / is not needed
2024-03-25 17:18:14 +01:00
Philip H and GitHub
196cb63c6e
README.md: add WG_DEFAULT_ADDRESS_RANGE
2024-03-25 17:15:30 +01:00
Philip H and GitHub
d024018bba
fix cidr block calculation issue, fix post down config ( #939 )
...
Thanks for your work @utkarsh867!
2024-03-25 16:54:22 +01:00