Commit Graph

17636 Commits

Author SHA1 Message Date
MickLesk
da6ca25f70 Pin Go to the version each project declares in go.mod
setup_go with no GO_VERSION resolves to whatever go.dev currently serves, so
every Go app was built against a moving target. When 1.27 landed it broke
wanderer outright (#16909): PocketBase pins go 1.25.0 and stack-overflows at
startup when built with anything newer.

Two problems, both fixed here:

setup_go ran before the source was fetched in all 15 install scripts, so the
pin could not be read even if someone wanted one. It now runs after the fetch
and reads the version out of go.mod.

13 ct/ scripts rebuild with go during update. Eleven never called setup_go at
all and rebuilt with whatever the container happened to have; the other two
called it before the fetch. All 13 now use the same call as their installer,
verified identical string for string.

caddy is left alone: xcaddy fetches the Caddy source itself, so there is no
local go.mod to read, and it already pins deliberately. wanderer is in #16976.
2026-09-02 17:41:34 +02:00
community-scripts-pr-app[bot]
4c6821d192 Update CHANGELOG.md (#16974)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-02 15:26:47 +00:00
community-scripts-pr-app[bot]
d92de556cf Update CHANGELOG.md (#16972)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-02 14:33:44 +00:00
community-scripts-pr-app[bot]
250ebfe896 Update CHANGELOG.md (#16971)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-02 14:33:18 +00:00
push-app-to-main[bot]
37884d8b47 Add owntracks-recorder (ct) (#16967) 2026-09-02 16:33:10 +02:00
community-scripts-pr-app[bot]
112035cb12 Update CHANGELOG.md (#16970)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-02 14:32:53 +00:00
push-app-to-main[bot]
9e6e9e77ff Add peertube (ct) (#16966) 2026-09-02 16:32:44 +02:00
push-app-to-main[bot]
aa2e6715e4 Kaneo (#16965) 2026-09-02 16:32:24 +02:00
community-scripts-pr-app[bot]
a2500a091b Update CHANGELOG.md (#16969)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-02 14:32:22 +00:00
push-app-to-main[bot]
f7323bfecc Add jdownloader (ct) (#16964) 2026-09-02 16:31:59 +02:00
push-app-to-main[bot]
69cf463e8f ReadMeABook (#16963) 2026-09-02 16:31:34 +02:00
community-scripts-pr-app[bot]
2708af7771 Update CHANGELOG.md (#16968)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-02 14:31:32 +00:00
CanbiZ (MickLesk)
68b5d96f64 Enhance backup process in teddycloud.sh (#16946) 2026-09-02 16:31:00 +02:00
community-scripts-pr-app[bot]
b092bc342a Update CHANGELOG.md (#16960)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-02 11:38:06 +00:00
CanbiZ (MickLesk)
65e5c87a33 Scripts: use shared core bootstrap for final 114 Script Batch (#16953)
Replaces the misc/build.func bootstrap with the two-root core loader.
No other change: the engine contract (var_*, update_script, start,
build_container, description) is identical on both engines.

versitygw.sh additionally gains a trailing newline; it lacked one.

With this batch every ct/ script is on the core engine.
2026-09-02 21:37:36 +10:00
community-scripts-pr-app[bot]
d057394d21 Update CHANGELOG.md (#16959)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-02 11:18:45 +00:00
CanbiZ (MickLesk)
be84c3e1c1 Scripts: use shared core bootstrap for next 115 Script Batch (#16952)
Replaces the misc/build.func bootstrap with the two-root core loader.
No other change: the engine contract (var_*, update_script, start,
build_container, description) is identical on both engines.
2026-09-02 13:18:14 +02:00
community-scripts-pr-app[bot]
b7ced0b70d Update CHANGELOG.md (#16958)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-02 11:15:24 +00:00
CanbiZ (MickLesk)
277c782191 Scripts: use shared core bootstrap for next 115 Script Batch (#16951)
Replaces the misc/build.func bootstrap with the two-root core loader.
No other change: the engine contract (var_*, update_script, start,
build_container, description) is identical on both engines.
2026-09-02 21:14:48 +10:00
community-scripts-pr-app[bot]
f10af8b304 Update CHANGELOG.md (#16957)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-02 10:00:28 +00:00
Jamey Huffnagle
4f82e6ec5a mealie: copy Nuxt generate output and use pnpm when lockfile is present (#16938) 2026-09-02 11:59:56 +02:00
community-scripts-pr-app[bot]
4b5eed9acf Update CHANGELOG.md (#16956)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-02 09:40:31 +00:00
CanbiZ (MickLesk)
f257cfdf89 Scripts: use shared core bootstrap for next 100 Script Batch (#16950) 2026-09-02 11:40:00 +02:00
community-scripts-pr-app[bot]
09a83abbea Update CHANGELOG.md (#16955)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-02 09:14:47 +00:00
Tom Frenzel
8595d87a01 fix(openthread-br): clean build directory before update (#16949) 2026-09-02 11:14:18 +02:00
community-scripts-pr-app[bot]
ba617b92e6 Update CHANGELOG.md (#16947)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-01
2026-09-01 20:25:37 +00:00
push-app-to-main[bot]
04ce5f6f00 Add mailpit (ct) (#16942)
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
2026-09-01 22:25:05 +02:00
community-scripts-pr-app[bot]
abf921e45f Update CHANGELOG.md (#16940)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-01 12:50:46 +00:00
Phill Fernandes
a9255417d4 fix(add-iptag): merge live IPv4 addresses for running LXCs (#16691) 2026-09-01 14:50:21 +02:00
community-scripts-pr-app[bot]
32cc03c4fb Update CHANGELOG.md (#16936)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-01 11:36:30 +00:00
Copilot
d075a7f98b Revert Aurral to Node22 in ct and install scripts (#16930)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com>
2026-09-01 13:36:02 +02:00
community-scripts-pr-app[bot]
037645a2ef Update CHANGELOG.md (#16935)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-01 11:29:20 +00:00
CanbiZ (MickLesk)
1a06e9628c Move the next 25 scripts onto the core engine (#16934)
The 25 most-installed ct scripts still on misc/build.func, by install
count: homarr, influxdb, sonarr, radarr, networkoptimizer, authentik,
stirling-pdf, seerr, prowlarr, searxng, wordpress, zabbix, omada,
homeassistant, pegaprox, crafty-controller, iventoy, homelable,
flaresolverr, metube, netbird, casaos, obsidian-livesync, npmplus,
wazuh. ProxmoxVE goes from 115 migrated to 140.

Same three checks as #16749, since "migrate" has meant more than a line
swap before:

  - None of the 25 has an alpine-* variant, so there is no merge to do.
  - None references misc/ outside its bootstrap line.
  - Two functions exist only in misc/ (_gl_asset_urls,
    _send_abort_telemetry) and none of the 25 calls either.

So it is one line per script. Every head is byte-identical to the ones
migrated earlier, each diff is exactly 3+/1-, and all 25 parse.

Worth watching: scanopy is not in this set but sits at 32.9% success,
and casaos at 49.4% and networkoptimizer at 48.6% are in it. If those
two move, the engine is one changed variable among others.
2026-09-01 13:28:55 +02:00
community-scripts-pr-app[bot]
025082d138 Update CHANGELOG.md (#16933)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-01 10:01:32 +00:00
community-scripts-pr-app[bot]
a40c81572f Update CHANGELOG.md (#16932)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-01 09:52:13 +00:00
community-scripts-pr-app[bot]
70a607fa1c Update CHANGELOG.md (#16931)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-01 09:21:20 +00:00
community-scripts-pr-app[bot]
8684eec47d Update CHANGELOG.md (#16929)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-01 05:46:22 +00:00
CanbiZ (MickLesk)
97a36be502 jellyfin: verify repo suite via fallback chain and use ensure_dependencies for clearer apt failures (#16916) 2026-09-01 07:45:58 +02:00
community-scripts-pr-app[bot]
9dd2e2602b Update CHANGELOG.md (#16923)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-31
2026-08-31 19:59:59 +00:00
MickLesk
75d33e16bd gh action: fix appid 2026-08-31 21:59:27 +02:00
MickLesk
535823a0fa Merge branch 'main' of https://github.com/community-scripts/ProxmoxVE 2026-08-31 21:58:11 +02:00
MickLesk
165c337c48 Use a distinct name for the PR app, which is not the header generator
vars.APP_ID named two different apps: 1065612 (community-scripts-pr-app)
here, 1108144 (app-header-generator) in ProxmoxVED. Folding both into
one GHAPP_HEADERS_ID would have pointed this repo at the wrong app, so
the PR app gets its own name.
2026-08-31 21:58:09 +02:00
CanbiZ (MickLesk)
3bb92c5a54 omv: migrate to new package repo host (packages.openmediavault.org is dead) (#16918) 2026-08-31 18:37:10 +02:00
CanbiZ (MickLesk)
6a5a714d18 openwebui: add UV_HTTP_TIMEOUT and retry loop to prevent uv install hangs (#16917) 2026-08-31 18:36:40 +02:00
CanbiZ (MickLesk)
8639310cfa Rename CI credentials to org-wide names, demote non-secrets to variables (#16919) 2026-08-31 18:35:56 +02:00
community-scripts-pr-app[bot]
28cfd73cc5 Update CHANGELOG.md (#16921)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-31 14:31:04 +00:00
CanbiZ (MickLesk)
82dc3a6dec vaultwarden: relax cargo release profile via env vars to avoid build OOM (#16915) 2026-08-31 16:30:47 +02:00
community-scripts-pr-app[bot]
9b4121b8af Update CHANGELOG.md (#16920)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-31 14:30:36 +00:00
CanbiZ (MickLesk)
ea798df13a yuvomi/aurral: bump NODE_VERSION per upstream requirements (#16913) (#16914) 2026-08-31 16:30:11 +02:00
community-scripts-pr-app[bot]
12c6e86cf2 Update CHANGELOG.md (#16912)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-31 11:41:03 +00:00