From ee155aed27c46d10d518d0427c89a7ff29211b0b Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Mon, 3 Apr 2023 23:33:21 -0400 Subject: linhes-web: update header.html --- linhes/linhes-web/PKGBUILD | 4 ++-- 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() -
  • MythTV WebFrontend
  • +
  • MythTV WebFrontend
  • +
  • MythTV Backend
  • Plex
  • System » -- cgit v0.12