259 Commits

Author SHA1 Message Date
Артём Грачёв
bf91532046 add .gitea actions
All checks were successful
Build container images / build-image (push) Successful in 2m15s
2026-04-13 20:18:47 +03:00
Артём Грачёв
a3e7d84974 add .gitea actions
Some checks failed
Build container images / build-image (push) Failing after 2m35s
2026-04-13 20:10:42 +03:00
Артём Грачёв
b885cad298 add .gitea actions
Some checks failed
Build container images / build-image (push) Failing after 33s
2026-04-13 20:07:48 +03:00
Артём Грачёв
34a54790e1 add .gitea actions
Some checks failed
Build container images / build-image (push) Failing after 48s
2026-04-13 19:00:42 +03:00
Артём Грачёв
f04b20dfc0 add .gitea actions
Some checks failed
Build container images / build-image (push) Has been cancelled
2026-04-13 18:30:43 +03:00
Артём Грачёв
1b833124c6 update packages
Some checks failed
Build container images / build-image (push) Has been cancelled
Lint / Lint (push) Has been cancelled
updates data and links
2026-03-29 02:56:35 +03:00
Артём Грачёв
20ba251028 add telegram timeout error connection
replace FlooWait minut to seconds
add mtproxy send
2026-03-29 02:40:02 +03:00
Артём Грачёв
70a3a3f148 add telegram timeout error connection
replace FlooWait minut to seconds
add mtproxy send
2026-03-27 06:28:26 +03:00
Артём Грачёв
190f462475 add telegram timeout error connection
replace FlooWait minut to seconds
add mtproxy send
2026-03-27 06:20:44 +03:00
Артём Грачёв
e6710492b2 add telegram timeout error connection
replace FlooWait minut to seconds
add mtproxy send
2026-03-27 05:53:20 +03:00
Артём Грачёв
5a81bbdbcb add telegram timeout error connection
replace FlooWait minut to seconds
add mtproxy send
2026-03-27 05:34:57 +03:00
Артём Грачёв
9898fab7f9 add telegram timeout error connection
add mtproxy send
2026-03-27 04:56:12 +03:00
Khanh Ngo
2fdafd34ca fix dependencies (#535) 2024-01-13 15:35:23 +01:00
0xCA
92f5b5c8b1 Cache user crc32 on db init (fix for #523) (#534) 2024-01-12 21:30:07 +01:00
0xCA
8f3433b714 Case-insensitive search by notes; display notes on the client card (#532) 2024-01-12 21:28:15 +01:00
0xCA
7856ce9555 Status page: display peers IPs only to admins (#521) 2024-01-10 20:27:01 +01:00
0xCA
84032d1e06 Make sure init.sh is executable (#526) 2024-01-10 20:25:40 +01:00
0xCA
ecea82d172 Support for notes about clients (#527) 2024-01-09 21:03:27 +01:00
kevin
73108f7f21 Fix updateSearchList js error (#524) 2024-01-09 20:52:23 +01:00
Khanh Ngo
99104e4295 fix: revert wgctrl module version (#525) 2024-01-07 10:45:05 +01:00
Khanh Ngo
c5f52173e0 chore: update release workflow 2024-01-07 09:44:05 +01:00
Khanh Ngo
a22e807d2a chore: update docker build workflow
Keep the 'v' in app version so we are able to query to GitHub release api to fetch its
release information
2024-01-06 10:09:46 +01:00
0xCA
fa33d3f66e Session improvements (#510) 2024-01-06 09:11:20 +01:00
Khanh Ngo
46b09348e3 add iptables package (#520) 2024-01-04 10:46:38 +01:00
Khanh Ngo
b3c22aa81f Add golangci-lint CI (#516) 2023-12-31 21:46:30 +01:00
Khanh Ngo
769883f020 add PersistentKeepalive config to server-side Peer config (#515) 2023-12-31 21:08:13 +01:00
Khanh Ngo
45849a2aee chore: code adjustment (#512) 2023-12-29 10:56:37 +01:00
Khanh Ngo
8cfe9a3d5b Resolve conflict 2023-12-29 10:13:30 +01:00
Khanh Ngo
4ffd7319f8 Upgrade dependencies (#511)
- Upgrade GitHub Actions
- Upgrade Go version
- Upgrade Alpine image
2023-12-29 09:54:51 +01:00
0xCA
41bf0bc92c Telegram support (#488) 2023-12-29 09:22:12 +01:00
0xCA
841db62347 Fixed tag input being too small and unable to fit a CIDR (#509)
Co-authored-by: 0xCA <undefined>
2023-12-28 08:37:26 +01:00
Alexandra Stone
37f459c535 Minor readme tweak. 2023-12-27 14:47:15 -07:00
Alexandra Stone
a8e96f5457 Correct flag to helo and make shorter 2023-12-27 14:42:31 -07:00
kevin
867aa1305d Fix logic error and make some settings optional in wg.conf template. (#506) 2023-12-27 20:50:30 +01:00
Daniel Tilă
c2a6ced991 Describe the fact you can expose other port than WGUI_SERVER_LISTEN_PORT (#507) 2023-12-27 10:10:23 +01:00
Khanh Ngo
cb118f4dea Create CONTRIBUTING.md 2023-12-27 10:08:00 +01:00
0xCA
a9be53899c Subnet range selector, interface fixes (#481) 2023-12-27 09:08:55 +01:00
Vahid
e73047b14f Feature: Unix domain socket support (#492)
Co-authored-by: Khanh Ngo <k@ndk.name>
2023-12-25 20:31:11 +01:00
0xCA
47fac2b49b Fixed tag input being too small and unable to fit a CIDR (#483)
Co-authored-by: 0xCA <undefined>
2023-12-25 20:25:38 +01:00
nebulosa2007
c8623082fe Make Interface PreDown setting. (#480) 2023-12-25 20:23:51 +01:00
Michael Walter
af7742bfb3 Update routes.go (#475)
use config file download mime type "txt/conf" to prevent downloaded configs being saved as <filename>.txt, instead of wanted <filename>.conf.
Tested on Android Firefox and Chrome
2023-12-25 20:22:42 +01:00
Gabriel Soares
e2e1159ef4 add endpoint field to client (#470) 2023-12-25 20:21:37 +01:00
Cameron
585b55c2ee fix: handle os.chmod errors (#457) 2023-12-25 20:17:31 +01:00
Marcus Wichelmann
13a4c05ff5 fix: add basic server-side input validation (#435)
This mitigates possible path traversal attacks by using
e.g. "../user" as a user name.
2023-12-25 20:07:47 +01:00
Marcus Wichelmann
a06bce88e0 fix: add content-type check to user management routes to mitigate CSRF (#427) 2023-12-25 20:03:29 +01:00
Cameron
3024d36d76 env variable file support (#391) 2023-12-25 19:58:31 +01:00
Alexandra Stone
aac9ba8b50 Added variable to readme 2023-10-27 11:59:55 -06:00
Alexandra Stone
ece1c76aec implement hello hostname to resolve smtp-relay issue 2023-10-27 11:33:04 -06:00
Alexandra Stone
d2b67277e3 Add hello hostname to config 2023-10-27 11:32:26 -06:00
Alexandra Stone
393f896616 Add hello hostname flag 2023-10-27 11:32:02 -06:00