Stephan Paternotte
02ce6f0a65
Update nl.json - hxDescriptions updated ( #2498 )
AmneziaWG 2.0: support for H1-H4 ranges (#2480 )
3 months ago
Bernd Storath
48682e1abd
update packages
3 months ago
Stephan Paternotte
044dd34dcc
Update nl.json ( #2490 )
AmneziaWG 2.0: support for H1-H4 ranges (#2480 ) TRANSLATED
3 months ago
CthulhuVRN
a469ac6897
AmneziaWG 2.0: support for H1-H4 ranges ( #2480 )
* AmneziaWG 2.0: support for H1-H4 ranges
## Changes:
```
- [+] Added support for H1-H4 ranges
- [!] Fixed interface fields order (H1-H4 goes before I1-I5)
```
## Known issues:
```
- [!] no check for unique/overlap of H1-H4 values on settings apply:
settings will be applied but wg interface will crash with "Invalid argument" error
```
* AmneziaWG 2.0: support for H1-H4 ranges
## Changes:
```
- [+] Added support for H1-H4 ranges
- [!] Fixed interface fields order (H1-H4 goes before I1-I5)
```
## Known issues:
```
- [!] no check for unique/overlap of H1-H4 values on settings apply:
settings will be applied but wg interface will crash with "Invalid argument" error
```
* AmneziaWG 2.0: support for H1-H4 ranges
## Changes:
```
- [+] Added support for H1-H4 ranges
- [!] Fixed interface fields order (H1-H4 goes before I1-I5)
```
## Known issues:
```
- [!] no check for unique/overlap of H1-H4 values on settings apply:
settings will be applied but wg interface will crash with "Invalid argument" error
```
* Update types.ts
Lint fixes
---------
Co-authored-by: CthulhuVRN <[email protected] >
4 months ago
Bernd Storath
1178d23659
update packages
4 months ago
Bernd Storath
b3cc1ce839
reduce container size
from around 700mb to 400mb
4 months ago
Bernd Storath
71aaec93ef
add unit tests
this adds the groundwork to start unit testing some modules
4 months ago
HackingAll
7a219b73d4
Adding galician ( #2473 )
* Adding galego -> gl.json
* Update i18n.config.ts
* Update nuxt.config.ts
4 months ago
Bare7a
c456c5e7dd
Add Bulgarian translation ( #2466 )
4 months ago
Bernd Storath
a5880cc0b8
update packages
4 months ago
Bernd Storath
5fca628ebd
change date in copyright footer
4 months ago
Bernd Storath
7ab297c366
Bump version to 15.2.2
4 months ago
Bernd Storath
c5de8f0f44
cli: reset 2fa on admin reset ( #2461 )
reset 2fa on cli reset
4 months ago
Bernd Storath
c0641889cf
replace watchtower ( #2456 )
update to maintained fork
4 months ago
Bernd Storath
9141562f91
update tagging convention for latest tag
4 months ago
thebigpotatoe
d21af70df1
fix: correct help text for prometheus metrics ( #2453 )
4 months ago
Bernd Storath
56ee86cc1c
update packages
4 months ago
Runar Ingebrigtsen
f017b4968c
Add Norwegian bokmål translation ( #2447 )
* add Norwegian bokmål translation
Signed-off-by: Runar Ingebrigtsen <[email protected] >
* add nb config, available in UI
Signed-off-by: Runar Ingebrigtsen <[email protected] >
---------
Signed-off-by: Runar Ingebrigtsen <[email protected] >
4 months ago
Alexander Chepurnoy
6004457666
feat: update client and server interface parameters ( #2440 )
4 months ago
Bernd Storath
1a5a0180ea
Fix LangSelector and ClientCard z-index ( #2434 )
fix client card
4 months ago
Ayush Chothe
c732f149e6
feat: Add `wireguard-go` package in `Dockerfile` ( #2419 )
* feat: Add `wireguard-go` package in `Dockerfile`
* feat: add amneziawg-go
Co-authored-by: cany748 <[email protected] >
4 months ago
Bernd Storath
4819480eb0
update packages
4 months ago
Alexander Chepurnoy
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] >
4 months ago
Bernd Storath
eb6b96c0f1
lang: Add dutch language ( #2413 )
add dutch language
Co-authored-by: Stephan Paternotte <[email protected] >
4 months ago
Bernd Storath
f62fad9c40
update packages
5 months ago
Maksim M.
e9a472c8f7
fix(i18n/ru): use "мусор" for AmneziaWG junk packets ( #2402 )
The RU translation changed "junk" from "мусорный" to "шумовой".
Amnezia authors consistently describe these packets/bytes as "мусор" in their docs and Habr posts. Align wording with upstream terminology to avoid confusion for RU users.
5 months ago
Bernd Storath
552e2b8cbf
update screenshot
5 months ago
Bernd Storath
a0b4192cbd
Bump version to 15.2.1
5 months ago
Bernd Storath
32a055093a
exclude i18n from setup middleware
5 months ago
Bernd Storath
51558c7027
refactor: session handling ( #2398 )
* refactor session handling
* simplify
5 months ago
binnichtaktiv
b85286f0ab
Lang(de): Improve and add missing translations ( #2393 )
* add missing german translations
* fix typos and improve existing translations
* fix punctuation
* fix last overlooked typos
5 months ago
Bernd Storath
48f3fbd715
always generate awg h1-h5
5 months ago
Bernd Storath
458f66818a
fix search magnifying icon
5 months ago
Bernd Storath
7964dc7993
Bump version to 15.2.0
5 months ago
RaffaelHold
0ac5d7d461
feat(docs): Extend docs for routed setup with nftables ( #2380 )
* Extend docs for routed setup with nftables
When using nftables in a routed setup different up and down hooks need to be used.
To limit interaction with docker managed chains a custom WG_EASY chain is added as a jump target.
Since nft only supports deletion via handles awk is needed to get the handle of the jump rule for deletion
* Remove link to podman-nft
* Fix formatting according to prettier rules
* Add additional whitespace
5 months ago
Bernd Storath
826914a4f3
update packages
5 months ago
Bernd Storath
261da431e7
Fix: reset onetimelink expiration instead of failing ( #2370 )
* update expiresAt instead of failing
* add changelog
5 months ago
Bernd Storath
94b33abf5e
Remove armv7 support ( #2369 )
remove armv7 support
5 months ago
Bernd Storath
8325056ccc
update lockfile
5 months ago
Bernd Storath
81a1b2c907
update packages
5 months ago
dependabot[bot]
fc8f89fb83
build(deps): bump actions/download-artifact from 6 to 7 ( #2343 )
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 6 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6 months ago
dependabot[bot]
d846c7745f
build(deps): bump actions/upload-artifact from 5 to 6 ( #2344 )
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6 months ago
Bernd Storath
61c6fd6c02
update packages
6 months ago
David DIVERRES
abe5708058
Update fr.json ( #2326 )
Update fr.json - Add missing translations and improve existing ones
- Add missing keys: client.delete, client.search, client.config, client.viewConfig
- Add complete copy section (4 keys)
- Add complete awg section (27 keys for AmneziaWG parameters)
- Fix terminology: "double facteur" → "deux facteurs" (standard French)
- Fix zod.generic.validBoolean translation
- Fix zod.generic.stringMin capitalization and wording
- Translate zod.client.id to French
- Improve admin.general route descriptions
6 months ago
Bernd Storath
626339bddb
update packages
6 months ago
Danya
381ae23c07
Update ru ( #2324 )
* Update ru.json
Full revision of the Russian localization for the AWG configuration block, including terminology corrections, improved consistency, and clarified parameter descriptions.
* Update ru.json
* fix formatting
---------
Co-authored-by: Bernd Storath <[email protected] >
6 months ago
Nikolas
52382d1d7a
Update uk.json ( #2323 )
6 months ago
Mike
68e5216d4b
Update ru.json ( #2319 )
* Update ru.json
* format
---------
Co-authored-by: Bernd Storath <[email protected] >
6 months ago
Bernd Storath
ceff95b336
Bump version to 15.2.0-beta.3
6 months ago
Alexander Chepurnoy
782d1c215f
feat(docs): edit amnezia page ( #2292 )
* feat(docs): edit amnezia page
* Fix AmneziaWG documentation link
* Update AmneziaWG client compatibility information
6 months ago