community-scripts-pr-app[bot]
0e00444cb9
Update CHANGELOG.md ( #14633 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-05-21
2026-05-21 21:07:46 +00:00
Romain PINSOLLE
9d0c174de1
snowshare: use mv instead of cp for uploads backup to prevent disk fill ( #14558 )
...
* snowshare: use mv instead of cp for uploads backup to prevent disk fill
Replaces cp -a with mv when backing up and restoring /opt/snowshare/uploads
during updates. cp -a duplicated the entire uploads directory on each update,
which could fill the disk on instances with large uploads and left stale
backup directories accumulating across failed updates. mv is atomic on the
same filesystem and avoids any data duplication. Also clears any leftover
backup directory before the move to prevent nesting on interrupted updates.
Refs TuroYT/snowshare#258
* snowshare: use UPLOAD_DIR env to persist uploads outside install dir
Set UPLOAD_DIR=/opt/snowshare_data in the env file so uploads live
outside /opt/snowshare and survive CLEAN_INSTALL updates without any
backup/restore step. Existing installations are migrated on first
update by moving uploads to the new location and appending UPLOAD_DIR
to the env file, making the change non-breaking.
2026-05-21 23:07:16 +02:00
community-scripts-pr-app[bot]
60d1998765
Update CHANGELOG.md ( #14627 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-05-21 17:05:26 +00:00
CanbiZ (MickLesk)
1cdfdea583
Proxmox VE 9.2 support ( #14624 )
2026-05-21 19:04:47 +02:00
community-scripts-pr-app[bot]
878b09f5ec
Update CHANGELOG.md ( #14620 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-05-21 10:29:23 +00:00
w-gitops
c17d376aae
Technitium DNS: download release before stopping the service on update ( #14616 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-21 12:28:46 +02:00
community-scripts-pr-app[bot]
d80d0fb285
Update CHANGELOG.md ( #14611 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-05-20
2026-05-20 17:20:52 +00:00
CanbiZ (MickLesk)
62b4b5f260
Profilarr v2: Update and Refactor whole Script ( #14584 )
2026-05-20 19:19:08 +02:00
MickLesk
56c97cdf80
typo
2026-05-20 15:53:29 +02:00
MickLesk
9ac2eda0bb
flowise add sqlite dep for newer version
2026-05-20 15:51:14 +02:00
MickLesk
f2266d8f53
flowise add pnpm global-bin-dir
2026-05-20 15:42:54 +02:00
community-scripts-pr-app[bot]
d6af82ff60
Update CHANGELOG.md ( #14608 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-05-20 12:34:57 +00:00
Michel Roegl-Brunner
d38c5ceb56
Update mylar3 to point to new Repo ( #14606 )
...
* Move mylar3 to new repo
* change form variabel to hardcoded
2026-05-20 14:34:22 +02:00
community-scripts-pr-app[bot]
c5aaf72c9b
Update CHANGELOG.md ( #14599 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-05-20 05:34:33 +00:00
Slaviša Arežina
f0b1afca69
Ollama: Fix for latest version ( #14596 )
...
* fix
* oops
* Also in openwebui
* removed unused .ollama file
2026-05-20 07:34:03 +02:00
community-scripts-pr-app[bot]
3b142e5dc9
Update CHANGELOG.md ( #14595 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-05-19
2026-05-19 21:43:05 +00:00
Slaviša Arežina
b8822e9123
Refactor ( #14594 )
2026-05-19 23:42:26 +02:00
community-scripts-pr-app[bot]
a6533d2f2c
Update CHANGELOG.md ( #14593 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-05-19 21:33:35 +00:00
Slaviša Arežina
b65bd1a8cb
Update SSL certificate paths in espconnect-install.sh ( #14591 )
2026-05-19 23:33:12 +02:00
community-scripts-pr-app[bot]
2944aa9100
Update CHANGELOG.md ( #14588 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-05-19 06:51:09 +00:00
push-app-to-main[bot]
afa59595f0
Add lobehub (ct) ( #14441 )
...
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
2026-05-19 08:50:45 +02:00
community-scripts-pr-app[bot]
ff4a9d423b
Update CHANGELOG.md ( #14587 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-05-19 06:50:23 +00:00
CanbiZ (MickLesk)
59d4ab70c3
ReactiveResume: set correct WorkingDirectory for systemd service ( #14579 )
...
* fix(reactive-resume): set correct WorkingDirectory for systemd service
* fix(reactive-resume): update WorkingDirectory in service for existing installs
2026-05-19 08:49:54 +02:00
community-scripts-pr-app[bot]
7ecb1eb305
Update CHANGELOG.md ( #14586 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-05-19 06:35:17 +00:00
CanbiZ (MickLesk)
7076d03ab3
Sparkyfitness: add missing nginx template variable substitutions ( #14578 )
...
* fix(sparkyfitness): add missing nginx template variable substitutions
* fix(sparkyfitness): regenerate nginx config during updates for existing installs
2026-05-19 08:34:52 +02:00
CanbiZ (MickLesk)
c874324f06
Wanderer: include dev dependencies during build ( #14577 )
...
* fix(wanderer): include dev dependencies during build
* fix(wanderer): remove --omit=dev from update script to allow npm run build
2026-05-19 08:34:28 +02:00
community-scripts-pr-app[bot]
0cab1f7f89
Update CHANGELOG.md ( #14585 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-05-19 06:24:57 +00:00
Michel Roegl-Brunner
f7432990cf
Update nodejs Versions ( #14582 )
...
* Move fumadocs to node 24 per there package.json requirements
* Move papra to node 26 per there .nvmrc file
* Move zipline to node 24 as per there Dockerfile
2026-05-19 08:24:28 +02:00
community-scripts-pr-app[bot]
39e67bc874
Update CHANGELOG.md ( #14583 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-05-19 06:21:31 +00:00
CanbiZ (MickLesk)
4ffa551202
fix(whisparr): switch from nightly to stable GitHub release ( #14581 )
2026-05-19 08:21:07 +02:00
community-scripts-pr-app[bot]
0374da39f7
Update CHANGELOG.md ( #14570 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-05-18
2026-05-18 18:05:03 +00:00
push-app-to-main[bot]
ade578edad
ESPconnect ( #14444 )
...
* Add espconnect (ct)
* update source
* Update author attribution in espconnect.sh
* Modify author info and remove SSL certificate creation
Updated author information in the script and removed self-signed certificate generation.
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: CanbiZ (MickLesk) <47820557+MickLesk@users.noreply.github.com >
2026-05-18 20:04:19 +02:00
community-scripts-pr-app[bot]
c33dd2ae39
Update CHANGELOG.md ( #14569 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-05-18 18:02:29 +00:00
CanbiZ (MickLesk)
3a5f4454e6
Pangolin: bump to 1.18.4, fix missing statusHistory migration ( #14566 )
...
* feat(pangolin): bump to 1.18.4, fix missing statusHistory migration
* fix(pangolin): remove redundant msg_info in migration check
2026-05-18 20:01:55 +02:00
community-scripts-pr-app[bot]
c9d0196fee
Update CHANGELOG.md ( #14563 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-05-18 15:07:14 +00:00
push-app-to-main[bot]
404463be21
degoog ( #14533 )
...
* Add degoog (ct)
* Update degoog.sh
* fix
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: CanbiZ (MickLesk) <47820557+MickLesk@users.noreply.github.com >
2026-05-18 17:06:40 +02:00
community-scripts-pr-app[bot]
5dc2b090d9
Update CHANGELOG.md ( #14562 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-05-18 14:44:17 +00:00
Tom Frenzel
1c216fc582
Bichon: Support v1 migration ( #14524 )
2026-05-18 16:43:44 +02:00
community-scripts-pr-app[bot]
1e795835fc
Update CHANGELOG.md ( #14561 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-05-18 13:57:24 +00:00
community-scripts-pr-app[bot]
e234f411c7
Update CHANGELOG.md ( #14560 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-05-18 13:53:31 +00:00
push-app-to-main[bot]
89025c9f28
Add webtrees (ct) ( #14532 )
...
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
2026-05-18 15:52:58 +02:00
community-scripts-pr-app[bot]
3b308af40a
Update CHANGELOG.md ( #14550 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-05-17
2026-05-17 18:32:39 +00:00
Alicia Sykes
1a93de8674
dashy: fix yarn-missing on update and back up full user-data ( #14548 )
2026-05-17 20:32:12 +02:00
MickLesk
ebf755031b
fix: set HOME=/root for rbenv installs to prevent path mismatch
...
When running in certain LXC environments (e.g. systems with desktop
packages or non-en locales), the HOME variable may resolve to '/'
instead of '/root'. rbenv installs to $HOME/.rbenv, so if HOME is
wrong it ends up in /.rbenv while all service files and PATH exports
hardcode /root/.rbenv, causing 'env: ruby: No such file or directory'.
Explicitly set HOME=/root for all setup_ruby calls that run as root,
and replace all $HOME/.rbenv references in PATH exports and install
steps with /root/.rbenv literals.
Affected scripts:
- ct/sure.sh + install/sure-install.sh (fixes #14479 )
- ct/dawarich.sh + install/dawarich-install.sh
- ct/docuseal.sh + install/docuseal-install.sh
Also add TimeoutStartSec=300 to sure.service so db:prepare on first
start does not get killed by the default 90s systemd timeout.
2026-05-17 20:27:13 +02:00
community-scripts-pr-app[bot]
131a9d60f1
Update CHANGELOG.md ( #14546 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-05-17 12:02:20 +00:00
CanbiZ (MickLesk)
f7a69ac92d
tools.func: replace max-time with speed-limit stall detection in curl_download ( #14545 )
...
* tools.func: replace max-time with speed-limit stall detection in curl_download
* Refactor curl_download function for improved readability and remove unnecessary whitespace
2026-05-17 14:01:56 +02:00
community-scripts-pr-app[bot]
8f1c4a27a6
Update CHANGELOG.md ( #14538 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-05-16
2026-05-17 00:18:57 +00:00
community-scripts-pr-app[bot]
16cc639e1e
Archive old changelog entries ( #14537 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-05-17 00:18:35 +00:00
community-scripts-pr-app[bot]
168894e6a9
Update CHANGELOG.md ( #14534 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-05-16 21:32:29 +00:00
CanbiZ (MickLesk)
2a86c7e54e
Homelable: replace passlib with bcrypt for password hashing ( #14530 )
2026-05-16 23:32:05 +02:00