summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
-rw-r--r--nginx.http-ctx.conf (renamed from http-ctx.conf)0
-rw-r--r--nginx.server-ctx.conf (renamed from server-ctx.conf)0
4 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d640babcecfb..89087fccc4b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kvmd-webterm
pkgdesc = Pi-KVM Web Terminal (GoTTY)
- pkgver = 0.6
+ pkgver = 0.7
pkgrel = 1
url = https://github.com/pi-kvm/kvmd-webterm
install = kvmd-webterm.install
@@ -12,8 +12,8 @@ pkgbase = kvmd-webterm
source = kvmd-webterm.install
source = kvmd-webterm.service
source = terminal.svg
- source = http-ctx.conf
- source = server-ctx.conf
+ source = nginx.http-ctx.conf
+ source = nginx.server-ctx.conf
source = manifest.yaml
md5sums = a8119b6f675ca954c71ecd241745df0c
md5sums = 64eb8202a52dbd8726c1ff282276d5e1
diff --git a/PKGBUILD b/PKGBUILD
index ecbcdd23b946..19195d38e17f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=kvmd-webterm
-pkgver=0.6
+pkgver=0.7
pkgrel=1
pkgdesc="Pi-KVM Web Terminal (GoTTY)"
url="https://github.com/pi-kvm/kvmd-webterm"
@@ -16,8 +16,8 @@ source=(
$pkgname.install
kvmd-webterm.service
terminal.svg
- http-ctx.conf
- server-ctx.conf
+ nginx.http-ctx.conf
+ nginx.server-ctx.conf
manifest.yaml
)
md5sums=(
@@ -38,5 +38,5 @@ package() {
cp terminal.svg "$pkgdir/usr/share/kvmd/web/extras/webterm"
mkdir -p "$pkgdir/usr/share/kvmd/extras/webterm"
- cp http-ctx.conf server-ctx.conf manifest.yaml "$pkgdir/usr/share/kvmd/extras/webterm"
+ cp nginx.*.conf manifest.yaml "$pkgdir/usr/share/kvmd/extras/webterm"
}
diff --git a/http-ctx.conf b/nginx.http-ctx.conf
index 3938e2ec2cdb..3938e2ec2cdb 100644
--- a/http-ctx.conf
+++ b/nginx.http-ctx.conf
diff --git a/server-ctx.conf b/nginx.server-ctx.conf
index 531817086079..531817086079 100644
--- a/server-ctx.conf
+++ b/nginx.server-ctx.conf