Commit Graph

2507 Commits

Author SHA1 Message Date
CanbiZ (MickLesk) 78b4f44447 fix(pelican-panel): prevent composer superuser prompt (#10418) 2025-12-29 20:38:10 +01:00
CanbiZ eba6fd8c6d linkwarden: use npx for Playwright install command
Replaces 'yarn playwright install' with 'npx playwright install' in both update and install scripts to ensure consistent Playwright installation regardless of local yarn configuration.
2025-12-29 15:50:10 +01:00
CanbiZ (MickLesk) b4a25160e4 Linkwarden: enable Corepack and prepare Yarn v4 before running yarn (#10390) 2025-12-29 00:38:46 +01:00
CanbiZ (MickLesk) 1d278f53f6 fix(metube): use pnpm + corepack for frontend build (#10392) 2025-12-29 00:38:05 +01:00
push-app-to-main[bot] e17a42f905 Add mail-archiver (ct) (#10393)
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
2025-12-28 21:29:51 +01:00
durzo 9a5d121910 fix pulse downloading incorrect tarball (#10383) 2025-12-28 18:01:46 +01:00
Slaviša Arežina 0e89a65597 Fix need for verbose (#10368) 2025-12-27 21:55:06 +01:00
durzo 9582910787 Fix build for 2.13.5 (#10340) 2025-12-27 10:17:30 +01:00
Slaviša Arežina 1d34ecc981 Database cred fixes (#10359) 2025-12-27 10:00:41 +01:00
CanbiZ (MickLesk) e5943404f9 fix(phpipam): use PHP 8.4 with correct mysql module for PDO support (#10348) 2025-12-26 19:58:38 +01:00
Slaviša Arežina e6ee6e66bf Refactor: OpenObserve (#10279) 2025-12-25 15:22:24 +01:00
Slaviša Arežina 0ece3263bd Refactor: NZBGet (#10302) 2025-12-25 15:21:41 +01:00
Slaviša Arežina 37007f1efe Refactor (#10303) 2025-12-25 15:21:20 +01:00
Slaviša Arežina e926182748 Refactor (#10304) 2025-12-25 15:21:00 +01:00
Slaviša Arežina c769a43f62 InfluxDB: Fixes (#10308) 2025-12-25 15:17:56 +01:00
Slaviša Arežina 5a230837d3 Update dependencies (#10275) 2025-12-24 15:29:11 +01:00
Slaviša Arežina 23e3be00f0 Refactor (#10274) 2025-12-24 15:28:56 +01:00
Slaviša Arežina 1a5c7680ee Refactor (#10276) 2025-12-24 15:28:00 +01:00
Slaviša Arežina 133e1484ad Refactor (#10277) 2025-12-24 15:27:39 +01:00
Slaviša Arežina b22265047c Refactor (#10278) 2025-12-24 15:27:20 +01:00
Slaviša Arežina bf51483235 Refactor (#10280) 2025-12-24 15:24:42 +01:00
Slaviša Arežina 63e883f9ea Refactir (#10241) 2025-12-24 14:22:49 +01:00
Slaviša Arežina 5730506c03 Refactor (#10256) 2025-12-24 14:22:18 +01:00
Slaviša Arežina c0f4ac5750 Refactor (#10258) 2025-12-24 14:21:58 +01:00
Slaviša Arežina 509ea946a6 Refactor (#10259) 2025-12-24 14:21:41 +01:00
Slaviša Arežina 261f746ff1 Reefactor (#10260) 2025-12-24 14:21:23 +01:00
Slaviša Arežina 1a7da4bc91 Refactor (#10262) 2025-12-24 14:21:02 +01:00
Uncloak2 0cd82a058c Update recyclarr-install.sh (#10272) 2025-12-24 09:25:52 +01:00
Slaviša Arežina b6026af8f7 Fixes (#10261) 2025-12-24 00:00:35 +01:00
Slaviša Arežina 85d5693e1a Refactor (#10255) 2025-12-23 23:58:37 +01:00
Slaviša Arežina 4da54f1593 Small improvement (#10254) 2025-12-23 23:40:41 +01:00
Slaviša Arežina 6e640f8eb6 Fixes (#10257) 2025-12-23 22:31:27 +01:00
Slaviša Arežina f6f4c3411c Refactor: Beszel (#10195)
* Refactor

* Update

* Update

* Update
2025-12-23 14:19:03 +01:00
Gerhard Burger eb0486a698 Update forgejo to debian13 and fix env var (#10242) 2025-12-23 13:51:06 +01:00
CanbiZ (MickLesk) 65606eec1c fix(invoiceninja): add chromium dependencies for PDF generation (#10230)
- Add required libraries for snappdf/chromium (libnss3, libatk, libcups2, etc.)
- Download chromium binary via snappdf download command
- Run ninja:post-update for languages/currencies lookup data

Fixes PDF generation error: libnss3.so not found
2025-12-22 23:25:56 +01:00
CanbiZ (MickLesk) ebb8b098dd MediaManager) use npm install (#10228)
* fix(mediamanager): use npm install and remove unused yq dependency

- Use npm install instead of npm ci because upstream package-lock.json
  is out of sync with package.json (missing esbuild@0.27.2)
- Remove setup_yq call as yq is not used anywhere in the script
  (config is handled via sed)

* .

* Change npm command from ci to install
2025-12-22 23:25:19 +01:00
Tobias e3ff6bfbbf refactor: reitti: v3.0.0 (#10196) 2025-12-22 22:52:01 +01:00
CanbiZ (MickLesk) ef2a511217 recyclarr: add default daily cron job for recyclarr sync (#10208)
* Add default daily cron job for recyclarr sync

- Create /etc/cron.d/recyclarr file with @daily schedule
- Log output to /root/.config/recyclarr/sync.log
- Uses recommended default schedule from recyclarr docs
- Follows project convention for cron jobs

Implements #10182

* Add notes about daily cron job to recyclarr.json

- Info about automatic daily sync via cron
- Reference to cron file location for customization
- Warning about configuring instances before first sync
2025-12-21 23:15:56 +01:00
CanbiZ (MickLesk) 28d34e9169 Optimize Jotty installation with standalone mode (#10207)
* Optimize Jotty installation with standalone mode

- Use Next.js standalone mode to reduce folder size from ~2.4GB to ~80MB
- Copy public, howto, and static folders to standalone output
- Remove node_modules and build artifacts after creating standalone version
- Update systemd service to use node directly instead of yarn start
- Improves build efficiency and reduces disk usage

Implements #10178
Co-authored-by: fccview <fccview@users.noreply.github.com>

* Apply standalone mode optimization to Jotty update script

- Use standalone mode in update_script function
- Ensures updates maintain the optimized deployment structure
- Consistent with install script changes

* Update systemd service in jotty update script

- Recreate systemd service file with correct ExecStart command
- Change from 'yarn start' to '/usr/bin/node server.js'
- Ensures old installations get updated service configuration
- Run daemon-reload after service file update

---------

Co-authored-by: fccview <fccview@users.noreply.github.com>
2025-12-21 23:15:08 +01:00
CanbiZ (MickLesk) 8212a44e5f unifi: remove mongodb 4.4 support | bump to java 21 (#10206)
* unifi: remove mongodb support | bump to java 21

* bump java 21
2025-12-21 23:13:46 +01:00
Slaviša Arežina 174721bc14 Refactor (#10193) 2025-12-21 21:46:17 +01:00
Turcid 867f3347c7 Typo fix in Heimdall install script (#10187) 2025-12-21 09:15:05 +01:00
Tobias d5531ad445 bump: ersatztv: deb13 (#10174) 2025-12-20 22:11:54 +01:00
Copilot 021297b2ce Update Reitti to Java 25 for 3.0.0 compatibility (#10164)
* Initial plan

* Update Java version from 24 to 25 for Reitti 3.0.0 compatibility

Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com>

* Add Java 25 setup to update script in ct/reitti.sh

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com>
2025-12-20 00:01:18 +01:00
Tobias cb2d4c0051 homarr: debian native builds (#10005) 2025-12-19 22:43:40 +01:00
CanbiZ (MickLesk) 2202d34eed Bump Bar-Assistant to php 8.4 (#10138) 2025-12-19 22:41:51 +01:00
Chris 8a67635651 Bump Immich to v2.4.1 (#10154) 2025-12-19 22:40:45 +01:00
CanbiZ (MickLesk) 0a36329235 [Fix] Zabbix: Add version-specific SQL script path for 7.0 LTS (#10142) 2025-12-19 22:39:35 +01:00
CanbiZ (MickLesk) c225692979 Refactor: Cosmos: + Upgrade to Debian 13 (#10147) 2025-12-19 22:38:36 +01:00
Slaviša Arežina 5beb983b7f Refactor (#10070) 2025-12-19 13:22:07 +01:00