Chris and GitHub
d6b4cea3ba
Netbox: Refactor ( #11126 )
...
* refactor install script
* refactor update script
2026-01-24 23:14:55 +01:00
CanbiZ (MickLesk) and GitHub
5ce7f35793
leantime: fix backup file naming ( #11137 )
2026-01-24 23:01:36 +01:00
Chris and GitHub
83cd058586
[Hotfix] Element Synapse ( #11135 )
2026-01-24 22:50:04 +01:00
Chris and GitHub
4b3f7f688c
Spoolman: move to uv ( #11121 )
2026-01-24 16:29:46 +01:00
Slaviša Arežina and GitHub
e7f8a27aac
Standard ( #11109 )
2026-01-24 07:55:04 +01:00
CanbiZ (MickLesk) and GitHub
b2017086cd
Bump various scripts to Debian 13 (Trixie) ( #11093 )
2026-01-23 21:54:23 +01:00
Tobias and GitHub
6f007c633e
fix: homarr: more ram ( #11102 )
2026-01-23 21:53:25 +01:00
CanbiZ (MickLesk) and GitHub
25566d71bb
Tautulli: fix config backup and restore logic ( #11099 )
...
Switches backup and restore operations to handle only config.ini instead of the entire config directory, improving efficiency and reducing unnecessary file copying during updates.
2026-01-23 21:21:37 +01:00
Chris and GitHub
4ea4422042
Scanopy: remove integrated daemon script ( #11100 )
2026-01-23 21:21:19 +01:00
Tobias and GitHub
39aa152c12
fix: reitti start nginx ( #11095 )
2026-01-23 16:57:50 +01:00
013871f692
Update .app files ( #11092 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-23 14:09:22 +01:00
a09a5bc6ae
tracearr ( #11079 )
...
* Add tracearr (ct)
* Apply suggestion from @tremor021
---------
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 <[email protected] >
2026-01-23 14:06:35 +01:00
e6dd89d1c5
Update .app files ( #11086 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-23 13:47:31 +01:00
Tobias and GitHub
b73acc998f
add: uptime-kuma: chromium ( #11081 )
2026-01-23 13:08:18 +01:00
77e9e25d9f
Add dawarich (ct) ( #11075 )
...
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
2026-01-23 13:03:53 +01:00
CanbiZ (MickLesk) and GitHub
ca504cfc06
several scripts: bump default Alpine version to 3.23 ( #11082 )
2026-01-23 13:01:29 +01:00
Slaviša Arežina and GitHub
cc801353f8
FHEM: Bump to Debian 13 ( #11061 )
...
* bump
* Update
2026-01-23 08:44:26 +01:00
Slaviša Arežina and GitHub
cb713abb06
Duplicati: Bump to Debian 13 ( #11060 )
...
* Bump to debian 13
* Update
2026-01-23 08:43:48 +01:00
Slaviša Arežina and GitHub
1d1c2beaa4
Jotty: Increase default disk size from 6 to 8 ( #11056 )
...
* Increase default disk size from 6 to 8
* Increase HDD size from 6 to 8
2026-01-22 14:00:15 +01:00
Chris and GitHub
4f794d2b2c
Immich: Increase RAM to 6GB ( #10965 )
2026-01-22 13:41:58 +01:00
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 <[email protected] >
2026-01-22 12:09:45 +01:00
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
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) <[email protected] >
Co-authored-by: Tobias <[email protected] >
2026-01-22 11:56:59 +01:00
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
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 <[email protected] >
2026-01-21 21:25:50 +01:00
Ruan Bahia and GitHub
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) and GitHub
914c316f42
Joplin-Server: use yarn workspaces focus for faster builds ( #11027 )
2026-01-21 12:00:46 +01:00
CanbiZ (MickLesk) and GitHub
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 and GitHub
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) and GitHub
eaf911be0b
fix(pangolin): use dynamic badger plugin version ( #10867 ) ( #10975 )
2026-01-19 22:41:01 +01:00
CanbiZ (MickLesk) and GitHub
9a489f0b53
fix(tautulli): add version detection and proper update script ( #10842 ) ( #10976 )
2026-01-19 22:40:27 +01:00
CanbiZ (MickLesk) and GitHub
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) and GitHub
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) and GitHub
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
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] and GitHub
7a71414d0e
Add yubal (ct) ( #10955 )
2026-01-19 20:40:05 +01:00
CanbiZ (MickLesk) and GitHub
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 and GitHub
cb8a900d84
PeaNUT: change default port ( #10962 )
2026-01-19 17:20:25 +01:00
90f73d1d24
Remove custom IP fetching ( #10954 )
...
Co-authored-by: CanbiZ (MickLesk) <[email protected] >
2026-01-19 16:33:08 +01:00
Slaviša Arežina and GitHub
56ab6a6cb8
Refactor: Homepage ( #10950 )
2026-01-19 15:45:41 +01:00
Robert Castley and GitHub
de14cab715
Update/splunk enterprise ( #10949 )
2026-01-19 14:53:25 +01:00
Slaviša Arežina and GitHub
f029460bc6
Refactor ( #10945 )
2026-01-19 13:36:59 +01:00
CanbiZ (MickLesk) and GitHub
73944792b5
Remove phpIPAM ( #10939 )
2026-01-19 10:04:19 +01:00
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
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 <[email protected] >
2026-01-18 22:24:04 +01:00
Slaviša Arežina and GitHub
dbf551d162
Refactor ( #10928 )
2026-01-18 22:05:08 +01:00
Slaviša Arežina and GitHub
ca97009d1e
Remove iVentoy script ( #10924 )
2026-01-18 21:20:26 +01:00
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 <[email protected] >
2026-01-18 15:18:51 +01:00