mirror of
https://github.com/sdr-enthusiasts/docker-planefence.git
synced 2025-12-22 11:17:06 +00:00
add favicon to plane-alert
This commit is contained in:
@@ -4,4 +4,5 @@ ignored:
|
||||
- DL3028
|
||||
- DL4006
|
||||
- SC3044
|
||||
- SC3054
|
||||
- SC3054
|
||||
- SC3060
|
||||
@@ -74,8 +74,4 @@ RUN \
|
||||
echo "alias dir=\"ls -alsv\"" >> /root/.bashrc && \
|
||||
echo "alias nano=\"nano -l\"" >> /root/.bashrc
|
||||
|
||||
#
|
||||
# No need for SHELL and ENTRYPOINT as those are inherited from the base image
|
||||
#
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
-->
|
||||
<head>
|
||||
<##AUTOREFRESH##>
|
||||
|
||||
<link rel="icon" href="favicon.ico">
|
||||
<!-- scripts and stylesheets related to the datatables functionality: -->
|
||||
<!-- please note that these scripts and plugins are licensed by their authors and IP owners
|
||||
For license terms and copyright ownership, see each linked file -->
|
||||
|
||||
@@ -861,7 +861,6 @@ cat <<EOF >"$OUTFILEHTMTMP"
|
||||
-->
|
||||
<head>
|
||||
<link rel="icon" href="favicon.ico">
|
||||
|
||||
EOF
|
||||
|
||||
if chk_enabled "${AUTOREFRESH,,}"; then
|
||||
|
||||
@@ -76,6 +76,7 @@ fi
|
||||
# this cannot be done at build time because the directory is exposed and it is
|
||||
# overwritten by the host at start of runtime
|
||||
cp -f /usr/share/planefence/stage/* /usr/share/planefence/html
|
||||
cp -n /usr/share/planefence/stage/favicon.ico /usr/share/planefence/html/plane-alert
|
||||
mv -f /usr/share/planefence/html/{*.js,*.css} /usr/share/planefence/html/scripts
|
||||
mv -f /usr/share/planefence/html/Silhouettes.zip /tmp/silhouettes-org.zip
|
||||
rm -f /usr/share/planefence/html/planefence.config /usr/share/planefence/html/*.template /usr/share/planefence/html/aircraft-database-complete-
|
||||
|
||||
Reference in New Issue
Block a user