mirror of https://github.com/wg-easy/wg-easy
Tree:
8add67a4cc
copilot/add-env-variables-admin-panel
gh-pages
master
v14
v12.0.0
v13.0.0
v14.0.0
v15.0.0
v15.0.0-beta.1
v15.0.0-beta.10
v15.0.0-beta.11
v15.0.0-beta.12
v15.0.0-beta.13
v15.0.0-beta.2
v15.0.0-beta.3
v15.0.0-beta.4
v15.0.0-beta.5
v15.0.0-beta.6
v15.0.0-beta.7
v15.0.0-beta.8
v15.0.0-beta.9
v15.1.0
v15.2.0
v15.2.0-beta.1
v15.2.0-beta.2
v15.2.0-beta.3
v15.2.1
v15.2.2
v15.3.0
v15.3.0-beta.1
v15.3.0-beta.2
v15.3.0-beta.3
${ noResults }
11 Commits (8add67a4ccdae5dcd6c2f7f293f7b1ca8a7b805b)
| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
ac547bbf7c
|
feat: oauth integration (#2659)
* feat: add Google OAuth login support (#2625) * 🔧 Add login via google * 🔧 Update code style and docs * Add fix for db migrate * 🔧 Update docker-compose * 🔧 Fix sqlite" * 🔧 Update docker-compose * ⚰️ Remove environments * 🔧 Fix: remove ensureGoogleIdColumn workaround from sqlite.ts * 🔧 Remove space * move oauth section * add openid client * wip make oauth more generic * properly allow multiple providers * fix type import * github login flow * adjust github logo with theme * move docs to own page * nullable password, prevent timing attack this prevents timing attacks by always checking hash even if there is none prevents using basic auth if 2fa is enabled * support generic oidc * add ability to set password for oidc users this allows oidc users to add password login cant be removed after * move password login route move password login route from /api/session to /api/auth/password align with oauth * unique index on oauth * link/unlink logic * improve docs * support allowed domains * support auto register * refactoring * disable pw auth * move 2fa to its own page * 2fa for oauth, rework 2fa system * fix design, fix link Closes #2650 * add auto launch * improve docs * improvements --------- Co-authored-by: Daniel Molenda <[email protected]> |
3 weeks ago |
|
|
d0566a1df9
|
Support disabling version check (#2648)
* Support disabling version check * Update docs * Move the bypass logic back to update checking function * fix linting * fix linting (again) |
4 weeks ago |
|
|
fc7ab0dc21
|
feat(docs): edit amnezia.md (#2430)
* feat(docs): edit amnezia.md * Update docs/content/advanced/config/amnezia.md Co-authored-by: Copilot <[email protected]> * Update docs/content/advanced/config/amnezia.md Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]> |
5 months ago |
|
|
782d1c215f
|
feat(docs): edit amnezia page (#2292)
* feat(docs): edit amnezia page * Fix AmneziaWG documentation link * Update AmneziaWG client compatibility information |
7 months ago |
|
|
6c0d8e91fa
|
Add INIT_ALLOWED_IPS for unattended setup (#2164)
* Add INIT_ALLOWED_IPS env var Implement INIT_ALLOWED_IPS env var like the INIT_DNS to preset the global Allowed IPs field. * Docs: Add INIT_ALLOWED_IPS var to unattended setup table * Make UserConfigService.update param partial Update UserConfigService.update() to accept any subset of the updatable fields. Remove the unnecessary userConfig object from DBService.initialSetup() * formatting fix * format on linux On windows prettier get confused by global conf... common windows things |
10 months ago |
|
|
303c2f1e39
|
Docs: Add amneziawg (#2108)
add amneziawg docs |
11 months ago |
|
|
0f663df7f6
|
Add option to disable ipv6 (#1951)
* add option to disable ipv6 * don't add ipv6 address * update docs |
1 year ago |
|
|
ff783fd4d1
|
Feat: Improve Docs (#1791)
* improve docs * preplan guides * fix spelling * fix nftables rules * consistent wg-easy code block * fix grammar |
1 year ago |
|
|
86bdbe4c3d
|
Feat: Initial Setup through env vars (#1736)
* initial support for initial setup * improve setup * improve mobile view * move base admin route * admin panel mobile view * set initial host and port * add docs * properly setup everything, use for dev env * change userconfig and interface port on setup, note users afterwards |
1 year ago |
|
|
9a029eeb23 |
improve docs, add version script
|
1 year ago |
|
|
9b29d72991
|
Version 15.0.0-beta.1: Rewrite in Nuxt and Typescript, Move to UI (#1333)
* Add Nuxt, ESM, Typescript (#1244)
* wip: add nuxt
* basic implementation
* add changes from
|
1 year ago |