Chris
4f794d2b2c
Immich: Increase RAM to 6GB ( #10965 )
2026-01-22 13:41:58 +01:00
Reynaldo
23b48f08ae
Fix tags in several scripts ( #11050 )
...
* fix default tags
* Update alpine-komodo.sh
* Update var_tags delimiter in fluid-calendar.sh
Changed default delimiter for var_tags from comma to semicolon.
* Change delimiter in var_tags from comma to semicolon
* Update pulse.sh
* Update streamlink-webui.sh
---------
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com >
2026-01-22 12:09:45 +01:00
community-scripts-pr-app[bot]
1131dd8430
Update .app files ( #11052 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-22 12:08:33 +01:00
push-app-to-main[bot]
efe17a5e63
Loki | Alpine-Loki ( #11048 )
...
* Add loki (ct)
* add alpine variant in pr
* Add info note about Promtail installation to loki.json
Added an informational note to loki.json indicating that Promtail can be optionally installed during setup to collect and ship logs to Loki.
* add header
* refactor local_ip
* fix json
* Update alpine-loki-install.sh
* refactor
* refactor
* 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 >
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-01-22 11:56:59 +01:00
community-scripts-pr-app[bot]
3725023ee3
Update .app files ( #11041 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-21 21:30:02 +01:00
push-app-to-main[bot]
5378d41acf
Byparr ( #11039 )
...
* Add byparr (ct)
* refactor
* Update date_created to new value
* refactor
---------
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-01-21 21:25:50 +01:00
Ruan Bahia
e935289128
fix: Snipe-IT update missing all user uploads ( #11032 ) ( #11033 )
2026-01-21 15:54:24 +01:00
CanbiZ (MickLesk)
2fab70294f
fix joplin
2026-01-21 14:58:55 +01:00
CanbiZ (MickLesk)
7395a44277
Run TypeScript compilation in Joplin Server scripts
...
Added 'yarn run tsc' to both update and install scripts for Joplin Server to ensure TypeScript sources are compiled. Also removed an unused variable from build.func for code cleanup.
2026-01-21 13:07:20 +01:00
CanbiZ (MickLesk)
914c316f42
Joplin-Server: use yarn workspaces focus for faster builds ( #11027 )
2026-01-21 12:00:46 +01:00
CanbiZ (MickLesk)
0f15d81cd3
fix(homepage): preserve config directory during updates ( #10993 )
...
Fixes #10985 - The update script was deleting user config files due to
CLEAN_INSTALL=1 flag. Now backs up and restores both .env and config/
directory to preserve user configurations.
2026-01-20 13:35:28 +01:00
miausalvaje
1816b0169e
DiscoPanel: add go for update build process ( #10991 )
...
* Refactor Go installation and DiscoPanel build process
Updated the Go installation process and modified the build command for DiscoPanel. Also updated the systemd service configuration to include Go in the PATH.
* Using setup_go
Using setup_go instead of a manual installation.
2026-01-20 13:24:32 +01:00
CanbiZ (MickLesk)
eaf911be0b
fix(pangolin): use dynamic badger plugin version ( #10867 ) ( #10975 )
2026-01-19 22:41:01 +01:00
CanbiZ (MickLesk)
9a489f0b53
fix(tautulli): add version detection and proper update script ( #10842 ) ( #10976 )
2026-01-19 22:40:27 +01:00
CanbiZ (MickLesk)
56c2e6cf1c
fix(apache-guacamole): move jdbc cleanup after schema upgrade ( #10942 ) ( #10974 )
...
- Temp files were deleted before schema upgrade could access them
- Fixes update script failing on MySQL schema upgrade step
2026-01-19 21:46:35 +01:00
CanbiZ (MickLesk)
0edd8fcfe3
fix(outline): prevent corepack interactive prompt blocking installation ( #10973 )
...
- Add COREPACK_ENABLE_DOWNLOAD_PROMPT=0 to skip yarn download confirmation
- Fixes installation hanging on 'Configuring Outline (Patience)'
2026-01-19 21:46:18 +01:00
CanbiZ (MickLesk)
c8c1c454ce
fix(firefly): prevent nested storage directories during update ( #10967 ) ( #10972 )
...
- Remove existing backup directory before creating new backup
- Clean up temporary files after successful update
2026-01-19 21:45:59 +01:00
community-scripts-pr-app[bot]
69b0e5b858
Update .app files ( #10971 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-19 21:07:22 +01:00
push-app-to-main[bot]
7a71414d0e
Add yubal (ct) ( #10955 )
2026-01-19 20:40:05 +01:00
CanbiZ (MickLesk)
d6811a3383
Fix ip import ( #10964 )
...
* Rename import_local_ip to get_local_ip
Replaces all references to the helper function import_local_ip with get_local_ip across scripts and documentation for consistency. Updates usage examples and comments to reflect the new function name.
* Rename get_local_ip to get_lxc_ip and update usage
Replaces all references to get_local_ip with get_lxc_ip across scripts, documentation, and templates for clarity and consistency. Updates the implementation in core.func to improve IP detection for LXC containers, and adjusts helper functions in addon scripts accordingly.
2026-01-19 17:32:44 +01:00
Chris
cb8a900d84
PeaNUT: change default port ( #10962 )
2026-01-19 17:20:25 +01:00
Slaviša Arežina
90f73d1d24
Remove custom IP fetching ( #10954 )
...
Co-authored-by: CanbiZ (MickLesk) <47820557+MickLesk@users.noreply.github.com >
2026-01-19 16:33:08 +01:00
Slaviša Arežina
56ab6a6cb8
Refactor: Homepage ( #10950 )
2026-01-19 15:45:41 +01:00
Robert Castley
de14cab715
Update/splunk enterprise ( #10949 )
2026-01-19 14:53:25 +01:00
Slaviša Arežina
f029460bc6
Refactor ( #10945 )
2026-01-19 13:36:59 +01:00
CanbiZ (MickLesk)
73944792b5
Remove phpIPAM ( #10939 )
2026-01-19 10:04:19 +01:00
community-scripts-pr-app[bot]
f2aca758ea
Update .app files ( #10933 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-18 22:25:32 +01:00
push-app-to-main[bot]
ac68ce48de
Termix ( #10887 )
...
* Add termix (ct)
* refactor
---------
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-01-18 22:24:04 +01:00
Slaviša Arežina
dbf551d162
Refactor ( #10928 )
2026-01-18 22:05:08 +01:00
Slaviša Arežina
ca97009d1e
Remove iVentoy script ( #10924 )
2026-01-18 21:20:26 +01:00
Tobias
9dc1e606ec
refactor: peanut entrypoint ( #10902 )
...
* refactor: peanut entrypoint
* refactor: peanut: entrypoint fix
* Apply suggestion from @tremor021
* Apply suggestion from @tremor021
---------
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com >
2026-01-18 15:18:51 +01:00
community-scripts-pr-app[bot]
c03e532dde
Update .app files ( #10912 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-18 15:15:16 +01:00
push-app-to-main[bot]
c5031e6462
ThingsBoard ( #10904 )
...
* Add thingsboard (ct)
* fix
* Fix cat command for ThingsBoard configuration
* Fix syntax for writing to thingsboard.conf
---------
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-01-18 15:09:14 +01:00
Karlito83
af335c8e51
fix sonarqube update version info ( #10870 ) ( #10871 )
...
* fix sonarqube update version info (#10870 )
* move version info update to another line and remove unnecessary messages
---------
Co-authored-by: Ronny Marx <r0mx@mailbox.org >
2026-01-17 09:18:38 +01:00
community-scripts-pr-app[bot]
a51a3929e6
Update .app files ( #10879 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-17 09:18:20 +01:00
push-app-to-main[bot]
2d6a54c6a4
TRIP ( #10864 )
...
* Add trip (ct)
* fix
* make tremor happy
* make tremor happy 2
---------
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-01-17 08:47:13 +01:00
Slaviša Arežina
6a02fcaecd
Update repo URL ( #10872 )
2026-01-17 03:14:44 +01:00
Chris
48cebc4aa9
Jotty: increase RAM; cap heap size at 3GB during build ( #10868 )
2026-01-16 19:40:04 +01:00
Romain PINSOLLE
67a6c781b0
SnowShare: Increase default resources ( #10865 )
...
* Increase default resource limits for SnowShare
* change json
2026-01-16 16:55:13 +01:00
community-scripts-pr-app[bot]
151e2d44c8
Update .app files ( #10863 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-16 14:23:47 +01:00
push-app-to-main[bot]
23a27bcda4
Flatnotes ( #10857 )
...
* Add flatnotes (ct)
* Update flatnotes.json
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com >
2026-01-16 14:18:06 +01:00
community-scripts-pr-app[bot]
2492dfe201
Update .app files ( #10861 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-16 14:09:30 +01:00
push-app-to-main[bot]
497d2711f1
Unifi OS Server ( #10856 )
...
* Add unifi-os-server (ct)
* Change updateable status to false in JSON config
* Update unifi-os-server.json
* Remove unnecessary dependencies from install script
Removed ca-certificates and jq from dependency installation.
* fix: default buit-in update msg
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com >
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-01-16 14:07:16 +01:00
JJ
54ac6eece0
postgresql: name of sources file fixed (update check) ( #10854 )
...
* fix: name of sources file fixed
The wrong name leads to updates being not possible as "No PostgreSQL Installation Found!" will be displayed.
* Change check for PostgreSQL installation commandupdate: switch from file to command check
* fix: command check expression
2026-01-16 10:57:49 +01:00
CanbiZ (MickLesk)
4fc57b0e0b
immich: use dpkg-query to get intel-opencl-icd version ( #10848 )
2026-01-16 09:32:13 +01:00
Tobias
f0e630cbfe
domain-monitor: fix: cron user ( #10846 )
2026-01-16 09:31:53 +01:00
community-scripts-pr-app[bot]
e76c453474
Update .app files ( #10831 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-15 14:21:14 +01:00
push-app-to-main[bot]
d6473133c9
Add qui (ct) ( #10829 )
2026-01-15 14:19:34 +01:00
CanbiZ (MickLesk)
ab33f85d9d
Refactor: FreshRSS + Bump to Debian 13 ( #10824 )
...
* Refactor: FreshRSS + Bump to Debian 13
* update_script
2026-01-15 13:48:10 +01:00
CanbiZ (MickLesk)
bdfd72e311
Switch Ollama install to .tar.zst and add zstd dependency ( #10814 )
2026-01-14 18:04:13 +01:00