alexn707
86ef4bbca7
Update deploy.yml
5 months ago
alexn707
2694d859ed
Update package-lock.json
5 months ago
alexn707
d4e5f33b6c
Update package.json
5 months ago
alexn707
d075385750
Update index.html
5 months ago
alexn707
57f5d1eea1
Update deploy-development.yml
5 months ago
alexn707
3f5e4081d3
Update deploy-development.yml
5 months ago
alexn707
2a5d4bd3da
Delete src/www/img/logo.png
5 months ago
alexn707
4335884de3
Delete src/www/img/favicon.png
5 months ago
alexn707
776fc6ffa9
Add files via upload
5 months ago
alexn707
27635f348c
Update manifest.json
5 months ago
alexn707
ea1925dc76
Update index.html
5 months ago
alexn707
7222d0afb2
Update WireGuard.js
5 months ago
alexn707
7638461c59
Update package-lock.json
5 months ago
alexn707
8950a92989
Update package.json
5 months ago
alexn707
f3488b1af3
Update config.js
5 months ago
alexn707
b1e6222ab4
Update deploy.yml
5 months ago
alexn707
73fbd3222d
Update deploy-development.yml
5 months ago
alexn707
81882d834a
Update Dockerfile
5 months ago
alexn707
c6bd8acf6b
Update stale.yml
5 months ago
alexn707
b0e0950517
Update lint.yml
5 months ago
alexn707
0f62e9ce00
Update deploy.yml
5 months ago
alexn707
65c760819f
Delete .github/workflows/deploy-pr.yml
5 months ago
alexn707
90b06b62c6
Delete .github/workflows/deploy-nightly.yml
5 months ago
alexn707
bd0be21c0b
Update deploy-development.yml
5 months ago
alexn707
e0df5b3eb8
Update codeql.yml
5 months ago
Philip H.
c6dce0f6fb
Dockerfile: don't update npm to latest, fix iptables paths ( #1574 )
* Dockerfile: don't update npm to latest
It's breaking nightly builds
* Dockerfile: path for iptables-legacy dosn't exist
* Dockerfile: fix iptables paths
* fixup: iptables-legacy
* Update Dockerfile
8 months ago
shalafi99
ddc7394e1b
Document updates: docker-compose.yml / How_to_generate_an_bcrypt_hash.md ( #1529 )
* Update How_to_generate_an_bcrypt_hash.md
inclusion of single quotes for password with docker run command
addition of "--rm" parameter to docker run command as to cleanup the wg-easy container created with the password hash generation command
* Update docker-compose.yml
addition of missing # before the comment on PASSWORD_HASH line
9 months ago
Bernd Storath
6c752941f3
Update CODEOWNERS
Remove pheiduck
Reorder so WeeJeWel is not pinged on every PR
10 months ago
Philip H.
eda8040a03
README.md: add donation link for WireGuard
10 months ago
dependabot[bot]
bf77386ec6
build(deps): bump express-session from 1.18.0 to 1.18.1 in /src ( #1470 )
Bumps [express-session](https://github.com/expressjs/session ) from 1.18.0 to 1.18.1.
- [Release notes](https://github.com/expressjs/session/releases )
- [Changelog](https://github.com/expressjs/session/blob/master/HISTORY.md )
- [Commits](https://github.com/expressjs/session/compare/v1.18.0...v1.18.1 )
---
updated-dependencies:
- dependency-name: express-session
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10 months ago
dependabot[bot]
6f2811c637
build(deps): bump h3 from 1.12.0 to 1.13.0 in /src ( #1454 )
Bumps [h3](https://github.com/unjs/h3 ) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/unjs/h3/releases )
- [Changelog](https://github.com/unjs/h3/blob/v1.13.0/CHANGELOG.md )
- [Commits](https://github.com/unjs/h3/compare/v1.12.0...v1.13.0 )
---
updated-dependencies:
- dependency-name: h3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10 months ago
dependabot[bot]
e75719b803
build(deps-dev): bump tailwindcss from 3.4.12 to 3.4.13 in /src ( #1446 )
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss ) from 3.4.12 to 3.4.13.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.13/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.12...v3.4.13 )
---
updated-dependencies:
- dependency-name: tailwindcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
Gašper Spagnolo
3fc0e02798
Add slovene translation ( #1440 )
11 months ago
Philip H.
5aed67838c
README.md: fixup urls
fix error 404
11 months ago
Edgars
99e1e15b03
Make minor improvements for `ReadMe.md` ( #1428 )
The following minor improvements were made to `README.md`:
- The notice about stable version was styled as block quote to emphasize
it more and it was moved right after the title of the section
"Versions", and a link to the production branch was added;
- versions table was updated to add links to branches for easier
navigation;
- some typos were fixed;
- wording was changed in couple of places to make it simpler;
- the `docker run` command was updated to:
- use long options to make it more self-explanatory;
- wrap password hash value placeholder in single quotes to avoid
variable expanding as password hashes tend to contain `$`;
- some other very minor changes to make `docker run` options uniform.
Co-authored-by: Philip H. <47042125+pheiduck@users.noreply.github.com>
11 months ago
dependabot[bot]
6dc89257ff
build(deps-dev): bump nodemon from 3.1.4 to 3.1.7 in /src ( #1426 )
Bumps [nodemon](https://github.com/remy/nodemon ) from 3.1.4 to 3.1.7.
- [Release notes](https://github.com/remy/nodemon/releases )
- [Commits](https://github.com/remy/nodemon/compare/v3.1.4...v3.1.7 )
---
updated-dependencies:
- dependency-name: nodemon
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
dependabot[bot]
a32655992f
build(deps-dev): bump tailwindcss from 3.4.11 to 3.4.12 in /src ( #1425 )
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss ) from 3.4.11 to 3.4.12.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.12/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.11...v3.4.12 )
---
updated-dependencies:
- dependency-name: tailwindcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
Philip H.
2bd1dffe7e
CODEOWNERS: fixup request review by all Maintainers
Emile will also be on this list, should be fine anyways.
11 months ago
Naoki Ishikawa
3c959ba3bb
Add japanese translation. ( #1403 )
11 months ago
dependabot[bot]
0b204a6f21
build(deps-dev): bump tailwindcss from 3.4.10 to 3.4.11 in /src ( #1412 )
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss ) from 3.4.10 to 3.4.11.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.11/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.10...v3.4.11 )
---
updated-dependencies:
- dependency-name: tailwindcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
Philip H.
efe5cccb02
index.html: Emile Nijssen's blog url changed
11 months ago
Tristan
31c59c1b26
Update README.md ( #1390 )
11 months ago
Vadim Babadzhanyan
6e891ad9fb
Prometheus password fix ( #1319 )
* Russian translation
* Fix require prometheus password
---------
Co-authored-by: Vadim Babadzhanyan <vadim.babadzhanyan@my.games>
11 months ago
Philip H.
e2fe3b8b32
fixup: deploy.yml
echo moved by a mistake
11 months ago
Philip H.
c0fbc3f647
Update deploy.yml
11 months ago
Xiwangly
f3324cbb28
Update i18n.js, add chs & cht translations ( #1374 )
11 months ago
Vadim Babadzhanyan
33b4c3859d
Fix onetimelink ( #1367 )
* Russian translation
* fix onetime link for android tv
---------
Co-authored-by: Vadim Babadzhanyan <vadim.babadzhanyan@my.games>
11 months ago
Philip H
067b7bcf84
CI: fixup dev deploy too
Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com>
11 months ago
Philip H.
942f35916c
deploy-nightly.yml: reference to master branch
11 months ago
dependabot[bot]
52d83dbf35
build(deps): bump debug from 4.3.6 to 4.3.7 in /src ( #1365 )
Bumps [debug](https://github.com/debug-js/debug ) from 4.3.6 to 4.3.7.
- [Release notes](https://github.com/debug-js/debug/releases )
- [Commits](https://github.com/debug-js/debug/compare/4.3.6...4.3.7 )
---
updated-dependencies:
- dependency-name: debug
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago