diff --git a/captive-portal/Dockerfile b/captive-portal/Dockerfile index 32ac14a..9f8f9bb 100644 --- a/captive-portal/Dockerfile +++ b/captive-portal/Dockerfile @@ -24,7 +24,7 @@ COPY entrypoint.sh /usr/local/bin/ COPY clear-passlist reset-passlist remove-client watcher /usr/local/bin/ RUN \ - url="https://github.com/offspot/captive-portal/archive/refs/tags/1.4.0.tar.gz" \ + url="https://github.com/offspot/captive-portal/archive/refs/tags/1.4.2.tar.gz" \ && curl -L $url | tar -C /src/ --strip-components 1 -xz \ # set python virtualenv in app's uwsgi config && echo "home = /usr/local/captive-env" >> /src/uwsgi.ini \ diff --git a/captive-portal/lighttpd.conf b/captive-portal/lighttpd.conf index 283d00e..9d7092a 100644 --- a/captive-portal/lighttpd.conf +++ b/captive-portal/lighttpd.conf @@ -20,3 +20,4 @@ $HTTP["url"] !~ "^/assets/" { } alias.url = ( "/assets/" => "/src/portal/assets" ) +alias.url = ( "/branding/" => "/src/portal/branding" )