community-scripts-pr-app[bot]
3abbefe3b0
Update CHANGELOG.md ( #15387 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-24
2026-06-24 22:28:32 +00:00
Michel Roegl-Brunner
c356c3827a
delete wger ( #15380 )
2026-06-25 00:28:07 +02:00
community-scripts-pr-app[bot]
6f2d3da61f
Update CHANGELOG.md ( #15385 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-24 21:49:18 +00:00
MickLesk
f7acb76e80
fix typo
2026-06-24 23:44:26 +02:00
community-scripts-pr-app[bot]
b2ecd86698
Update CHANGELOG.md ( #15381 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-24 21:32:52 +00:00
Michel Roegl-Brunner
df10a5ea53
Delete ghost ( #15377 )
...
* ghost.sh
* ghost-install.sh
* ghost löschen
2026-06-24 23:32:29 +02:00
community-scripts-pr-app[bot]
3a65047ff9
Update CHANGELOG.md ( #15379 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-24 21:30:04 +00:00
push-app-to-main[bot]
5b01ff81e8
SnapOtter ( #15368 )
2026-06-24 23:29:42 +02:00
community-scripts-pr-app[bot]
4e6cb56f06
Update CHANGELOG.md ( #15378 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-24 21:22:09 +00:00
CanbiZ (MickLesk)
470c0672fb
watcharr: Increase default RAM allocation from 1024 to 2048 ( #15370 )
2026-06-24 23:21:44 +02:00
community-scripts-pr-app[bot]
62b7080477
Update CHANGELOG.md ( #15376 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-24 21:21:36 +00:00
CanbiZ (MickLesk)
e193adad5a
core: add SDN vnet selection in advanced install ( #15366 )
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-24 23:21:12 +02:00
community-scripts-pr-app[bot]
aeb8dba809
Update CHANGELOG.md ( #15375 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-24 21:16:00 +00:00
CanbiZ (MickLesk)
3fc7008bbe
Refactor LibreNMS: replace old install and update variant with tarball approach ( #15369 )
2026-06-24 23:15:36 +02:00
community-scripts-pr-app[bot]
f71005cc48
Update CHANGELOG.md ( #15364 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-24 04:58:53 +00:00
CanbiZ (MickLesk)
0b94d4f54a
core: add var_http_proxy and var_http_no_proxy support ( #15225 )
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-24 06:58:32 +02:00
community-scripts-pr-app[bot]
2acf3ba19e
Update CHANGELOG.md ( #15363 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-24 01:37:44 +00:00
Marvin
5670e3721d
enabling rewirte module in apache ( #15360 )
...
The rewrite module is essential for beautiful domains like "https://myexample.com/problematicSite ". With the currently provided setup these domains end up in a 404, as apache is not rewriting the domain.
2026-06-24 11:37:18 +10:00
community-scripts-pr-app[bot]
50eb6c37cf
Update CHANGELOG.md ( #15356 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-23
2026-06-23 16:22:20 +00:00
Sam Heinz
ef2a840842
update jdk when updating crafty-controller ( #15349 )
2026-06-23 18:21:48 +02:00
community-scripts-pr-app[bot]
49a5bfeda3
Update CHANGELOG.md ( #15355 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-23 16:21:18 +00:00
Sam Heinz
97cf2ea294
fix docker update function ( #15353 )
...
* fix docker update function
* Update docker.sh
2026-06-23 18:20:47 +02:00
community-scripts-pr-app[bot]
d3623d2da5
Update CHANGELOG.md ( #15350 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-23 11:50:14 +00:00
Sam Heinz
a1c7097ef5
[arm64] port pve scripts to support arm64 ( #15288 )
2026-06-23 13:49:52 +02:00
community-scripts-pr-app[bot]
13f348ce1b
Update CHANGELOG.md ( #15347 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-23 06:08:55 +00:00
Brad Baker
812200ccd6
termix - patch tmp nginx behaviour to match the install script ( #15283 )
...
* Update Nginx configuration and service files to deal with /tmp update issues
Create necessary directories and configuration files for Nginx service.
* Refactor pidfile.conf creation in termix.sh
Reformatted the creation of pidfile.conf for consistency.
* Clean up old nginx configuration files
Remove old nginx configuration files before creating new ones.
* Update ct/termix.sh
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
* Update ct/termix.sh
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
* Update ct/termix.sh
only create if it doesn't exist
* Update termix.sh
* Fix heredoc syntax
---------
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
Co-authored-by: Sam Heinz <sam@samheinz.com >
2026-06-23 08:08:27 +02:00
community-scripts-pr-app[bot]
5fe4c20ccc
Update CHANGELOG.md ( #15346 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-23 05:49:14 +00:00
CanbiZ (MickLesk)
33a18190fc
fix(librenms): run daily.sh as librenms user with git available ( #15314 )
2026-06-23 07:48:52 +02:00
community-scripts-pr-app[bot]
eabfaf25dc
Update CHANGELOG.md ( #15345 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-23 05:39:57 +00:00
Luna
e076322c0f
fix: close lxc build function ( #15343 )
2026-06-23 07:39:36 +02:00
community-scripts-pr-app[bot]
f7dff0a642
Update CHANGELOG.md ( #15341 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-23 05:29:32 +00:00
Copilot
52e4e5ff39
fix(build.func): remove duplicate if statement causing syntax error on container creation ( #15338 )
...
* Initial plan
* fix(build.func): remove duplicate if statement causing syntax error
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-06-23 07:29:05 +02:00
community-scripts-pr-app[bot]
23ee4c3722
Update CHANGELOG.md ( #15339 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-23 05:26:16 +00:00
l0caldadmin
89b6678d1f
Fix syntax error in build function ( #15337 )
2026-06-23 07:25:51 +02:00
community-scripts-pr-app[bot]
aab46b25e3
Update CHANGELOG.md ( #15330 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-23 04:32:10 +00:00
CanbiZ (MickLesk)
b18e9298b1
Implement local _disable_update for conditional upgrade handling
...
Add a local variable to manage update disabling based on environment settings.
2026-06-23 06:31:44 +02:00
community-scripts-pr-app[bot]
a96402797e
Update CHANGELOG.md ( #15327 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-22
2026-06-22 20:07:11 +00:00
Jesse Hills
9b619969ad
update: esphome to install and run ESPHome Device Builder ( #15195 )
2026-06-22 22:06:36 +02:00
community-scripts-pr-app[bot]
70e14ef238
Update CHANGELOG.md ( #15326 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-22 20:02:47 +00:00
community-scripts-pr-app[bot]
7ac60ac88e
Update CHANGELOG.md ( #15325 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-22 20:02:33 +00:00
CanbiZ (MickLesk)
cfb5114d8b
invoiceshelf: use pnpm instead of yarn for frontend build ( #15312 )
2026-06-22 22:02:17 +02:00
community-scripts-pr-app[bot]
d879050293
Update CHANGELOG.md ( #15324 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-22 20:02:04 +00:00
CanbiZ (MickLesk)
bd228edb21
tools.func: refresh ruby-build when requested version is missing ( #15315 )
2026-06-22 22:01:40 +02:00
community-scripts-pr-app[bot]
fdd6704b3c
Update CHANGELOG.md ( #15323 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-22 20:00:49 +00:00
CanbiZ (MickLesk)
084993ba60
VictoriaMetrics: resolve architecture before jq asset filter ( #15316 )
2026-06-22 22:00:23 +02:00
community-scripts-pr-app[bot]
f8ae0738c9
Update CHANGELOG.md ( #15322 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-22 20:00:07 +00:00
community-scripts-pr-app[bot]
f1321ce38b
Update CHANGELOG.md ( #15321 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-22 19:59:57 +00:00
CanbiZ (MickLesk)
1cdf74dd41
update-apps: sanitize service detection and fail on invalid names ( #15318 )
2026-06-22 21:59:43 +02:00
CanbiZ (MickLesk)
fd1dbf2ba1
core:: skip LXC stack upgrade prompt in unattended mode ( #15319 )
2026-06-22 21:59:27 +02:00
community-scripts-pr-app[bot]
68bf362a9d
Update CHANGELOG.md ( #15320 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-22 19:47:16 +00:00