From f3a5fa89282bfcd69af7b324114dd0544cbfafe6 Mon Sep 17 00:00:00 2001 From: Tom Frenzel Date: Thu, 8 Jan 2026 09:51:36 +0100 Subject: [PATCH] kutt: fix build.func and config location --- ct/kutt.sh | 2 +- frontend/public/json/kutt.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/kutt.sh b/ct/kutt.sh index f1bc257bf..79b1c2671 100644 --- a/ct/kutt.sh +++ b/ct/kutt.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) +source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func) # Copyright (c) 2021-2026 community-scripts ORG # Author: tomfrenzel # License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE diff --git a/frontend/public/json/kutt.json b/frontend/public/json/kutt.json index f4c8186c7..1200e34ae 100644 --- a/frontend/public/json/kutt.json +++ b/frontend/public/json/kutt.json @@ -10,7 +10,7 @@ "privileged": false, "interface_port": 443, "documentation": "https://github.com/thedevs-network/kutt/", - "config_path": "/etc/kutt-data/.env", + "config_path": "/opt/kutt/.env", "website": "https://kutt.it", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/kutt.webp", "description": "Kutt is a modern URL shortener with support for custom domains. Create and edit links, view statistics, manage users, and more.",