Peter Lewis and GitHub
e0775c0d2e
Merge pull request #1117 from wg-easy/peterlewis-patch-1
...
README refinements
2024-06-18 22:38:04 +01:00
Peter Lewis and GitHub
8598a167ef
Update README.md
...
Refinement
2024-06-18 22:30:28 +01: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
Robert Heim
34ae8e42f3
fix: lint errors
2024-06-18 22:30:55 +02:00
Robert Heim
eaa4b1ebaa
feat: introduce PASSWORD_HASH and deprecate PASSWORD
2024-06-18 20:17:00 +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
NPM Update Bot
7d0e2729b6
npm: package updates
2024-06-16 14:14:58 +00: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
NPM Update Bot
390b72c94a
npm: package updates
2024-06-10 00:03:26 +00: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
adrien and Philip H
a082a40bf6
config: Add support for custom client port configuration
...
This commit introduces the ability to specify a custom port for the client
configuration. This feature is particularly useful when the WireGuard server
is behind a port forwarding setup, allowing clients to connect using the
correct port number.
With this change, users can now define the desired client port in the
configuration file, ensuring seamless connectivity even in scenarios where
the client's listening port differs from the standard WireGuard port.
2024-06-07 12:53:54 +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
Max and GitHub
e6d2d95340
fix typo in Server.js
2024-06-06 23:01:39 +02:00
NPM Update Bot
1370141f03
npm: package updates
2024-06-06 15:21:02 +00: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
iguanajuice and GitHub
ca737f9452
Inform Podman users about cap-add=NET_RAW
2024-06-04 01:17:05 -04:00
NPM Update Bot
b60f0e9668
npm: package updates
2024-06-02 13:20:07 +00: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
NPM Update Bot
44417d3db6
npm: package updates
2024-05-30 11:48:00 +00:00
Philip H and GitHub
e5e63c43e6
package.json: fixup license identifier
2024-05-30 13:47:24 +02:00
NPM Update Bot
f06b7e00aa
npm: package updates
2024-05-30 07:31:06 +00: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
davide-acanfora and Philip H
d2d15fca2a
Path traversal vulnerability resolved
2024-05-27 20:25:00 +02:00
davide-acanfora and Philip H
c26b536b65
Remove unnecessary bcryptjs module usage
2024-05-27 20:25:00 +02:00
davide-acanfora and Philip H
859dd2f25b
Replace uuid module with built in crypto for UUIDv4 generation
2024-05-27 20:25:00 +02:00
davide-acanfora and Philip H
e80ff54ebc
Don't print release number to anyone who visits the service
2024-05-27 20:25:00 +02:00
NPM Update Bot
4bfef3c0c0
npm: package updates
2024-05-27 00:03:06 +00:00
NPM Update Bot
93d9f0b6fe
npm: package updates
2024-05-24 19:35:49 +00: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
NPM Update Bot
678cf5bffb
npm: package updates
2024-05-23 07:46:21 +00: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
taohua and Philip H
8df1b6ff54
Update config.js
...
should respect WG_PORT, not hard code 51820.
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
NPM Update Bot and Philip H
3844d04569
npm: package updates
2024-05-16 20:19:22 +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
NPM Update Bot
c6dd456a07
npm: package updates
2024-05-13 00:03:03 +00:00
NPM Update Bot
a43d2201fc
npm: package updates
2024-05-09 18:01:15 +00:00
Philip H and GitHub
86146ccc68
Dockerfile: ensure to use latest npm cli
2024-05-09 20:00:36 +02:00
NPM Update Bot
191dd74b0c
npm: package updates
2024-05-09 15:29:08 +00:00