Skip to content

Commit

Permalink
adding branding logo support
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Apr 25, 2024
1 parent f17140e commit e4e96f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion captive-portal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 1 addition & 0 deletions captive-portal/lighttpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ $HTTP["url"] !~ "^/assets/" {
}

alias.url = ( "/assets/" => "/src/portal/assets" )
alias.url = ( "/branding/" => "/src/portal/branding" )

0 comments on commit e4e96f2

Please sign in to comment.