Commit Graph

86 Commits

Author SHA1 Message Date
Artem 40801993b0 patched for kmod usage 2025-03-02 19:59:41 +00:00
w0rng 7b1e606bc2 Merge remote-tracking branch 'wg/master'
# Conflicts:
#	.github/CODEOWNERS
#	.github/PULL_REQUEST_TEMPLATE.md
#	.github/dependabot.yml
#	.github/workflows/deploy-development.yml
#	.github/workflows/deploy-nightly.yml
#	.github/workflows/deploy-pr.yml
#	.github/workflows/lint.yml
#	Dockerfile
#	How_to_generate_an_bcrypt_hash.md
#	README.md
#	docker-compose.dev.yml
#	docker-compose.yml
#	src/config.js
#	src/lib/Server.js
#	src/lib/WireGuard.js
#	src/www/js/api.js
#	src/www/js/app.js
2024-09-07 08:02:18 +07:00
Philip H 352a022f30
nodejs: use lts as version tag
Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com>
2024-08-19 14:30:41 +02:00
w0rng eb3c7b1760 add support amneziawg 2024-07-25 11:16:31 +07:00
tetuaoro a9c798deda move files 2024-07-14 17:59:52 +02:00
tetuaoro 883ca34182 rewrite in js 2024-07-14 17:13:27 +02:00
tetuaoro 8bfcb5d502 fix: try fix git action docker build 2024-07-12 22:39:26 +02:00
tetuaoro 9a19430dc8 feat: generate PASSWORD_HASH on the fly
* remove PASSWORD environment variable in favor of PASSWORD_HASH
* enhance password validity check server function
* update Dockerfile to include building a binary for generating hashed password
* update README with comprehensive Docker usage instructions hash generation
2024-07-12 21:24:09 +02:00
Philip H ad80017846
Dockerfile: remove unused parts
We expose ports another way
2024-05-23 09:45:37 +02:00
Philip H 86146ccc68
Dockerfile: ensure to use latest npm cli 2024-05-09 20:00:36 +02:00
Philip H fb628bcb89
Update npm to patched version of latest nodejs lts 2024-05-09 13:21:09 +02:00
davide-acanfora 6b2f57f2f1 Added nodemon as a dev dependency and removed unnecessary instructions from the Dockerfile 2024-04-30 17:03:48 +02:00
Philip H c5d328be2a
fixup: Dockerfile 2024-04-27 18:55:06 +02:00
Philip H 155541fbdb
fixup: add timeout otherwise it reports unhealthy 2024-04-27 18:44:05 +02:00
Philip H 83408f6a9b
add healthcheck into Dockerfile
Thanks @CosasDePuma
2024-04-27 18:34:20 +02:00
Philip H 6b284cb27c Dockerfile: add note 2024-04-19 17:12:07 +02:00
Philip H e6db5e8b7f Dockerfile: missing operator 2024-04-19 17:12:07 +02:00
Philip H 6e7f2f730e Dockerfile: move all npm steps 2024-04-19 17:12:07 +02:00
Philip H c8224f34f9 Dockerfile: use nodejs 18 for build
workaround to get nodejs 20 working on older arm architectures
2024-04-19 17:12:07 +02:00
pheiduck 3032163814 bump to node 20 2024-04-19 17:12:07 +02:00
Philip H f9daa3e5be Bugfix: differnt Ports usage 2024-04-14 19:51:04 +02:00
Philip H ac47789561
revert: Workaround CVE-2023-42282
newest images have updated ip package
2024-03-23 19:35:58 +01:00
davide-acanfora 50add72345 Reduce docker image size 2024-03-01 14:20:28 +01:00
Philip H 00dc29c1ac
Workaround CVE-2023-42282 2024-02-18 22:42:27 +01:00
JohannesB 83b7825aff Don't 'update the cache' and tell apk to use 'no cache' at the same time; it makes no sense. 2024-01-05 10:15:24 +01:00
Philip H 75180f953d
Dockerfile: --omit=dev newer flag for —production
Dependency types to omit from the installation tree on disk. Will make the image a bit smaller and build take less time.
2023-12-31 16:43:11 +01:00
Philip H bf1b4df69f
Dockerfile: revert --production 2023-12-22 17:38:36 +01:00
Philip H 0bf439c018
Dockerfile: use npm ci --production
get rid of npm config set -g command, its not realy needed
2023-12-22 16:45:43 +01:00
Peter Lewis 969d2ad07c
Made iptables comment more accurate
Made iptables comment a more accurate reflection on what is being done.
2023-12-22 08:15:27 +00:00
Peter Lewis 7a97b799ac
add dpkg 2023-12-21 19:53:30 +00:00
Peter Lewis 80f619aa1d
Update Dockerfile 2023-12-21 19:48:49 +00:00
Philip H e2339a4a9d
Merge pull request #688 from wg-easy/cleanup
remove npm config set and notes
2023-12-21 20:22:20 +01:00
Philip H 35386d0792
Revert Dockerfile: switch from iptables to iptables-legacy
it's need some more development
2023-12-21 19:35:36 +01:00
Philip H. f27f1f89bd
remove npm config 2023-12-21 18:25:14 +00:00
Philip H 6ff6115e98
Dockerfile: fixup symlink of iptables 2023-12-21 19:18:46 +01:00
Philip H 10089cf622
Dockerfile: separate Symlink task 2023-12-21 19:15:02 +01:00
Philip H 95038b7d5e
Dockerfile: use iptables-legacy and symlink to iptables 2023-12-21 18:57:58 +01:00
Peter Lewis abe7e45bc7
Revert Dockerfile: switch from iptables to iptables-legacy 2023-12-21 17:11:54 +00:00
Philip H. b059ace86b
Dockerfile: switch from iptables to iptables-legacy 2023-12-21 15:56:57 +00:00
Peter Lewis 7049bc89fd
missed nodemon 2023-12-21 14:30:19 +00:00
Peter Lewis aa939d876c
Merge remote-tracking branch 'pheiduck/main' into rebase-pheiduck 2023-12-21 14:25:54 +00:00
Emile Nijssen 12c69ee949 node v20 → v18 2023-12-18 21:41:51 +01:00
Philip H 554503c0d3
Dockerfile: pull always latest image of specific node version 2023-12-18 13:03:50 +01:00
Emile Nijssen 024abce7e5 update to node v20 2023-12-17 22:42:40 +01:00
Emile Nijssen c2432a17a9 node 14 → node 20 2023-12-17 22:39:15 +01:00
Philip H 219073b534
Dockerfile: iptables is missing on alpine 3.19 2023-12-17 12:16:48 +01:00
Philip H. c56c2a0c40
Dockerfile: update node18 checksum 2023-12-12 18:04:54 +00:00
Philip H. 5b27a1696d
package.json: uninstall eslint from package-base 2023-12-02 16:19:02 +00:00
Philip H. 59181ba3d8
Dockerfile: update node18 checksum 2023-12-02 15:08:38 +00:00
Philip H 746576693f
Dockerfile: readd legacy-peer-deps
disable during debuging
2023-12-02 14:12:06 +01:00