nomad

HCL and Docker files for Nomad deployments
git clone https://git.in0rdr.ch/nomad.git
Log | Files | Refs | Pull requests

commit 0f1b5bae2b27669d51b1ab2fe50238ffc553af90
parent 0e06921add09a5eee97cdd4f82a60fd35dfd7373
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Mon, 26 Aug 2024 10:07:15 +0200

feat(ampache): increase session_length

Diffstat:
Mhcl/default/ampache/templates/ampache.cfg.php.tmpl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hcl/default/ampache/templates/ampache.cfg.php.tmpl b/hcl/default/ampache/templates/ampache.cfg.php.tmpl @@ -118,7 +118,7 @@ secret_key = "{{with secret "kv/ampache"}}{{index .Data.data.secret_key}}{{end}} ; Length that a session will last expressed in seconds. Default is ; one hour. ; DEFAULT: 3600 -session_length = 3600 +session_length = 14400 ; Length that the session for a single streaming instance will last ; the default is two hours. With some clients, and long songs this can