mirror of
https://github.com/andrey271192/kaskad_web_vpn.git
synced 2026-09-20 11:55:35 +00:00
feat: first-run /setup password + PRO-style iptables
compat DNAT/INPUT/FORWARD/MASQUERADE; optional chain mode; auth_store hash; static absolute URLs; install skips env password by default; README. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -33,7 +33,7 @@ RUN set -eux; \
|
||||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY app.py kaskad_store.py system_info.py /app/
|
||||
COPY app.py auth_store.py kaskad_store.py system_info.py /app/
|
||||
COPY templates ./templates
|
||||
COPY static ./static
|
||||
|
||||
|
||||
Reference in New Issue
Block a user