Chris
164ccf61e7
Apply suggestion from @vhsdream
2026-02-04 21:15:10 -05:00
Chris
9189b42df2
Merge branch 'main' into add-script-opencloud-1770212555
2026-02-04 21:02:43 -05:00
Alessandro Del Pex
b36051375b
Add log directory and permissions for koillection ( #11553 )
...
Create log directory and set ownership for www-data
2026-02-04 22:59:43 +01:00
Chris
4bd5c7b54b
[FIX] Scanopy: ensure Scanopy Daemon update ( #11541 )
...
- It wasn't updating due to it having the same name as the server
- Changed it to 'Scanopy Daemon'
- Other small fixes
2026-02-04 20:57:52 +01:00
Chris
36bf5cb57e
Immich: pin version to 2.5.3 ( #11515 )
...
* Immich: pin version to 2.5.3
[FIX] Immich: only show OpenVINO menu if `/dev/dri` detected
* Grab pnpm version from release package.json
2026-02-04 14:48:18 +01:00
push-app-to-main[bot]
7bf9050ff5
Add opencloud (ct)
2026-02-04 13:42:38 +00:00
community-scripts-pr-app[bot]
c6dfa052ee
Update .app files ( #11529 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-02-04 11:01:30 +01:00
push-app-to-main[bot]
e99702977c
Wishlist ( #11527 )
...
* Add wishlist (ct)
* Update wishlist.sh
* Update wishlist.json
* Update wishlist.json
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-02-04 11:00:15 +01:00
community-scripts-pr-app[bot]
757a54e23a
Update .app files ( #11526 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-02-04 08:41:58 +01:00
push-app-to-main[bot]
65e50542b0
writefreely ( #11524 )
...
* Add writefreely (ct)
* Create symlink for WriteFreely in /usr/local/bin
Added symbolic link for WriteFreely executable
* Fix date_created and update user creation instructions
Updated the creation date and modified user creation instructions.
* Create symlink for WriteFreely in /usr/local/bin
Added a symbolic link for the WriteFreely executable.
---------
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-02-04 08:38:14 +01:00
community-scripts-pr-app[bot]
f9c5c1d0b4
Update .app files ( #11513 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-02-03 20:49:48 +01:00
push-app-to-main[bot]
18f6df752f
Add wealthfolio (ct) ( #11511 )
...
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
2026-02-03 20:36:33 +01:00
Chris
baabbc4d53
[FEAT] Scanopy: automatically update integrated daemon ( #11506 )
2026-02-03 19:36:45 +01:00
Slaviša Arežina
13b4094ff8
Deps ( #11489 )
2026-02-02 20:10:55 +01:00
CanbiZ (MickLesk)
c612bfefcd
Fetch Web-Vault directly to target dir
...
Simplify the Web-Vault update flow by creating /opt/vaultwarden/web-vault and calling fetch_and_deploy_gh_release with that path as the deployment target. Removes temporary directory creation, move and cleanup (mktemp/mv/rm -rf) and ensures the destination exists before downloading. Ownership and the success message are preserved.
2026-02-02 17:14:48 +01:00
CanbiZ (MickLesk)
d7872a8240
Use temp dir for Web-Vault deployment
...
Deploy the Web-Vault release into a temporary directory before moving it into /opt/vaultwarden. The change creates a mktemp -d directory, passes that to fetch_and_deploy_gh_release, moves the extracted web-vault into /opt/vaultwarden/web-vault, and removes the temp dir. This prevents partial or mixed artifacts in /opt during the fetch/extract step and keeps the existing ownership/chown behavior.
2026-02-02 17:03:02 +01:00
CanbiZ (MickLesk)
abfd57f486
hotfix vaultwarden
2026-02-02 16:47:16 +01:00
CanbiZ (MickLesk)
474f1e8886
Refactor: Vaultwarden ( #11445 )
...
* refactor(vaultwarden): modernize using tools.func helpers
- Use setup_rust instead of manual rustup installation
- Use fetch_and_deploy_gh_release for source tarball (no git clone)
- Use fetch_and_deploy_gh_release for Web-Vault prebuild download
- Use check_for_gh_release for update detection (automatic version tracking)
- Use get_latest_github_release (strip v prefix by default)
- Use ensure_dependencies for argon2
- Remove git from dependencies (no longer needed)
- Use heredoc with proper formatting for systemd service file
- Automatic version tracking via ~/.vaultwarden and ~/.vaultwarden_webvault
Fixes #11393
* minor fixes
* Enhance Vaultwarden installation script for web vault
* Update vaultwarden-install.sh
* Update vaultwarden.sh
2026-02-02 14:52:09 +01:00
Chris
8fd1826e87
Allow "downgrade" of libigdgmm12 ( #11478 )
2026-02-02 14:41:06 +01:00
Chris
dd240c4b3c
[FIX] Scanopy: remove daemon build ( #11444 )
...
* [FIX] Scanopy: remove daemon build
- users are now to just use the UI
* update JSON
2026-02-02 13:59:16 +01:00
CanbiZ (MickLesk)
b86fabf8ab
refactor(forgejo,readeck): use fetch_and_deploy_codeberg_release function ( #11460 )
2026-02-02 13:53:21 +01:00
CanbiZ (MickLesk)
be42ee40fb
Disable NPM install and update due to OpenResty SHA-1 signature issue ( #11406 ) ( #11471 )
2026-02-02 13:11:34 +01:00
CanbiZ (MickLesk)
7fc77fe5be
various scripts: use ensure_dependencies instead of apt ( #11463 )
...
* refactor(ct): replace apt install with ensure_dependencies in update_script functions
* refactor(ct): replace remaining apt install with ensure_dependencies
* refactor(ct): replace remaining apt install with ensure_dependencies
* refactor(ct): remove redundant dpkg checks before ensure_dependencies
* refactor(ct): remove ALL redundant checks before ensure_dependencies
* Update neo4j.sh
2026-02-02 13:01:17 +01:00
community-scripts-pr-app[bot]
ac74b760f0
Update .app files ( #11468 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-02-02 11:18:29 +01:00
push-app-to-main[bot]
ea264f673b
rustypaste | Alpine-rustypaste ( #11457 )
...
* Add rustypaste (ct)
* add alpine version
* modify json
---------
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-02-02 11:17:26 +01:00
community-scripts-pr-app[bot]
8226360700
Update .app files ( #11456 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-02-02 09:04:01 +01:00
push-app-to-main[bot]
2f907cc4e0
KitchenOwl ( #11453 )
...
* Add kitchenowl (ct)
* Remove commented line and update wsgi.py config
* Remove existing web directory before deployment
Remove the web directory before deploying the kitchenowl-web release.
* Update kitchenowl.sh
* Update kitchenowl.json
* Update kitchenowl.sh
---------
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 >
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-02-02 09:02:11 +01:00
CanbiZ (MickLesk)
627587c54b
feat(autocaliweb): migrate from GitHub to Codeberg ( #11440 )
...
- Add Codeberg API functions: codeberg_api_call, get_latest_codeberg_release, check_for_codeberg_release
- Add fetch_and_deploy_codeberg_release function for Codeberg releases
- Update autocaliweb install and update scripts to use Codeberg
- Update autocaliweb.json documentation and website URLs
2026-02-01 22:27:31 +01:00
durzo
99e19d4422
tracearr: install/update new prestart script from upstream ( #11433 )
...
* tracearr: install/update new prestart script from upstream
* Update tracearr.sh
---------
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-02-01 20:50:55 +01:00
Slaviša Arežina
8a1b05ccac
n8n: Fix dependencies ( #11429 )
...
* Fix dependencies
* Update ct/n8n.sh
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
---------
Co-authored-by: CanbiZ (MickLesk) <47820557+MickLesk@users.noreply.github.com >
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-02-01 19:35:19 +01:00
Tobias
edef7f179a
fix headers ( #11422 )
...
* fix copyright
* Update fladder.sh
* Update loki.sh
* Update tracearr.sh
* Update wazuh.sh
* Update beszel.sh
2026-02-01 19:18:10 +01:00
Chris
8589afb17e
[Hotfix] Immich: revert healthcheck feature ( #11427 )
2026-02-01 18:30:55 +01:00
Slaviša Arežina
e4a4329d1a
Refactor: Whisparr ( #11411 )
...
* Refactor
* use default msg
---------
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-02-01 13:27:59 +01:00
Chris
686210ef7b
[Hotfix] Bunkerweb update ( #11402 )
2026-02-01 02:08:03 +01:00
Chris
61964c264e
Immich Refactor #2 ( #11375 )
2026-02-01 02:07:27 +01:00
community-scripts-pr-app[bot]
f9cf742c25
Update .app files ( #11398 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-02-01 02:00:25 +01:00
push-app-to-main[bot]
aab9d42322
shelfmark ( #11371 )
...
* Add shelfmark (ct)
* Apply suggestions from code review
* Apply suggestion from @vhsdream
* Update shelfmark.sh
* Update shelfmark.json
* Update shelfmark-install.sh
* Update install/shelfmark-install.sh
* Update install/shelfmark-install.sh
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: Chris <punk.sand7393@fastmail.com >
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-02-01 00:16:01 +01:00
Tobias
8fa5b2c23f
fix: yubal: add git ( #11394 )
2026-01-31 22:51:38 +01:00
community-scripts-pr-app[bot]
2be74265d1
Update .app files ( #11382 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-31 00:20:15 +01:00
push-app-to-main[bot]
539785678c
languagetool ( #11370 )
...
* Add languagetool (ct)
* Apply suggestion from @tremor021
* Apply suggestion from @tremor021
* Apply suggestion from @tremor021
* Apply suggestion from @tremor021
* Apply suggestion from @tremor021
* Update languagetool.sh
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com >
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-01-31 00:10:38 +01:00
community-scripts-pr-app[bot]
2d72af3d1d
Update .app files ( #11378 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-30 23:50:44 +01:00
push-app-to-main[bot]
398a5d2e34
Ampache ( #11369 )
...
* Add ampache (ct)
* less msg blocks
* Update ampache.json
* Update ampache-install.sh
* typo
* Fix PHP_VERSION and MARIADB_DB_USER syntax
* Update install/ampache-install.sh
Co-authored-by: Chris <punk.sand7393@fastmail.com >
* Update install/ampache-install.sh
Co-authored-by: Chris <punk.sand7393@fastmail.com >
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
Co-authored-by: CanbiZ (MickLesk) <47820557+MickLesk@users.noreply.github.com >
Co-authored-by: Chris <punk.sand7393@fastmail.com >
2026-01-30 23:48:51 +01:00
CanbiZ (MickLesk)
0fc4e6ed10
fix(koillection): add export APP_RUNTIME for composer post-install scripts
2026-01-30 14:27:29 +01:00
CanbiZ (MickLesk)
3fc0b29d88
fix(koillection): override FrankenPHP runtime with Symfony runtime
...
Koillection 1.8.0 configures FrankenPHP runtime in composer.json extra,
but we use Apache. Fix by:
- Adding APP_RUNTIME to .env.local for CLI commands
- Adding SetEnv APP_RUNTIME in Apache VirtualHost for web requests
- Creating uploads directory before chown
- Update script checks and adds runtime config for upgrades
2026-01-30 13:53:20 +01:00
CanbiZ (MickLesk)
80cba8d29d
fix chown
2026-01-30 13:31:00 +01:00
CanbiZ (MickLesk)
90eb33c09e
refactor(php): remove redundant PHP_MODULE entries ( #11362 )
...
- Add dom and gmp to BASE_MODULES in setup_php()
- Remove modules already covered by BASE_MODULES (cli,common,bcmath,curl,dom,gd,gmp,intl,mbstring,readline,xml,zip)
- Remove modules already covered by EXTENDED_MODULES (mysql,sqlite3,pgsql,redis,imagick,bz2,apcu)
- Remove modules already covered by BUILTIN (ctype,exif,ffi,fileinfo,gettext,iconv,pdo,tokenizer)
- Affected: 31 install scripts, 12 ct scripts
2026-01-30 13:05:05 +01:00
CanbiZ (MickLesk)
c5e4b1a210
Refactor: Koillection ( #11361 )
2026-01-30 13:04:42 +01:00
CanbiZ (MickLesk)
191301f953
immich: Quickfix MAINT_MODE unset variable handling in immich.sh
...
Use default value for MAINT_MODE to prevent errors when the variable is unset. This ensures the maintenance mode check works reliably.
2026-01-30 11:14:06 +01:00
Chris
ab5e8cbd7c
[FEAT] Immich: Enable Maintenance Mode before update ( #11342 )
...
* [FEAT] Immich: enable Maintenance Mode prior to update
- Checks if current version is 2.5.2 or higher
- Also disables Maintenance Mode afterwards
* fix pathing issue; suppress `cd -` output
2026-01-29 20:35:00 +01:00
Chris
6fc6bab1bf
Refactor: Byparr ( #11338 )
...
- Use Camoufox (Firefox in Playwright) as intended
- Remove Chromium and deps
- Adapt dependencies to Debian
2026-01-29 18:43:00 +01:00