Commit Graph

64 Commits

Author SHA1 Message Date
Emile Nijssen
bc320fbf79 fixes #306 2022-07-03 21:38:22 +02:00
Emile Nijssen
363de7426c v7 2022-06-26 11:29:48 +02:00
Emile Nijssen
faf00d46d9 replace apexcharts with 'ye olde divs 2022-06-25 22:39:41 +02:00
Emile Nijssen
f364e0775a fix eslint 2022-06-12 23:28:51 +02:00
Emile Nijssen
b72bcce052
Merge pull request #216 from murka/patch-1
feat(WireGuard): return client data by createClient.
2022-06-12 23:24:28 +02:00
Emile Nijssen
7a0f097e4e
Merge pull request #192 from crazyracer98/feature/wg-pre-up-down
Add PreUp and PreDown
2022-06-12 23:22:17 +02:00
Emile Nijssen
2abefa90eb v6 2022-06-12 23:06:03 +02:00
Emile Nijssen
90c4ca90bd fixes #199 2022-06-12 23:03:57 +02:00
Emile Nijssen
a72029d7e5 improve chart 2022-06-12 22:48:30 +02:00
Emile Nijssen
274aeb2614
Merge pull request #260 from Teraskull/fix-modal-flash
Fix modals flashing on reload
2022-06-12 22:16:14 +02:00
Emile Nijssen
e7f4cc2d56 use relative paths 2022-06-12 22:10:50 +02:00
Anton Grouchtchak
c663d02a36
Fix typo
Change `Created/Last seen at` to `Created/Last seen on`.
2022-05-18 17:18:30 -04:00
Anton Grouchtchak
b146ba1d86
Wait for Vue to finish loading before showing HTML
This prevents flashing static HTML elements (icons, modals) on reload.
2022-05-18 17:14:05 -04:00
Danil Shaymurzin
8f66d11e3f
feat(WireGuard): return client data by createClient. 2022-03-06 00:38:46 +05:00
crazyracer98
557e13a953 expose server interface PreUp and PreDown to environment variable 2022-01-29 00:46:21 +01:00
Emile Nijssen
bbd19b7a6f lock build again 2022-01-13 13:24:37 -08:00
Emile Nijssen
a97142bb97 add WG_POST_UP, WG_POST_DOWN 2022-01-10 23:11:34 -08:00
Emile Nijssen
e1582ec678 fix WG_MTU 2022-01-10 22:57:32 -08:00
Emile Nijssen
f829bbdf41
Merge pull request #154 from DerDanilo/add-WG_MTU
add optional client profile MTU var
2022-01-10 22:55:08 -08:00
Emile Nijssen
2a9a7eecac add helpful error message 2022-01-10 22:52:24 -08:00
Emile Nijssen
0d908f56a0 chmod config files 2022-01-10 22:47:45 -08:00
Emile Nijssen
3e473d0f81 node 16 engine 2022-01-10 22:37:50 -08:00
Emile Nijssen
7b24289c91 release 5 2022-01-10 22:37:38 -08:00
Emile Nijssen
72267b4d55 use relative paths in front-end 2022-01-10 22:28:24 -08:00
Emile Nijssen
c6831a76fb fix eslint 2022-01-10 22:28:18 -08:00
DerDanilo
8e93ae76a5
Merge branch 'master' into add-WG_MTU 2021-12-26 14:22:23 +01:00
DerDanilo
b4fbcdd2db add optional client profile MTU var 2021-12-26 14:08:41 +01:00
Emile Nijssen
1b036c3b4c Add total Download/Upload in title 2021-11-29 18:03:39 +01:00
Emile Nijssen
2f81f38d2d v4 2021-11-22 22:48:36 +01:00
Emile Nijssen
7cd677f7ef add charts 2021-11-22 22:15:09 +01:00
Emile Nijssen
9a4b0bff2e release 3 2021-11-12 21:30:24 +00:00
Emile Nijssen
e843593b17 eslint 2021-11-12 21:27:58 +00:00
Emile Nijssen
c19cb72b6d better logging (fixes #100) 2021-11-12 21:20:28 +00:00
Emile Nijssen
5895b986fc fixes #52 2021-11-12 21:15:40 +00:00
Emile Nijssen
8338594ffc simplify build 2021-11-11 21:02:07 +01:00
Vojta Drbohlav
722bd18999 normalize config file name for download to make it work on Windows
Windows client name is derived from config file name when importing to WireGuard and it only accepts names satisfying /^[a-zA-Z0-9_=+.-]{1,32}$/.
For more information look at af60ab2299/conf/name.go (L24).
2021-10-11 22:02:08 +02:00
Emile Nijssen
d8eaafbcfb fix 2021-07-18 16:48:33 +02:00
Fastidious
0c46cbf30a
Extra E
Removed an extra E. Sorry!
2021-07-17 10:44:33 -04:00
Fastidious
b3ab0a9ddf
Update Server.js 2021-07-17 10:20:46 -04:00
Fastidious
534fb0ab79
Update config.js 2021-07-17 10:20:01 -04:00
Fastidious
6a0a5a10be
Update WireGuard.js 2021-07-17 10:19:17 -04:00
Fastidious
49a2949aea
Renaming and settings values
Renaming environmental variable, and changing its default value.
2021-07-17 10:18:19 -04:00
Fastidious
ef7570777d
Binding web address
Adding the ability to change the binding address for the web server (0.0.0.0, open to everyone, or 127.0.0.1, for example, for proxying).
2021-07-15 06:57:22 -04:00
Fastidious
5248dfec77
Binding web address
Ability to change whether app binds to 0.0.0.0 or other address (127.0.0.1, for proxying).
2021-07-15 06:54:08 -04:00
Fastidious
31d1cb96fc
Adding Persistent Keepalive 2021-07-14 20:53:59 -04:00
Fastidious
587bb7a3f0
Adding Persistent keepalive 2021-07-14 20:49:29 -04:00
Emile Nijssen
91832c8e20 wip 2021-07-13 21:39:45 +02:00
Emile Nijssen
985d886362 make WG_DEFAULT_DNS optional, fixes #40 2021-07-13 21:00:40 +02:00
Emile Nijssen
016382dd01 allow edit of name + address 2021-07-13 20:51:23 +02:00
DerDanilo
8919451430 add WG_ALLOWED_IPS; https://github.com/WeeJeWel/wg-easy/issues/19 2021-06-15 17:58:58 +02:00