sh0rch
0ade556e80
Brought into working condition for LDAP authentication.
2024-02-29 07:17:17 +03:00
Christoph Haas
1b4b5ff161
fix REST API permission checks ( #209 )
2024-01-31 21:14:36 +01:00
Christoph Haas
81e696fc7d
update frontend dependencies
2023-12-23 13:36:42 +01:00
Christoph Haas
ebe902d119
update backend dependencies
2023-12-23 13:30:31 +01:00
HPPinata
4a0fcfbf60
Use Alpine base image ( #205 )
...
wgquick (apparently) depends on bash and openresolv.
Without those packages removing an Interface is impossible and causes an error message to appear in the webui:
- No Bash: exec complains about "bash no such file in $PATH"
- No openresolv: resolvconf -f -d *interface* returns with error 127
Not having a Shell in the container also makes debugging a lot more annoying.
This enables deletion of interfaces in the webui, eases debugging and only adds about 3MB in size.
2023-12-23 13:08:33 +01:00
h44z
1f47075020
Update social links
2023-11-03 09:03:54 +01:00
Christoph Haas
faf454f649
add github pages site
2023-11-02 21:44:14 +01:00
h44z
35939c92c9
Create CNAME
2023-11-01 10:18:55 +01:00
Christoph Haas
b693f697fc
fix build
2023-10-26 23:38:11 +02:00
Christoph Haas
9528f55c51
- update dependencies
2023-10-26 15:19:06 +02:00
Christoph Haas
c9dce9d554
- fix docker image name
...
- remove deprecated envconfig file
2023-10-26 15:08:11 +02:00
Christoph Haas
248518d239
- update github actions
...
- update docker build
- move default database to /app/data (#179 )
- move config file location to /app/config
2023-10-26 12:42:18 +02:00
guangwu
6284bc8a01
chore: no need to use fmt.Sprintf ( #190 )
2023-10-22 18:40:54 +02:00
Christoph Haas
b49ff66c41
fix invalid ip suggestions ( #185 )
2023-10-20 12:13:39 +02:00
Christoph Haas
d78b4f49bd
fix nilpointer dereference
2023-10-20 11:44:17 +02:00
Ruoxi Wang
66aadf9d42
Respect some config values ( #175 )
...
* Respect create_default_peer in config
* Respect user_identifier in LDAP field map
2023-10-19 22:54:51 +02:00
Ruoxi Wang
4c061a1aa9
Peer interface address should match server's prefix length ( #177 )
2023-10-19 22:53:51 +02:00
Ruoxi Wang
40cfcd67e9
frontend: Treat peer DNS as StringSliceConfigOption ( #178 )
2023-10-19 22:51:20 +02:00
Ruoxi Wang
ad935ad927
Small mistake in auth.go comment ( #174 )
2023-08-30 19:26:43 +02:00
Christoph Haas
53b4922d9f
build without cgo
2023-08-05 23:47:02 +02:00
h44z
8b820a5adf
V2 alpha - initial version ( #172 )
...
Initial alpha codebase for version 2 of WireGuard Portal.
This version is considered unstable and incomplete (for example, no public REST API)!
Use with care!
Fixes/Implements the following issues:
- OAuth support #154 , #1
- New Web UI with internationalisation support #98 , #107 , #89 , #62
- Postgres Support #49
- Improved Email handling #47 , #119
- DNS Search Domain support #46
- Bugfixes #94 , #48
---------
Co-authored-by: Fabian Wechselberger <wechselbergerf@hotmail.com>
2023-08-04 13:34:18 +02:00
Christoph Haas
b3a5f2ac60
update gitignore
2023-06-19 23:14:25 +02:00
Philipp Harms
20b71b4e1f
Add Interface column in user profile and fix sorting
2023-04-14 14:50:57 +02:00
Christoph Haas
8de4da8984
Fix circle-ci config
2023-02-19 00:10:49 +01:00
Christoph Haas
4b5e63c44b
Update Go version to 1.18, prepare release
2023-02-19 00:07:38 +01:00
Christoph Haas
c5c6135793
Update dependencies
2023-02-18 23:55:32 +01:00
Christoph Haas
105fa8a880
Use Go DNS resolver ( #149 )
2023-02-13 11:02:06 +01:00
Christoph Haas
3c2c7f325b
keep original admin group behaviour
2023-01-06 00:03:37 +01:00
Christoph Haas
1c97ff8d27
remove log entries that contain user input ( #140 )
2023-01-05 23:21:22 +01:00
Dmitriy
c0879a379f
Healthcheck listen on localhost ( #138 )
2022-12-28 23:39:30 +01:00
Konstantin
112433e87a
Fix: "host" network_mode is incompatible with port_bindings ( #137 )
...
Removed port bindings.
2022-12-28 11:57:02 +01:00
Christoph Haas
53a6602a64
cleanup recursive ldap group sync
2022-12-27 13:36:25 +01:00
Christoph Haas
f2afd4a21c
Merge branch 'asterix11-master'
2022-12-27 12:36:23 +01:00
Fabian Schultis
a2ab5c9301
Fix nested LDAP group resolution
2022-12-07 05:01:06 +01:00
Fabian Schultis
6f463ac9a5
Add nested group admin state resolution
2022-12-06 02:59:29 +01:00
Christoph Haas
fda3e7b2be
fix makefile ( #132 )
2022-12-04 21:06:41 +01:00
Christoph Haas
dab1e13c54
fix circle ci config
2022-11-11 19:18:10 +01:00
Christoph Haas
51fb9b4139
cleanup code warnings, update RaspberryPi readme
2022-11-11 18:17:38 +01:00
Christoph Haas
bda8c9a3d1
fix migration issue for mysql/mariadb ( #128 )
2022-11-11 18:07:48 +01:00
h44z
54716f7f53
Multiarch Docker Build ( #104 ) ( #129 )
...
* Improved Makefile
* Multiarch Docker build (amd64, arm64 and armv7)
* closes #104
2022-11-11 17:10:41 +01:00
Christoph Haas
e97fb38bd5
fix issue where newly created peers expire
2022-11-08 18:02:00 +01:00
Christoph Haas
2796433973
expiry feature: automatically re-enable peers if date is in the future
2022-11-01 10:51:17 +01:00
Christoph Haas
3e2208c8f6
ensure that db index is re-created (avoids invalid DDL errors), update gorm
2022-10-29 15:24:13 +02:00
Christoph Haas
09a9af245c
prepare new release
2022-10-29 14:27:56 +02:00
h44z
979cec7d83
Merge pull request #127 from h44z/feat_exp
...
Expiry Date for Peers
2022-10-29 14:20:36 +02:00
Christoph Haas
0f33871850
peer expiry feature: update api docs and readme
2022-10-29 13:18:32 +02:00
Christoph Haas
c43e8d7ca2
peer expiry feature: re-activate expired peers
2022-10-29 13:03:05 +02:00
Christoph Haas
4a0e773d96
peer expiry feature: expiration check
2022-10-29 11:21:04 +02:00
Christoph Haas
6f4af97024
peer expiry feature: frontend updates
2022-10-29 10:12:42 +02:00
Christoph Haas
0d5b895174
lazy load qr code (if browser supports it)
2022-10-29 10:06:58 +02:00