Initial commit

Basic working code that is capable of establishing the Wireguard tunnel given that there is properly configured `.psk` file for at least one known wifi network (see README.md for more details)
This commit is contained in:
Lukas Stancik
2025-02-27 13:59:58 +00:00
commit 8176e71b81
27 changed files with 1355 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
BUILDER_UID=<%= $(id -u) %>
BUILDER_GID=<%= $(id -g) %>
BUILDER_USER=<%= $(whoami) %>
BUILDER_DOCKER_IMAGE=repository-builder
BUILDER_KEY_BASENAME=packager
CACHE_DIR=<%= $(pwd) %>/cache
ALPINE_MIRROR=https://dl-cdn.alpinelinux.org/alpine
ALPINE_ARCH=aarch64
ALPINE_VER_MAJOR=3
ALPINE_VER_MINOR=20
ALPINE_VER_PATCH=3
REQUIREMENTS_FILE=required-apks.txt
eth0=eth0
wlan0=wlan0
wlan1=wlan1
wg0=wg0
wg_port=51820
wg_server=31.31.79.229
hostname=entropi
ssid=entropi_nomap
wlan0_base=192.168.66
wg0_base=10.0.22
ROUTER_TIMEZONE=Europe/Prague
ROUTER_DNS_PRIMARY=1.1.1.1
ROUTER_NTP_PRIMARY=195.113.144.201
ROUTER_NTP_SECONDARY=195.113.144.238