diff options
author | Britney Fransen <brfransen@gmail.com> | 2023-04-04 03:33:21 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2023-04-04 03:33:21 (GMT) |
commit | ee155aed27c46d10d518d0427c89a7ff29211b0b (patch) | |
tree | 8253a5ac4b575d161cea61d650a311368ad7db06 | |
parent | ddf690c3b8ef25de5845b2cbad6250efc7db536a (diff) | |
download | linhes_pkgbuild-ee155aed27c46d10d518d0427c89a7ff29211b0b.zip linhes_pkgbuild-ee155aed27c46d10d518d0427c89a7ff29211b0b.tar.gz linhes_pkgbuild-ee155aed27c46d10d518d0427c89a7ff29211b0b.tar.bz2 |
linhes-web: update header.html
-rw-r--r-- | linhes/linhes-web/PKGBUILD | 4 | ||||
-rw-r--r-- | linhes/linhes-web/website/contents/header.html | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/linhes/linhes-web/PKGBUILD b/linhes/linhes-web/PKGBUILD index fac9735..1c7c42b 100644 --- a/linhes/linhes-web/PKGBUILD +++ b/linhes/linhes-web/PKGBUILD @@ -1,6 +1,6 @@ pkgname=linhes-web pkgver=9.0.0 -pkgrel=9 +pkgrel=10 conflicts=() pkgdesc="LinHES local website" depends=('lighttpd' 'php-cgi') @@ -9,7 +9,7 @@ arch=('x86_64') license=('GPL') source=('linhes-web.conf' 'website.tar.gz') sha256sums=('e39ce02bde5eb3d359f1286b41751aa715961cf2b2d9a1243c7f01d20ed9c993' - '8de137c1631991e3a6a2b16e0de5eb5919b80bc8016bf3e054b7854e47cddf4f') + '89a1361e771567169c8d00a977843270ab3bfaf5d74d5e2f10351b93df4b2006') package() { mkdir -p $pkgdir/data/srv/httpd/htdocs/ diff --git a/linhes/linhes-web/website/contents/header.html b/linhes/linhes-web/website/contents/header.html index d7d5446..caa26d8 100644 --- a/linhes/linhes-web/website/contents/header.html +++ b/linhes/linhes-web/website/contents/header.html @@ -6,7 +6,8 @@ function beStatus() { - document.getElementById('modify-me').href = "http://" + window.location.hostname + ":6544"; + document.getElementById('mfemodify-me').href = "http://" + window.location.hostname + ":6544"; + document.getElementById('mbemodify-me').href = "http://" + window.location.hostname + ":6744"; document.getElementById('plexmodify-me').href = "http://" + window.location.hostname + ":32400/web/"; document.getElementById('fgmodify-me').href = "http://" + window.location.hostname + ":3539/flexget/"; document.getElementById('btmodify-me').href = "http://" + window.location.hostname + ":8080"; @@ -38,7 +39,8 @@ function beStatus() <!--<li><a href="fe_status_load.shtml">MythFrontend Status</a></li>--> -<li><a href="" id="modify-me" target="_blank">MythTV WebFrontend</a></li> +<li><a href="" id="mfemodify-me" target="_blank">MythTV WebFrontend</a></li> +<li><a href="" id="mbemodify-me" target="_blank">MythTV Backend</a></li> <li><a href="" id="plexmodify-me" target="_blank">Plex</a></li> <li><a href="/logs/" >System »</a> |