docs: update README with desktop requirements, helper builds, and realistic MVP usage notes
Expand README with desktop platform requirements (Windows x86, macOS ARM), helper build commands, gateway utility scripts, and updated local test flow. Add realistic MVP usage section clarifying current platform build status, gateway configuration needs, and admin debug profile behavior with client private key handling.
This commit is contained in:
8
deploy/gateway/Dockerfile
Normal file
8
deploy/gateway/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM alpine:3.21
|
||||
|
||||
RUN apk add --no-cache bash curl jq wireguard-tools nftables
|
||||
|
||||
WORKDIR /app
|
||||
COPY scripts/gateway-entrypoint.sh /scripts/gateway-entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["bash", "/scripts/gateway-entrypoint.sh"]
|
||||
Reference in New Issue
Block a user