From d2df77db24f6d829cc81fcd402c7dc262f1a5707 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Sat, 24 Feb 2024 20:21:30 -0500 Subject: linhes-web: update header for MythTV Web App --- linhes/linhes-web/PKGBUILD | 4 ++-- linhes/linhes-web/website/contents/header.html | 8 +++----- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/linhes/linhes-web/PKGBUILD b/linhes/linhes-web/PKGBUILD index 967fc46..4fe3c49 100644 --- a/linhes/linhes-web/PKGBUILD +++ b/linhes/linhes-web/PKGBUILD @@ -1,6 +1,6 @@ pkgname=linhes-web pkgver=9.0.0 -pkgrel=12 +pkgrel=13 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' - '3be45db23163d413efb2e9a77a410094ff21add02a068b96580843c58a8942ed') + '128b325b92818681151e8a1727e091b72dc3c14904976db11a5015c67f237e5d') 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 3ee6762..1192f63 100755 --- a/linhes/linhes-web/website/contents/header.html +++ b/linhes/linhes-web/website/contents/header.html @@ -8,8 +8,7 @@ function beStatus() { - document.getElementById('mfemodify-me').href = "http://" + window.location.hostname + ":6544"; - document.getElementById('mbemodify-me').href = "http://" + window.location.hostname + ":6744"; + document.getElementById('mwamodify-me').href = "http://" + window.location.hostname + ":6544"; 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"; @@ -41,8 +40,7 @@ function beStatus() -
  • MythTV WebFrontend
  • -
  • MythTV Backend
  • +
  • MythTV Web App
  • Plex
  • System » @@ -71,7 +69,7 @@ function beStatus()