diff options
author | Britney Fransen <brfransen@gmail.com> | 2023-04-11 02:10:27 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2023-04-11 02:10:27 (GMT) |
commit | df17ab59117ce35bed415e64370eb003053a77c9 (patch) | |
tree | 4572793f54dae3f24b7b87187347a19234bf3710 /linhes | |
parent | 553d409daee8b4779485e09c9b265a72b0b5ee81 (diff) | |
download | linhes_pkgbuild-df17ab59117ce35bed415e64370eb003053a77c9.zip linhes_pkgbuild-df17ab59117ce35bed415e64370eb003053a77c9.tar.gz linhes_pkgbuild-df17ab59117ce35bed415e64370eb003053a77c9.tar.bz2 |
linhes-web: add zabbix to menu
Diffstat (limited to 'linhes')
-rw-r--r-- | linhes/linhes-web/PKGBUILD | 4 | ||||
-rwxr-xr-x[-rw-r--r--] | linhes/linhes-web/website/contents/header.html | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/linhes/linhes-web/PKGBUILD b/linhes/linhes-web/PKGBUILD index 1c7c42b..13d4896 100644 --- a/linhes/linhes-web/PKGBUILD +++ b/linhes/linhes-web/PKGBUILD @@ -1,6 +1,6 @@ pkgname=linhes-web pkgver=9.0.0 -pkgrel=10 +pkgrel=11 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' - '89a1361e771567169c8d00a977843270ab3bfaf5d74d5e2f10351b93df4b2006') + '71c601f8044227f57b75055ddacffe339fbcb766f068c7b12133b1f82be47605') 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 caa26d8..a7415f3 100644..100755 --- a/linhes/linhes-web/website/contents/header.html +++ b/linhes/linhes-web/website/contents/header.html @@ -49,6 +49,7 @@ function beStatus() <!-- <li><a href="/exports.shtml" >File Shares</a></li> --> <li><a href="" id="fgmodify-me" target="_blank">FlexGet</a></li> <li><a href="" id="btmodify-me" target="_blank">qBittorrent</a></li> + <li><a href="/zabbix/" >Zabbix</a></li> <!-- <li><a href="/cardmap.shtml" >Tuners</a></li>--> <!-- <li><a href="/shell/" >Terminal</a></li>--> </ul> |