Compare commits

...

7 Commits

Author SHA1 Message Date
Tobias
f96cfda176 Change APPLICATION_VERSION to var_appversion 2026-02-12 20:42:59 +01:00
Tobias
b4864de234 Remove APPLICATION_VERSION export 2026-02-12 20:42:09 +01:00
Tobias
277a909f4b fix: wrong commit 2026-02-10 10:48:09 +01:00
Tobias
4605fa4aec fix: wrong commit 2026-02-10 10:47:52 +01:00
Tobias
cb7c95ec42 fix wrong commit 2026-02-10 10:47:26 +01:00
CrazyWolf13
ca2f0706d9 add: overwriteable app version var 2026-02-10 10:44:21 +01:00
CrazyWolf13
7d81a301c4 refactor: homepage 2026-02-06 08:09:07 +01:00

View File

@@ -1890,7 +1890,7 @@ function fetch_and_deploy_codeberg_release() {
local app="$1"
local repo="$2"
local mode="${3:-tarball}" # tarball | binary | prebuild | singlefile | tag
local version="${4:-latest}"
local version="${var_appversion:-${4:-latest}}"
local target="${5:-/opt/$app}"
local asset_pattern="${6:-}"
@@ -2322,7 +2322,7 @@ function fetch_and_deploy_gh_release() {
local app="$1"
local repo="$2"
local mode="${3:-tarball}" # tarball | binary | prebuild | singlefile
local version="${4:-latest}"
local version="${var_appversion:-${4:-latest}}"
local target="${5:-/opt/$app}"
local asset_pattern="${6:-}"