Skip to content

Commit

Permalink
upgraded portal app to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Sep 8, 2023
1 parent ba0e50e commit 91dbdef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions captive-portal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ COPY clear-passlist reset-passlist remove-client watcher /usr/local/bin/
COPY Caddyfile /etc/caddy/

RUN \
url="https://github.com/offspot/captive-portal/archive/refs/tags/1.0.0.tar.gz" && \
url="https://github.com/offspot/captive-portal/archive/refs/tags/1.1.0.tar.gz" && \
curl -L $url | tar -C /src/ --strip-components 1 -xz && \
pip3 install --no-cache-dir -r /src/portal/requirements.txt && \
pip3 install --no-cache-dir -r /src/portal_filter/requirements.txt && \
Expand All @@ -39,7 +39,7 @@ ENV HOTSPOT_IP "192.168.2.1"
ENV FOOTER_NOTE ""
# minutes after which to unregister gone clients
ENV TIMEOUT "60"
# minutes after which to clear filter passlist when online
# minutes after which to clear filter passlist when online
ENV CLEAR_PASSLIST_INTERVAL "60"
ENV FILTER_MODULE "portal_filter"
ENV DB_PATH /data/portal-users.db
Expand Down

0 comments on commit 91dbdef

Please sign in to comment.