upgraded assets for webpanel, further enhancements and fixes regarding docker env

This commit is contained in:
crieke
2026-04-13 04:19:15 +02:00
parent c4548430a7
commit 3c017e9c68
91 changed files with 78899 additions and 40263 deletions

View File

@@ -56,6 +56,8 @@ define("NASLOCALHOST", $NASLOCALHOST);
define("APPINSTALLPATH", $qpkg_conf['RoonServer']['Install_Path']);
define("CS_INSTALLPATH", $qpkg_conf['container-station']['Install_Path']);
$RoonVersion = file(rtrim(APPINSTALLPATH) . "/RoonServer/VERSION");
# Getting free space of database directory
if (array_key_exists('DB_Path', $roon_qpkg_conf)) {
$qpkg_conf_db = $qpkg_conf['RoonServer']['DB_Path'];
@@ -70,5 +72,9 @@ if (isset($qpkg_conf_db)) {
$db_perc = round(100 - (($db_free_space / $db_vol_cap) * 100));
}
if (array_key_exists('options', $roon_qpkg_conf)) {
$qpkg_conf_options = $roon_qpkg_conf['options'];
}
?>