From 15578d7c1a30a4a432e4a1ccc45f962b89299917 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Sat, 11 Apr 2026 14:47:22 -0400 Subject: linhes-templates: custom.sql: add MasterServerIP --- linhes/linhes-templates/PKGBUILD | 4 ++-- linhes/linhes-templates/templates/db/custom.sql | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/linhes/linhes-templates/PKGBUILD b/linhes/linhes-templates/PKGBUILD index f96c8e4..40b3a8e 100644 --- a/linhes/linhes-templates/PKGBUILD +++ b/linhes/linhes-templates/PKGBUILD @@ -1,13 +1,13 @@ pkgname=linhes-templates pkgver=9.0.0 -pkgrel=15 +pkgrel=16 conflicts=() pkgdesc="Templates used for LinHES system configuration" depends=() makedepends=() arch=('x86_64') source=(templates.tar.gz) -sha256sums=('1fe3cb69acab1f006596b9a5bd63d6a6f85c13c00d7d8209af215336ded84a3c') +sha256sums=('fdb7b7643f7ae5f6a248ce5c293acb2f363b5086e72cc3c41bbab239a31c9cd1') package() { MVDIR=$pkgdir/usr/share/linhes diff --git a/linhes/linhes-templates/templates/db/custom.sql b/linhes/linhes-templates/templates/db/custom.sql index 9be8ab0..63edd4b 100644 --- a/linhes/linhes-templates/templates/db/custom.sql +++ b/linhes/linhes-templates/templates/db/custom.sql @@ -67,7 +67,8 @@ DELETE from settings where value in 'NetworkControlEnabled', 'SecurityPin', 'BackendStopCommand', - 'BackendStartCommand'); + 'BackendStartCommand', + 'MasterServerIP'); INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES ('OverrideExitMenu','3','apheleia'), @@ -75,6 +76,7 @@ INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES ('SecurityPin','0000','apheleia'), ('BackendStopCommand','sudo systemctl stop mythbackend.service' ,NULL), ('BackendStartCommand','sudo systemctl start mythbackend.service' ,NULL); +('MasterServerIP','127.0.0.1' ,NULL); -- -- Clear out old user jobs -- cgit v0.12