Commit graph

70 commits

Author SHA1 Message Date
Khanh Ngo cd7f6e500a
Edit wireguard client (#19)
* Add the ability to modify an existing client
* Update client page using Ajax
2020-06-02 11:20:50 +07:00
Khanh Ngo 9169e75e88
Show app version on the UI 2020-06-01 15:24:11 +07:00
Khanh Ngo 8aa84b2be6
Add build information to the bianry 2020-06-01 13:03:10 +07:00
Khanh Ngo 04174594b9
Reload the client page after adding new client (#17) 2020-05-29 14:22:29 +07:00
Khanh Ngo 6589b41cc1
Reformat HTML code 2020-05-29 11:27:23 +07:00
Khanh Ngo 680e73c990
Use const instead of var for js variables 2020-05-29 10:47:55 +07:00
Khanh Ngo 9617425033
Add preshared key in wireguard config (#15) 2020-05-28 09:25:21 +07:00
Khanh Ngo f76de28a17
Support ARM build (#14) 2020-05-22 13:49:13 +07:00
Khanh Ngo f82922c23d
Hide echo banner on startup 2020-05-22 10:22:02 +07:00
Khanh Ngo a0c3d09577 Merge branch 'master' of github.com:ngoduykhanh/wireguard-ui 2020-05-22 10:13:11 +07:00
Khanh Ngo 175a3be0e7
Fix user db path 2020-05-22 10:12:59 +07:00
Khanh Ngo 20ab6fc87e
Update README.md 2020-05-21 23:33:46 +07:00
Khanh Ngo 06c7c58264
Update README.md 2020-05-21 23:33:10 +07:00
Khanh Ngo 216d790394
Update Gitlab workflow 2020-05-21 23:27:53 +07:00
Khanh Ngo 6a7d6e5e63
Update README.md 2020-05-21 23:27:36 +07:00
Khanh Ngo 5d3ed6b741
Add github workflow (#13) 2020-05-21 23:17:33 +07:00
Khanh Ngo 29c7a43a23
Update Gitlab workflow 2020-05-21 22:17:47 +07:00
Khanh Ngo 6a1d42cc0e
Update Gitlab workflow 2020-05-21 22:01:27 +07:00
Khanh Ngo a2788a97d3
Update Gitlab workflow 2020-05-21 21:49:00 +07:00
Khanh Ngo f05236b632
Update Gitlab workflow 2020-05-21 20:48:07 +07:00
Khanh Ngo c8b1ca04ac
Update build script 2020-05-21 20:30:10 +07:00
Khanh Ngo bf68ca13c8
Adjustment in build script 2020-05-21 17:56:57 +07:00
Khanh Ngo 79775cc422
Add Github workflow 2020-05-21 17:31:14 +07:00
Khanh Ngo b4c0647259
Add Github workflow 2020-05-21 17:29:09 +07:00
Khanh Ngo dd57e297e7
Revert changes in docker-compose file 2020-05-21 15:56:13 +07:00
Khanh Ngo 857be2c006
Resolve conflicts 2020-05-21 15:53:25 +07:00
Khanh Ngo 9a27cc366f
Single binary build (#10)
Single binary build
Use go rice for embedding the static files and templates to the binary file
2020-05-21 15:51:24 +07:00
Khanh Ngo c56f042217 Merge branch 'master' of github.com:ngoduykhanh/wireguard-ui 2020-05-18 14:26:21 +07:00
Khanh Ngo b741a915ae
Update README.md 2020-05-17 14:38:26 +07:00
Khanh Ngo 1d18fdc057
Ignore IDEA 2020-05-08 15:49:44 +07:00
Khanh Ngo df7e1182cd
Update ingore files 2020-04-27 09:58:03 +07:00
Khanh Ngo e6250f85e4
Update dockerfile health check url 2020-04-25 17:23:01 +07:00
Khanh Ngo 91f06914d4
Add download button 2020-04-25 16:58:14 +07:00
Khanh Ngo 6f0d7bf69f
Format code 2020-04-25 13:07:05 +07:00
Khanh Ngo 211304173d
Update README.md 2020-04-25 11:16:20 +07:00
Khanh Ngo 679dfb39e8
Create README.md 2020-04-25 11:13:29 +07:00
Khanh Ngo d026c0ff4a
Create LICENSE 2020-04-25 11:07:12 +07:00
Khanh Ngo a5a3086f1a Update docker-compose example 2020-04-25 10:53:14 +07:00
Khanh Ngo f79b52ac2b Fix endpoint address in InitDB 2020-04-25 09:37:12 +07:00
Khanh Ngo 1992af5db5 Remove npm package log and add wg config mountpoint 2020-04-25 09:18:36 +07:00
Khanh Ngo e680b803b0
Change docker image in release to alpine 3.11 2020-04-25 08:36:19 +07:00
Khanh Ngo 0be9bd64da
Change docker image in release to alpine 3.11 2020-04-25 08:35:55 +07:00
Khanh Ngo b12feb08bd
Add docker build 2020-04-25 00:33:22 +07:00
Khanh Ngo a5fbb7b58a
Add authentication 2020-04-24 18:14:54 +07:00
Khanh Ngo a78c9f3dd4
Add login page 2020-04-24 11:22:50 +07:00
Khanh Ngo d017ea17c8
Don't write disabled client to wireguard config file 2020-04-23 23:54:46 +07:00
Khanh Ngo 233cf9b9b3
Add empty db directory in vcs 2020-04-23 23:47:19 +07:00
Khanh Ngo 5e7cfbd01f
Add Global Settings into DB initilization step 2020-04-23 23:40:44 +07:00
Khanh Ngo 38c1f3a302
DB query refactoring 2020-04-23 18:01:40 +07:00
Khanh Ngo 7c3cac8084
Add Apply Config button to save wireguard config file 2020-04-23 09:29:44 +07:00