CanbiZ (MickLesk)
e3446b6367
fix(homepage): preserve config directory during updates
...
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:06:52 +01:00
community-scripts-pr-app[bot]
76912641bb
Update CHANGELOG.md ( #10987 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-20 00:14:01 +00:00
community-scripts-pr-app[bot]
11f67d3e50
Update versions.json ( #10986 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-20 01:13:41 +01:00
community-scripts-pr-app[bot]
7b0ea03295
Update CHANGELOG.md ( #10983 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 21:41:22 +00:00
CanbiZ (MickLesk)
eaf911be0b
fix(pangolin): use dynamic badger plugin version ( #10867 ) ( #10975 )
2026-01-19 22:41:01 +01:00
community-scripts-pr-app[bot]
245ec06d77
Update CHANGELOG.md ( #10982 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 21:40:45 +00:00
CanbiZ (MickLesk)
9a489f0b53
fix(tautulli): add version detection and proper update script ( #10842 ) ( #10976 )
2026-01-19 22:40:27 +01:00
community-scripts-pr-app[bot]
f75f2a24d7
Update CHANGELOG.md ( #10981 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 21:40:20 +00:00
CanbiZ (MickLesk)
9e69c7a76e
feat(core): add RFC 1123/952 compliant hostname/FQDN validation ( #10977 )
2026-01-19 22:39:57 +01:00
community-scripts-pr-app[bot]
72631c0099
Update CHANGELOG.md ( #10980 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 20:47:00 +00:00
community-scripts-pr-app[bot]
1aa0475e62
Update CHANGELOG.md ( #10979 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 20:46:49 +00: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
community-scripts-pr-app[bot]
379faaa3d6
Update CHANGELOG.md ( #10978 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 20:46:23 +00: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
community-scripts-pr-app[bot]
41384d0764
Update CHANGELOG.md ( #10970 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 19:40:53 +00:00
community-scripts-pr-app[bot]
1e6f37057b
Update date in json ( #10969 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-19 19:40:27 +00:00
push-app-to-main[bot]
7a71414d0e
Add yubal (ct) ( #10955 )
2026-01-19 20:40:05 +01:00
CanbiZ (MickLesk)
de20a41423
Prioritize eth0 IP lookup in get_lxc_ip function
...
The get_lxc_ip function now attempts to retrieve the IP address directly from eth0 before falling back to hostname -I. This improves reliability for LXC containers where eth0 is typically the primary interface.
2026-01-19 17:41:17 +01:00
CanbiZ (MickLesk)
008f6af0bd
Call get_lxc_ip explicitly after network is up
...
Moved the get_lxc_ip call from automatic execution in load_functions to explicit calls in alpine-install.func and install.func, ensuring the LXC IP is retrieved only after the network is up inside the container. Updated comments to clarify usage.
2026-01-19 17:40:25 +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
community-scripts-pr-app[bot]
38a0757e4e
Update CHANGELOG.md ( #10963 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 16:20:48 +00:00
Chris
cb8a900d84
PeaNUT: change default port ( #10962 )
2026-01-19 17:20:25 +01:00
community-scripts-pr-app[bot]
3bf08df691
Update CHANGELOG.md ( #10960 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 15:33:41 +00: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
community-scripts-pr-app[bot]
bc53369bab
Update CHANGELOG.md ( #10957 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 14:46:08 +00:00
Slaviša Arežina
56ab6a6cb8
Refactor: Homepage ( #10950 )
2026-01-19 15:45:41 +01:00
community-scripts-pr-app[bot]
4f389c01f9
Update CHANGELOG.md ( #10956 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 14:43:34 +00:00
Slaviša Arežina
db5a6bacf4
[core]: Make LXC IP a global variable ( #10951 )
2026-01-19 15:43:12 +01:00
community-scripts-pr-app[bot]
3e6cfe2766
Update CHANGELOG.md ( #10952 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 13:53:48 +00:00
Robert Castley
de14cab715
Update/splunk enterprise ( #10949 )
2026-01-19 14:53:25 +01:00
community-scripts-pr-app[bot]
187cd4825e
Update CHANGELOG.md ( #10948 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 12:38:03 +00:00
community-scripts-pr-app[bot]
4dbbbf1545
Update CHANGELOG.md ( #10947 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 12:37:53 +00:00
CanbiZ (MickLesk)
9e2c801d29
Refactor: copyparty ( #10941 )
2026-01-19 13:37:39 +01:00
community-scripts-pr-app[bot]
2903c3d8ad
Update CHANGELOG.md ( #10946 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 12:37:25 +00:00
Slaviša Arežina
f029460bc6
Refactor ( #10945 )
2026-01-19 13:36:59 +01:00
community-scripts-pr-app[bot]
6578f3c5f7
Update versions.json ( #10944 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 13:06:52 +01:00
community-scripts-pr-app[bot]
973e7e0325
Update CHANGELOG.md ( #10940 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 09:04:45 +00:00
CanbiZ (MickLesk)
73944792b5
Remove phpIPAM ( #10939 )
2026-01-19 10:04:19 +01:00
community-scripts-pr-app[bot]
afe9d08233
Update CHANGELOG.md ( #10937 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 00:15:29 +00:00
community-scripts-pr-app[bot]
9e1354a87b
Update versions.json ( #10936 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 01:15:07 +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
community-scripts-pr-app[bot]
3f4e291203
Update CHANGELOG.md ( #10935 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-18 21:24:46 +00:00
community-scripts-pr-app[bot]
ab86f00c68
Update CHANGELOG.md ( #10934 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-18 21:24:30 +00:00
community-scripts-pr-app[bot]
9d6c2ba2ae
Update date in json ( #10932 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-18 21:24:25 +00: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
community-scripts-pr-app[bot]
4aa6eb7fb5
Update CHANGELOG.md ( #10931 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-18 21:05:32 +00:00
Slaviša Arežina
dbf551d162
Refactor ( #10928 )
2026-01-18 22:05:08 +01:00
community-scripts-pr-app[bot]
7a52b83eb8
Update CHANGELOG.md ( #10930 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-18 20:20:43 +00:00
Slaviša Arežina
ca97009d1e
Remove iVentoy script ( #10924 )
2026-01-18 21:20:26 +01:00
community-scripts-pr-app[bot]
2c1756cad9
Update CHANGELOG.md ( #10929 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-18 20:20:18 +00:00
CanbiZ (MickLesk)
6e66359d8f
Improve password handling and validation logic ( #10925 )
2026-01-18 21:19:53 +01:00
community-scripts-pr-app[bot]
e21ab1500b
Update CHANGELOG.md ( #10922 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-18 17:18:21 +00:00
Christiaan Goossens
fe5108f7ca
Fix escaping of the map block ( #10920 )
2026-01-18 18:18:00 +01:00
community-scripts-pr-app[bot]
502c357895
Update CHANGELOG.md ( #10919 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-18 16:39:36 +00:00
Christiaan Goossens
0e59533bcc
Make sure Patchmon also works over IPv6 and if there is another reverse proxy in front ( #10917 )
2026-01-18 17:39:11 +01:00
community-scripts-pr-app[bot]
e05742b96a
Update CHANGELOG.md ( #10914 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-18 14:19:13 +00: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
community-scripts-pr-app[bot]
54ba53dd3e
Update CHANGELOG.md ( #10913 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-18 14:09:55 +00:00
community-scripts-pr-app[bot]
83b5d90c04
Update CHANGELOG.md ( #10911 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-18 14:09:39 +00:00
community-scripts-pr-app[bot]
bcd143e91a
Update date in json ( #10910 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-18 14:09:30 +00: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
community-scripts-pr-app[bot]
297b4c30df
Update versions.json ( #10907 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-18 13:07:16 +01:00
community-scripts-pr-app[bot]
5abfac97f7
Update CHANGELOG.md ( #10906 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-18 11:51:45 +00:00
Jesús
f6b3515c9e
fix: preserve newest scripts pagination ( #10882 )
2026-01-18 12:51:21 +01:00
community-scripts-pr-app[bot]
67685e62d1
Update CHANGELOG.md ( #10905 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-18 11:44:23 +00:00
CanbiZ (MickLesk)
25a6a7ecc7
fix(hwaccel): improve NVIDIA version matching and GPU selection UI ( #10901 )
2026-01-18 12:43:58 +01:00
community-scripts-pr-app[bot]
6ccc0aaaf6
Update CHANGELOG.md ( #10899 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-18 09:02:21 +00:00
Slaviša Arežina
97ce511090
Fix typo in the New Script request template ( #10891 )
...
* Fix typo
* Update star requirement from 500 to 600
---------
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-01-18 10:01:56 +01:00
community-scripts-pr-app[bot]
7d702353f7
Update CHANGELOG.md ( #10897 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-18 08:03:52 +00:00
GalaxyCat Dev
b8f9ec2a34
Update qui.json ( #10896 )
2026-01-18 09:03:28 +01:00
community-scripts-pr-app[bot]
b8d0079a87
Update CHANGELOG.md ( #10893 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-18 00:17:12 +00:00
community-scripts-pr-app[bot]
e9f8479313
Update versions.json ( #10892 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-18 01:16:51 +01:00
community-scripts-pr-app[bot]
b575bdb3fb
Update CHANGELOG.md ( #10890 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-17 19:00:43 +00:00
Michel Roegl-Brunner
c3a5ff260a
palmr.json ( #10889 )
2026-01-17 20:00:22 +01:00
community-scripts-pr-app[bot]
83f4085885
Update versions.json ( #10883 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-17 13:06:10 +01:00
community-scripts-pr-app[bot]
b606fae7a5
Update CHANGELOG.md ( #10881 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-17 08:18:58 +00: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
community-scripts-pr-app[bot]
ff5858ac11
Update CHANGELOG.md ( #10880 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-17 07:47:51 +00:00
community-scripts-pr-app[bot]
bba878adb9
Update CHANGELOG.md ( #10878 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-17 07:47:32 +00:00
community-scripts-pr-app[bot]
aee02ba783
Update date in json ( #10877 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-17 07:47:29 +00: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
community-scripts-pr-app[bot]
a3f0573ada
Update CHANGELOG.md ( #10875 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-17 02:15:09 +00:00
Slaviša Arežina
6a02fcaecd
Update repo URL ( #10872 )
2026-01-17 03:14:44 +01:00
community-scripts-pr-app[bot]
eeeb80bc36
Update CHANGELOG.md ( #10874 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-17 00:13:49 +00:00
community-scripts-pr-app[bot]
b18136da63
Update versions.json ( #10873 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-17 01:13:27 +01:00
community-scripts-pr-app[bot]
d86dbce395
Update CHANGELOG.md ( #10869 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-16 18:40:30 +00:00
Chris
48cebc4aa9
Jotty: increase RAM; cap heap size at 3GB during build ( #10868 )
2026-01-16 19:40:04 +01:00
community-scripts-pr-app[bot]
f3be88ad98
Update CHANGELOG.md ( #10866 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-16 15:55:38 +00: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
CanbiZ (MickLesk)
152aa527e2
Update Unifi OS Server JSON configuration
2026-01-16 14:19:19 +01:00
community-scripts-pr-app[bot]
cd737cdf97
Update CHANGELOG.md ( #10862 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-16 13:18:31 +00: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
community-scripts-pr-app[bot]
de0790aa72
Update CHANGELOG.md ( #10860 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-16 13:07:40 +00: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
community-scripts-pr-app[bot]
1c01804b29
Update versions.json ( #10859 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-16 13:07:22 +01:00
community-scripts-pr-app[bot]
0232e473ca
Update CHANGELOG.md ( #10855 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-16 09:58:16 +00: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
community-scripts-pr-app[bot]
df0ce0c09b
Update CHANGELOG.md ( #10852 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-16 08:32:31 +00: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]
ba908d3dfd
Update CHANGELOG.md ( #10851 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-16 08:31:40 +00:00
Tobias
05c3b08d6e
qui: fix: category ( #10847 )
2026-01-16 09:31:18 +01:00
community-scripts-pr-app[bot]
59697a9eb1
Update CHANGELOG.md ( #10850 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-16 08:04:45 +00:00
CanbiZ (MickLesk)
109d6ab6e9
pihole/unbound: create unbound config before apt install to prevent port conflicts ( #10839 )
...
* fix(pihole): create unbound config before apt install to prevent port conflict
* fix(unbound): create config before apt install to prevent port conflict
2026-01-16 09:04:22 +01:00
community-scripts-pr-app[bot]
e309d871d7
Update CHANGELOG.md ( #10849 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-16 07:39:24 +00:00
CanbiZ (MickLesk)
8b750d42d2
fix(zammad): use ln -sf to avoid failure when symlink exists ( #10840 )
2026-01-16 08:39:01 +01:00
community-scripts-pr-app[bot]
32fd002aa4
Update CHANGELOG.md ( #10844 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-16 00:14:27 +00:00
community-scripts-pr-app[bot]
1a29f2a604
Update versions.json ( #10843 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-16 01:14:01 +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
community-scripts-pr-app[bot]
ebdfdd7ccf
Update CHANGELOG.md ( #10832 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-15 13:20:17 +00:00
community-scripts-pr-app[bot]
60d55b71b3
Update date in json ( #10830 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-15 13:19:52 +00:00
push-app-to-main[bot]
d6473133c9
Add qui (ct) ( #10829 )
2026-01-15 14:19:34 +01:00
CanbiZ (MickLesk)
ae8f3d1b8e
Remove 'zlib' module from PHP setup
2026-01-15 13:50:27 +01:00
community-scripts-pr-app[bot]
bba52b03da
Update CHANGELOG.md ( #10828 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-15 12:48:47 +00: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
community-scripts-pr-app[bot]
9d39c91dff
Update versions.json ( #10827 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-15 13:07:21 +01:00
community-scripts-pr-app[bot]
d4892d299f
Update CHANGELOG.md ( #10823 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-15 00:14:44 +00:00
community-scripts-pr-app[bot]
c6b01a62f0
Update versions.json ( #10822 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-15 01:14:24 +01:00
community-scripts-pr-app[bot]
c41c78a0b2
Update CHANGELOG.md ( #10819 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-14 17:04:48 +00:00
CanbiZ (MickLesk)
bdfd72e311
Switch Ollama install to .tar.zst and add zstd dependency ( #10814 )
2026-01-14 18:04:13 +01:00
community-scripts-pr-app[bot]
fa1f2784f9
Update .app files ( #10817 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-14 18:01:11 +01:00
community-scripts-pr-app[bot]
b3b4d170b3
Update CHANGELOG.md ( #10818 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-14 16:56:48 +00:00
community-scripts-pr-app[bot]
5e8c0d621b
Update CHANGELOG.md ( #10816 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-14 16:56:20 +00:00
community-scripts-pr-app[bot]
64bd501ed9
Update date in json ( #10815 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-14 16:56:16 +00:00
push-app-to-main[bot]
95ad02c9ef
Kutt ( #10812 )
...
* Add kutt (ct)
* Fix success message formatting in kutt.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 >
2026-01-14 17:55:51 +01:00
community-scripts-pr-app[bot]
13decbf3a1
Update CHANGELOG.md ( #10811 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-14 16:11:22 +00:00
Chris
c178058315
Install libde265-dev from Testing; refactor install check logic in update ( #10810 )
2026-01-14 17:10:58 +01:00
CanbiZ
1980e3c47f
Usenoninteractive mode for NVIDIA setup
...
Replaces all apt commands with apt-get for consistency and adds noninteractive environment variables to prevent interactive dialogs during NVIDIA GPU driver installation. Also adds --force-confold to preserve existing config files and ensures smoother automated installs.
2026-01-14 15:51:00 +01:00
community-scripts-pr-app[bot]
b876001ffa
Update CHANGELOG.md ( #10809 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-14 13:40:21 +00:00
CanbiZ (MickLesk)
ce5ab97737
Improve NVIDIA GPU setup (5000x Series) ( #10807 )
2026-01-14 14:39:53 +01:00
community-scripts-pr-app[bot]
2aabd0c911
Update versions.json ( #10808 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-14 13:07:20 +01:00
community-scripts-pr-app[bot]
5fb3ce7b33
Update CHANGELOG.md ( #10803 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-14 09:09:05 +00:00
Bram
bf648203f0
Add search filtering to CommandDialog for improved script search functionality ( #10800 )
2026-01-14 10:08:44 +01:00
community-scripts-pr-app[bot]
277d1ed5a2
Update CHANGELOG.md ( #10801 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-14 09:01:00 +00:00
durzo
97bd4833fd
nginxproxymanager: allow updates now the build is fixed ( #10796 )
...
* nginxproxymanager: allow updates now the build is fixed
* fix func
* Change release version to 'latest' for deployment
* Update release version fetching for nginxproxymanager
* Update fetch_and_deploy_gh_release to use latest version
---------
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-01-14 10:00:32 +01:00
community-scripts-pr-app[bot]
2bc50833d6
Update CHANGELOG.md ( #10799 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-14 08:45:43 +00:00
Benjamin Horvat
ff74fdff38
Fixed Apache Guacamole installer ( #10798 )
2026-01-14 09:45:21 +01:00
community-scripts-pr-app[bot]
dcfeaefad1
Update CHANGELOG.md ( #10795 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-14 06:23:30 +00:00
Comk22
40933df6f7
Fix whiptail dialog hanging in Proxmox web console ( #10794 )
2026-01-14 07:22:21 +01:00
community-scripts-pr-app[bot]
556e6a71f2
Update CHANGELOG.md ( #10792 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-14 00:16:11 +00:00
community-scripts-pr-app[bot]
7df7a9741a
Update versions.json ( #10791 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-14 01:15:45 +01:00
community-scripts-pr-app[bot]
749cde5bab
Update CHANGELOG.md ( #10790 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-13 20:17:58 +00:00
Chris
a990d39812
Fix intel version check; install legacy packages ( #10787 )
2026-01-13 21:17:26 +01:00
community-scripts-pr-app[bot]
8551ad33f3
Update CHANGELOG.md ( #10789 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-13 20:17:00 +00:00
Michel Roegl-Brunner
fb1d508182
Remove default VLAN for LAN ( #10782 )
2026-01-13 21:16:36 +01:00
Michel Roegl-Brunner
648829f51e
update_lxcs.sh: Add the option to skip stopped LXC ( #10783 )
...
* Add the option to skip stopped LXC
* Fix issue where a script aborts when /usr/lib/python3.*/EXTERNALLY-MANAGED is not there
2026-01-13 21:16:12 +01:00
community-scripts-pr-app[bot]
12a3b4ecd2
Update .app files ( #10786 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-13 20:05:15 +01:00
MickLesk
6e420c311b
fix typo
2026-01-13 20:03:49 +01:00
community-scripts-pr-app[bot]
7da60f5ec0
Update versions.json ( #10780 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-13 13:06:23 +01:00
community-scripts-pr-app[bot]
92380e9155
Update .app files ( #10778 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-13 10:56:30 +01:00
community-scripts-pr-app[bot]
9d0c4f8a16
Update CHANGELOG.md ( #10779 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-13 09:47:05 +00:00
community-scripts-pr-app[bot]
a09121bc49
Update CHANGELOG.md ( #10777 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-13 09:46:45 +00:00
community-scripts-pr-app[bot]
e549378eb1
Update date in json ( #10776 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-13 09:46:42 +00:00
push-app-to-main[bot]
186c0f6d09
Investbrain ( #10774 )
...
* Add investbrain (ct)
* Fix success message capitalization
* Fix installation script message and import local IP
---------
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-01-13 10:46:23 +01:00
community-scripts-pr-app[bot]
7794b49a43
Update CHANGELOG.md ( #10775 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-13 09:44:06 +00:00
Slaviša Arežina
002c6624f7
Refactor: Joplin Server ( #10769 )
2026-01-13 10:43:44 +01:00
community-scripts-pr-app[bot]
5044024a19
Update .app files ( #10772 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-13 08:55:50 +01:00
community-scripts-pr-app[bot]
d8fc9e5c85
Update CHANGELOG.md ( #10773 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-13 07:54:25 +00:00
community-scripts-pr-app[bot]
033688ab7d
Update CHANGELOG.md ( #10771 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-13 07:54:03 +00:00
community-scripts-pr-app[bot]
faaebca358
Update date in json ( #10770 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-13 07:53:59 +00:00
push-app-to-main[bot]
9984ab9d07
Fladder ( #10768 )
2026-01-13 08:53:37 +01:00
community-scripts-pr-app[bot]
8f1b2b9ad2
Update CHANGELOG.md ( #10767 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-13 07:10:27 +00:00
Slaviša Arežina
42a2739db6
Backrest: Bump to Trixie ( #10758 )
...
* Bump to trixie
* Update
2026-01-13 08:10:06 +01:00
community-scripts-pr-app[bot]
62ed362fbf
Update CHANGELOG.md ( #10766 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-13 07:10:01 +00:00
Slaviša Arežina
7c3d9d231a
Refactor ( #10759 )
2026-01-13 08:09:39 +01:00
community-scripts-pr-app[bot]
8d53604ae3
Update CHANGELOG.md ( #10765 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-13 07:05:19 +00:00
Slaviša Arežina
225eae4b27
Refactor ( #10760 )
2026-01-13 08:04:59 +01:00
community-scripts-pr-app[bot]
462e75e8f3
Update CHANGELOG.md ( #10764 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-13 06:54:06 +00:00
Copilot
10024723b6
Fix Zammad nginx configuration causing installation failure ( #10757 )
...
* Initial plan
* Fix nginx configuration setup in zammad-install.sh
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com >
2026-01-13 07:53:43 +01:00
community-scripts-pr-app[bot]
9256afda54
Update CHANGELOG.md ( #10763 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-13 00:13:45 +00:00
community-scripts-pr-app[bot]
7d4b9316a2
Update versions.json ( #10762 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-13 01:13:21 +01:00
community-scripts-pr-app[bot]
36743247f0
Update CHANGELOG.md ( #10755 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-12 19:40:03 +00:00
community-scripts-pr-app[bot]
863876c3a2
Update CHANGELOG.md ( #10754 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-12 19:39:42 +00:00
Christoph Niemann
50954ff560
Update influxdb-install.sh ( #10753 )
...
fix if/elif/else
2026-01-12 20:39:20 +01:00
community-scripts-pr-app[bot]
679c9cbb11
Update CHANGELOG.md ( #10752 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-12 17:57:04 +00:00
Victor
b4c16ef05d
Add setup for influxdb v3 ( #10736 )
2026-01-12 18:56:42 +01:00
CanbiZ
56e0783385
Show container ID warning only for user-specified IDs
...
The warning about a container ID being in use is now only shown if the user manually specified an ID, not when the ID is auto-assigned. This reduces unnecessary warnings during automated container creation.
2026-01-12 18:52:08 +01:00
CanbiZ
305a2ef449
Validate storage space only if container storage set
...
Storage space validation now occurs only when CONTAINER_STORAGE is defined, preventing premature validation before storage selection in certain modes. This avoids unnecessary errors and aligns validation with actual container creation logic.
2026-01-12 18:44:46 +01:00
CanbiZ
7f6ebeb119
Update build.func
2026-01-12 18:41:19 +01:00
community-scripts-pr-app[bot]
eb30288b1c
Update CHANGELOG.md ( #10750 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-12 17:13:42 +00:00
community-scripts-pr-app[bot]
5320b7dbad
Update CHANGELOG.md ( #10749 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-12 17:13:20 +00:00
CanbiZ (MickLesk)
27b55a5de4
Apache Guacamole: add schema upgrades and extension updates to Guacamole script ( #10746 )
2026-01-12 18:13:17 +01:00
CanbiZ (MickLesk)
ff76d83fa7
feat(storage): Add unified storage validation & fix GB/MB display ( #10745 )
2026-01-12 18:12:55 +01:00
community-scripts-pr-app[bot]
d0e22f73c6
Update CHANGELOG.md ( #10748 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-12 17:12:01 +00:00
CanbiZ (MickLesk)
25594c30aa
Apache Tomcat: update support and refactor install script ( #10739 )
2026-01-12 18:11:42 +01:00
CanbiZ (MickLesk)
c8f6786783
core: remove dupliocated pve_version in advanced installs ( #10743 )
2026-01-12 18:11:25 +01:00
CanbiZ (MickLesk)
a2a98cf26d
remove locals
2026-01-12 18:02:41 +01:00
community-scripts-pr-app[bot]
a7a3514f92
Update CHANGELOG.md ( #10744 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-12 15:50:57 +00:00
CanbiZ (MickLesk)
7e464cfdb0
refactor: Harmonize scripts and fix Booklore environment variables ( #10742 )
...
- apache-tomcat: Migrate to setup_java from tools.func
- apache-tomcat: Add update script with version detection from RELEASE-NOTES
- booklore: Fix environment variables (APP_PATH_CONFIG, APP_BOOKDROP_FOLDER)
- booklore: Remove unused variables (BOOKLORE_BOOKS_PATH, BOOKLORE_PORT)
- booklore: Refactor to use setup_mariadb_db and get_latest_github_release
- booklore: Add migration for old env vars in update script
- booklore: Add Node.js setup in update (was missing)
- booklore: Remove default nginx site to prevent conflicts
- jellystat: Replace custom get_ip() with import_local_ip
- jellystat: Remove unnecessary mkdir and simplify cd command
- jellystat: Use version variables for Node.js and PostgreSQL
Fixes #7499 (Booklore bookdrop issue)
2026-01-12 16:50:30 +01:00
community-scripts-pr-app[bot]
a1b381e920
Update .app files ( #10735 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-12 14:21:54 +01:00
community-scripts-pr-app[bot]
9fca42fdea
Update CHANGELOG.md ( #10734 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-12 13:10:10 +00:00
CanbiZ (MickLesk)
57c87169a9
Apache Guacamole: Function Bump + update_script ( #10728 )
2026-01-12 14:09:46 +01:00
community-scripts-pr-app[bot]
0ec96f8287
Update CHANGELOG.md ( #10733 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-12 13:05:27 +00:00
community-scripts-pr-app[bot]
c68f465fd1
Update date in json ( #10732 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-12 13:05:24 +00:00
community-scripts-pr-app[bot]
235ed4f2ef
Update CHANGELOG.md ( #10731 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-12 13:05:17 +00:00
push-app-to-main[bot]
bf829988cc
Jellystat ( #10628 )
...
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com >
2026-01-12 14:05:03 +01:00
community-scripts-pr-app[bot]
176b41a576
Update CHANGELOG.md ( #10730 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-12 13:04:52 +00:00
CanbiZ (MickLesk)
1ccf90cb27
core: validate container ID before pct create to prevent failures ( #10729 )
...
* feat: validate container ID before pct create to prevent failures
Add validation to ensure container IDs are not already in use before attempting to create containers. This prevents pct create failures when an ID is already assigned to a VM/LXC or used in LVM volumes.
Changes:
- Add validate_container_id() and get_valid_container_id() functions to build.func
- Validate ID in base_settings() for default installation method
- Validate ID in advanced_settings() dialog with user prompt for next available ID
- Add validation to turnkey.sh with interactive dialog
- Add validation to all-templates.sh with automatic ID correction
Checks performed:
- Container config file existence (/etc/pve/lxc/*.conf)
- VM config file existence (/etc/pve/qemu-server/*.conf)
- LVM logical volume usage
Fixes issue where container creation would fail if the suggested/chosen ID was already in use.
* feat: validate container ID before pct create to prevent failures
Add validation to ensure container IDs are not already in use before attempting to create containers. This prevents pct create failures when an ID is already assigned to a VM/LXC or used in LVM volumes.
Changes:
- Add validate_container_id() and get_valid_container_id() functions to build.func
- Validate ID in base_settings() for default installation method
- Validate ID in advanced_settings() dialog with user prompt for next available ID
- Add validation to turnkey.sh with interactive dialog
- Add validation to all-templates.sh with automatic ID correction
Checks performed:
- Container config file existence (/etc/pve/lxc/*.conf)
- VM config file existence (/etc/pve/qemu-server/*.conf)
- LVM logical volume usage
Fixes issue where container creation would fail if the suggested/chosen ID was already in use.
* Update turnkey.sh
* Update build.func
2026-01-12 14:04:28 +01:00
community-scripts-pr-app[bot]
97c6c4558a
Update .app files ( #10727 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-12 13:26:18 +01:00
community-scripts-pr-app[bot]
cabf3a877e
Update CHANGELOG.md ( #10726 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-12 12:23:14 +00:00
community-scripts-pr-app[bot]
96bdd76beb
Update CHANGELOG.md ( #10725 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-12 12:22:57 +00:00
CanbiZ (MickLesk)
7234ecc406
Apache CouchDB: bump to debian 13 and add update support ( #10721 )
...
* Apache CouchDB: bump to debian 13 and add update support
Added update functionality to apache-couchdb.sh and marked CouchDB as updateable in the JSON metadata. Updated default OS version to 13 and improved credential file handling. Refactored the install script to use a helper for repository setup and standardized credential output.
* fix naming
2026-01-12 13:22:50 +01:00
community-scripts-pr-app[bot]
f0a291542d
Update CHANGELOG.md ( #10724 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-12 12:22:36 +00:00
CanbiZ (MickLesk)
18e1149cad
Apache Cassandra: bump to debian 13 and add update support ( #10720 )
...
* Apache Cassandra: bump to debian 13 and add update support
Bump default Cassandra version from 12 to 13 in scripts and metadata. Refactor install script to use helper functions for Java and repository setup. Implement update functionality in the control script and mark Cassandra as updateable in the JSON metadata.
* Add success message for Cassandra update
Add success message after updating Apache Cassandra.
2026-01-12 13:22:34 +01:00
CanbiZ (MickLesk)
6d05319eb3
Bump Argus to Debian 13 ( #10718 )
2026-01-12 13:22:15 +01:00
community-scripts-pr-app[bot]
7fe3a47d24
Update CHANGELOG.md ( #10723 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-12 12:22:07 +00:00
CanbiZ (MickLesk)
fac82643a8
Cockpit: Downgrade to Debian 12 Bookworm (45Drives Issue) ( #10717 )
...
* Change default var_version from 13 to 12
* Update OS version from 13 to 12 in cockpit.json
2026-01-12 13:22:01 +01:00
CanbiZ (MickLesk)
e33d4d76fe
Refactor Docker/Dockge & Bump to Debian 13 ( #10719 )
...
* Refactor Docker/Dockge & Bump to Debian 13
* Add base system update to Dockge update script
The update_script function now updates and upgrades the base system before updating Dockge. This ensures the system is up to date prior to pulling new Docker images.
* some fixes
* Apply suggestion from @tremor021
* Apply suggestion from @tremor021
---------
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com >
2026-01-12 13:21:39 +01:00
community-scripts-pr-app[bot]
d505f3df08
Update versions.json ( #10722 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-12 13:06:22 +01:00
community-scripts-pr-app[bot]
fe471daff9
Update CHANGELOG.md ( #10715 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-12 07:48:57 +00:00
CanbiZ (MickLesk)
76e7755956
Enforce non-interactive apt mode in DB setup scripts ( #10714 )
2026-01-12 08:48:36 +01:00
community-scripts-pr-app[bot]
166350d2ba
Update CHANGELOG.md ( #10713 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-12 00:16:31 +00:00
community-scripts-pr-app[bot]
75d1f6bfe4
Update versions.json ( #10712 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-12 01:16:10 +01:00
community-scripts-pr-app[bot]
b8d67c08ad
Update CHANGELOG.md ( #10710 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-11 21:42:39 +00:00
Copilot
1c1a3abefc
Fix Invoice Ninja Error 500 by restoring file ownership after artisan commands ( #10709 )
...
* Initial plan
* Fix Invoice Ninja Error 500 by ensuring proper file ownership after artisan commands
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com >
2026-01-11 22:42:19 +01:00
community-scripts-pr-app[bot]
5289dd256f
Update CHANGELOG.md ( #10707 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-11 17:07:12 +00:00
community-scripts-pr-app[bot]
674ed2c73f
Update CHANGELOG.md ( #10706 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-11 17:07:00 +00:00
Slaviša Arežina
e18a34ce63
Refactor: Infisical ( #10693 )
...
* Refactor
* Update
* Fix
2026-01-11 18:06:48 +01:00
community-scripts-pr-app[bot]
0090cb8b4b
Update CHANGELOG.md ( #10705 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-11 17:06:38 +00:00
Slaviša Arežina
b2602b83a0
Refactor ( #10697 )
2026-01-11 18:06:18 +01:00
community-scripts-pr-app[bot]
750b0a042e
Update CHANGELOG.md ( #10703 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-11 13:14:43 +00:00
Slaviša Arežina
932079a9f6
Refactor: Homer ( #10698 )
...
* Refactor
* Update
2026-01-11 14:14:19 +01:00
community-scripts-pr-app[bot]
d43899d5ad
Update versions.json ( #10702 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-11 13:05:58 +01:00
community-scripts-pr-app[bot]
b86a89e0fa
Update CHANGELOG.md ( #10696 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-11 00:17:34 +00:00
community-scripts-pr-app[bot]
bf9ceb9ce1
Update versions.json ( #10695 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-11 01:17:06 +01:00
community-scripts-pr-app[bot]
328d2c2de1
Update CHANGELOG.md ( #10692 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-10 16:26:06 +00:00
FutureCow
047dfb9c93
[Endurain] Increase default RAM from 2048 to 4096 ( #10690 )
...
* Increase default RAM from 2048 to 4096
For the new v0.16.5 2048 is not enough to build the app.
* Increase RAM allocation from 2048 to 4096
2026-01-10 17:25:46 +01:00
community-scripts-pr-app[bot]
d7fa87f349
Update versions.json ( #10688 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-10 13:06:43 +01:00
community-scripts-pr-app[bot]
93827141fc
Update CHANGELOG.md ( #10686 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-10 10:42:11 +00:00
CanbiZ (MickLesk)
3e0d0f34cc
fix(hwaccel): make beignet-opencl-icd optional for legacy Intel GPUs ( #10677 )
...
- Check if beignet-opencl-icd package is available before installation
- Package was removed in Debian 12+ and Ubuntu 22.04+
- VA-API hardware acceleration still works without OpenCL
- Prevents installation failure on systems with Intel HD 2000-5999 GPUs
2026-01-10 11:41:44 +01:00
community-scripts-pr-app[bot]
0a790bf544
Update CHANGELOG.md ( #10679 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-10 00:15:38 +00:00
community-scripts-pr-app[bot]
570563539e
Update versions.json ( #10678 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-10 01:15:15 +01:00
community-scripts-pr-app[bot]
b5ad996bb2
Update CHANGELOG.md ( #10675 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-09 20:20:13 +00:00
Tobias
d047d1aeb7
fix: setup_mariadb hangs on ( #10672 )
...
* fix: setup_mariadb hangs on
* readd: docs
2026-01-09 21:19:47 +01:00
community-scripts-pr-app[bot]
c3b5dc7c6f
Update CHANGELOG.md ( #10674 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-09 19:32:01 +00:00
Slaviša Arežina
2c1472bb58
Fixes ( #10671 )
2026-01-09 20:31:30 +01:00
community-scripts-pr-app[bot]
5b5bc11f1e
Update CHANGELOG.md ( #10666 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-09 14:19:28 +00:00
Slaviša Arežina
02bbfa5851
Fix ( #10664 )
2026-01-09 15:19:05 +01:00
community-scripts-pr-app[bot]
896e0c0257
Update versions.json ( #10661 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-09 13:06:04 +01:00
community-scripts-pr-app[bot]
9cf17ef7df
Update CHANGELOG.md ( #10660 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-09 08:07:34 +00:00
Seth Gregory
f6f0a5553b
Remove '--cpu' option from ExecStart command ( #10659 )
...
By default, the ExecStart in the system service includes the --cpu flag which forces ComfyUI to run entirely on CPU even if a GPU is present. This commit removes that flag.
2026-01-09 09:07:11 +01:00
community-scripts-pr-app[bot]
580e86114a
Update CHANGELOG.md ( #10658 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-09 00:15:31 +00:00
community-scripts-pr-app[bot]
e9bfc49049
Update versions.json ( #10657 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-09 01:15:04 +01:00
community-scripts-pr-app[bot]
4c8394d456
Update CHANGELOG.md ( #10655 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-08 19:21:40 +00:00
chinedu40
87ba164188
Fix line continuation for vlc-bin installation ( #10654 )
2026-01-08 20:21:16 +01:00
community-scripts-pr-app[bot]
d427e9d313
Update CHANGELOG.md ( #10653 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-08 14:29:15 +00:00
CanbiZ (MickLesk)
f474ea3d4a
outline: use corepack yarn module ( #10652 )
...
Removed explicit installation of yarn via NODE_MODULE and switched to enabling corepack for Yarn management. Updated yarn install commands to use --immutable instead of --frozen-lockfile for improved reliability.
2026-01-08 15:28:52 +01:00
community-scripts-pr-app[bot]
77f69321f8
Update CHANGELOG.md ( #10651 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-08 14:11:24 +00:00
CanbiZ (MickLesk)
1681033e39
Remove unnecessary quotes from variable expansions in VM scripts ( #10649 )
2026-01-08 15:10:57 +01:00
community-scripts-pr-app[bot]
741560b457
Update CHANGELOG.md ( #10650 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-08 14:09:07 +00:00
Slaviša Arežina
422a01b0a5
Fix ( #10634 )
2026-01-08 15:08:34 +01:00
community-scripts-pr-app[bot]
2de935c549
Update .app files ( #10647 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-08 15:06:59 +01:00
community-scripts-pr-app[bot]
c6176b1706
Update CHANGELOG.md ( #10648 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-08 13:58:39 +00:00
community-scripts-pr-app[bot]
098dcdb2dc
Update CHANGELOG.md ( #10646 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-08 13:58:23 +00:00
community-scripts-pr-app[bot]
5ecfc2f666
Update date in json ( #10645 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-08 13:58:15 +00:00
push-app-to-main[bot]
cddae63c63
GWN-Manager ( #10642 )
...
* Add gwn-manager (ct)
* Update gwn-manager.sh
* Update gwn-manager-install.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 >
2026-01-08 14:57:56 +01:00
community-scripts-pr-app[bot]
64db3d3621
Update CHANGELOG.md ( #10644 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-08 13:01:14 +00:00
Slaviša Arežina
468b5fbc38
deCONZ: Bump to Trixie base ( #10643 )
...
* Bump to Trixie
* Update
* Update
2026-01-08 14:00:48 +01:00
community-scripts-pr-app[bot]
8d973aa20e
Update versions.json ( #10641 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-08 13:07:03 +01:00
community-scripts-pr-app[bot]
74e4373e0f
Update CHANGELOG.md ( #10638 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-08 06:22:54 +00:00
Slaviša Arežina
1530256970
Update environment variables in tianji-install.sh ( #10633 )
2026-01-08 07:22:27 +01:00
community-scripts-pr-app[bot]
69f4514205
Update CHANGELOG.md ( #10637 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-08 00:16:07 +00:00
community-scripts-pr-app[bot]
0d53c728ce
Update versions.json ( #10636 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-08 01:15:42 +01:00
community-scripts-pr-app[bot]
a3ec950796
Update CHANGELOG.md ( #10631 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-07 19:40:41 +00:00
CanbiZ (MickLesk)
f4ee9a2e25
pve-scripts-local: fix missing exit in update ( #10630 )
...
Removed unnecessary blank lines and added exit command.
2026-01-07 20:40:16 +01:00
community-scripts-pr-app[bot]
0d56be1192
Update CHANGELOG.md ( #10627 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-07 16:02:18 +00:00
Joerg Heinemann
a68a2607ea
Upgrade ESPHome LXC to Debian 13 ( #10624 )
...
* Update default version from 12 to 13
Upgrade ESPHome to Debian 13
* Change apt-get to apt for installing git
Upgrade ESPHome to Debian 13
* Update version from 12 to 13 in esphome.json
Upgrade ESPHome to Debian 13
2026-01-07 17:01:56 +01:00
community-scripts-pr-app[bot]
8a40df3308
Update versions.json ( #10623 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-07 13:06:39 +01:00
community-scripts-pr-app[bot]
5ca27336e9
Update CHANGELOG.md ( #10622 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-07 10:02:29 +00:00
maiux
9dcdc4bf37
Modify Debian sources list for trixie updates ( #10505 )
2026-01-07 11:02:05 +01:00
community-scripts-pr-app[bot]
f4d136fcdd
Update CHANGELOG.md ( #10619 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-07 07:49:34 +00:00
Slaviša Arežina
e4c382e42c
Fix fetch method ( #10608 )
2026-01-07 08:49:12 +01:00
community-scripts-pr-app[bot]
d056a0877a
Update CHANGELOG.md ( #10617 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-07 00:13:13 +00:00
community-scripts-pr-app[bot]
16dbd4a3c3
Update versions.json ( #10616 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-07 01:12:46 +01:00
community-scripts-pr-app[bot]
18ac9b69af
Update CHANGELOG.md ( #10615 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-06 21:58:31 +00:00
community-scripts-pr-app[bot]
ffdd7fd96e
Update CHANGELOG.md ( #10614 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-06 21:58:07 +00:00
Slaviša Arežina
16f34e9bd0
Refactor ( #10573 )
2026-01-06 22:58:04 +01:00
Tobias
08d67aa722
chore: fix update msg ( #10593 )
2026-01-06 22:57:40 +01:00
community-scripts-pr-app[bot]
cf4fa97843
Update CHANGELOG.md ( #10613 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-06 21:56:52 +00:00
Slaviša Arežina
b97eb0236d
Update ( #10607 )
2026-01-06 22:56:30 +01:00
community-scripts-pr-app[bot]
aa69c7d136
Update CHANGELOG.md ( #10612 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-06 21:44:52 +00:00
Slaviša Arežina
6fccb76e1a
Refactor: Dispatcharr ( #10599 )
...
* Refactor
* Oops
* add new deps
* fix: add new deps
---------
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-01-06 22:44:27 +01:00
CanbiZ (MickLesk)
ee3f9c0bae
fix(hwaccel): Fix Intel GitHub package patterns and dependencies ( #10611 )
...
- libigdgmm12: Fetch from intel/compute-runtime (not gmmlib which has no releases)
- intel-igc-core-2: Correct pattern with -2 suffix
- intel-igc-opencl-2: Correct pattern with -2 suffix
- libze-intel-gpu1: Correct package name (was intel-level-zero-gpu)
- Remove libigdgmm12 from apt install (already fetched from GitHub)
- Only fetch GitHub packages for Trixie/Sid (Bookworm uses repos)
Verified all patterns against actual GitHub release assets.
2026-01-06 20:43:07 +01:00
MickLesk
a55dee3391
Merge branch 'main' of https://github.com/community-scripts/ProxmoxVE
2026-01-06 20:32:24 +01:00
MickLesk
02fd6f2993
fix(hwaccel): Fix critical bash arithmetic exit code issues
...
- Fix ((gpu_count++)) returning exit code 1 when count=0
- Fix ((failed_modules++)) same issue in setup_nodejs
- Add || true to all arithmetic increments starting from 0
- Export ENABLE_GPU from build.func to container
- Check ENABLE_GPU instead of var_gpu in setup_hwaccel
The bash arithmetic expansion ((0)) and ((x++)) when x=0
returns exit code 1, which causes immediate script abort
when set -e is active.
2026-01-06 20:32:15 +01:00
community-scripts-pr-app[bot]
a8886de396
Update CHANGELOG.md ( #10609 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-06 19:18:58 +00:00
Eugéne Roux
903e8cc92a
Update clean-lxcs.sh to support Red Hat compatible distros ( #10583 )
2026-01-06 20:18:37 +01:00
MickLesk
0d9e3c56e0
export gpu for hwaccel
2026-01-06 20:15:22 +01:00
community-scripts-pr-app[bot]
769796ca54
Update .app files ( #10605 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-06 19:43:03 +01:00
community-scripts-pr-app[bot]
79bda2fd7c
Update CHANGELOG.md ( #10606 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-06 18:40:24 +00:00
community-scripts-pr-app[bot]
37565a4f74
Update CHANGELOG.md ( #10604 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-06 18:40:02 +00:00
community-scripts-pr-app[bot]
227a42b626
Update date in json ( #10603 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-06 18:39:57 +00:00
push-app-to-main[bot]
8f4591255a
Sportarr ( #10600 )
...
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-06 19:39:40 +01:00
community-scripts-pr-app[bot]
24d1c4a30a
Update CHANGELOG.md ( #10602 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-06 18:32:07 +00:00
CanbiZ (MickLesk)
d432d98723
iptag: fix syntax error in VM config file parsing ( #10598 )
...
* fix(iptag): Fix syntax error in VM config file parsing
The array assignment was using an invalid pipe construct inside the loop:
vmids+=("${conf##*/}" | sed 's/\.conf$//')
This caused a bash syntax error:
syntax error near unexpected token '2'
Fixed by using:
- shopt -s nullglob to handle empty directories gracefully
- Parameter expansion ${filename%.conf} instead of sed pipe
Fixes #10595
* fix(iptag): Fix syntax error in VM config file parsing
The array assignment was using an invalid pipe construct inside the loop:
vmids+=("${conf##*/}" | sed 's/\.conf$//')
This caused a bash syntax error:
syntax error near unexpected token '2'
Fixed by using parameter expansion ${basename%.conf} instead of sed pipe.
Fixes #10595
2026-01-06 19:31:45 +01:00
community-scripts-pr-app[bot]
3f608cd7ea
Update CHANGELOG.md ( #10601 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-06 18:27:29 +00:00
CanbiZ (MickLesk)
392a6696ba
feat(hwaccel): Complete rewrite of GPU hardware acceleration support ( #10597 )
2026-01-06 19:27:04 +01:00
Tobias
0e8341cb86
fix: shellcheck changes ( #10591 )
2026-01-06 13:45:03 +01:00
community-scripts-pr-app[bot]
6e74b20150
Update CHANGELOG.md ( #10590 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-06 12:28:33 +00:00
Tobias
c1fe8b91b4
chore: bump copyright to 2026 - happy new year ( #10585 )
...
* chore: bump copyright to 2026 - happy new year
* fix
* meilisearch fix source url
* livebook: fix space
* fix source cmd
* fix source cmd
2026-01-06 13:28:12 +01:00
community-scripts-pr-app[bot]
47447d18b3
Update CHANGELOG.md ( #10589 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-06 12:27:50 +00:00
Tobias
78b1ea636a
re-add shellcheck exclusions ( #10586 )
2026-01-06 13:27:23 +01:00
community-scripts-pr-app[bot]
949d0abca7
Update versions.json ( #10587 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-06 13:06:21 +01:00
community-scripts-pr-app[bot]
eb26fc7de4
Update CHANGELOG.md ( #10584 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-06 10:59:51 +00:00
Slaviša Arežina
2fddfdd7ea
Fix ( #10578 )
2026-01-06 11:59:26 +01:00
community-scripts-pr-app[bot]
65063f9f5f
Update CHANGELOG.md ( #10577 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-06 00:14:46 +00:00
community-scripts-pr-app[bot]
467fba7d0e
Update versions.json ( #10576 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-06 01:14:23 +01:00
community-scripts-pr-app[bot]
9d7ec0e91a
Update CHANGELOG.md ( #10575 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-05 20:55:14 +00:00
Slaviša Arežina
91ce09982c
Refactor ( #10552 )
2026-01-05 21:54:52 +01:00
community-scripts-pr-app[bot]
337fa761fe
Update CHANGELOG.md ( #10570 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-05 17:06:00 +00:00
Joerg Heinemann
22643791ec
Upgrade Wazuh LXC Container to Debian 13 ( #10551 )
...
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-01-05 18:05:32 +01:00
community-scripts-pr-app[bot]
312454fa68
Update CHANGELOG.md ( #10569 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-05 17:03:27 +00:00
CanbiZ (MickLesk)
a761c05fc5
Harden setup_hwaccel for old Intel GPUs ( #10556 )
2026-01-05 18:03:02 +01:00
community-scripts-pr-app[bot]
0eccb274d5
Update CHANGELOG.md ( #10566 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-05 14:35:09 +00:00
CanbiZ (MickLesk)
91234cc835
reitti: add postgis extension to PostgreSQL DB setup ( #10555 )
...
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-01-05 15:34:47 +01:00
community-scripts-pr-app[bot]
8bbbdf4c41
Update CHANGELOG.md ( #10565 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-05 14:29:22 +00:00
CanbiZ (MickLesk)
c4b9cd465a
openWRT: separate disk attachment and resizing in VM setup ( #10557 )
2026-01-05 15:28:54 +01:00
community-scripts-pr-app[bot]
7ef1dd7111
Update CHANGELOG.md ( #10563 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-05 14:24:28 +00:00
community-scripts-pr-app[bot]
28a68384c1
Update CHANGELOG.md ( #10562 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-05 14:24:11 +00:00
CanbiZ (MickLesk)
3a35cc8282
Refactor: IP-Tag ( #10558 )
2026-01-05 15:23:58 +01:00
community-scripts-pr-app[bot]
0e2bbc2733
Update CHANGELOG.md ( #10561 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-05 14:23:42 +00:00
CanbiZ (MickLesk)
b1b0f47eaa
Set TMPDIR for pip to use disk during install ( #10559 )
2026-01-05 15:23:20 +01:00
community-scripts-pr-app[bot]
32927d903e
Update versions.json ( #10553 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-05 13:07:43 +01:00
community-scripts-pr-app[bot]
66808d03a8
Update CHANGELOG.md ( #10550 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-05 08:44:36 +00:00
Joerg Heinemann
b59e04fa94
Upgrade evcc LXC to Debian 13 ( #10548 )
2026-01-05 09:44:15 +01:00
community-scripts-pr-app[bot]
cc1117db5d
Update CHANGELOG.md ( #10545 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-05 00:15:27 +00:00
community-scripts-pr-app[bot]
a1005795fc
Update versions.json ( #10544 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-05 01:15:01 +01:00
community-scripts-pr-app[bot]
4f2fb3c6cc
Update CHANGELOG.md ( #10542 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-04 22:11:53 +00:00
Rémi Bédard-Couture
cd8991875b
Export IPV6_METHOD to trigger verb_ip6() function ( #10538 )
2026-01-04 23:11:29 +01:00
community-scripts-pr-app[bot]
c6a2548f10
Update CHANGELOG.md ( #10541 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-04 22:09:31 +00:00
Slaviša Arežina
ad22b8ddd4
Update config_path in prowlarr.json ( #10504 )
2026-01-04 23:09:08 +01:00
community-scripts-pr-app[bot]
03f805e54b
Update CHANGELOG.md ( #10540 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-04 22:08:09 +00:00
Slaviša Arežina
5f67c385b8
PocketID: Update PocketID for 2.x ( #10506 )
...
* Update PocketID for 2.x
* Update env var
2026-01-04 23:07:44 +01:00
community-scripts-pr-app[bot]
eeb4c0a860
Update CHANGELOG.md ( #10539 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-04 22:07:17 +00:00
Tobias
266a23d319
fix: reitti: nginx ( #10511 )
...
* fix: reitti: nginx
* fix: reitti: nginx
2026-01-04 23:06:56 +01:00
community-scripts-pr-app[bot]
7cafd046ca
Update CHANGELOG.md ( #10537 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-04 22:06:20 +00:00
Slaviša Arežina
41c8c4ce0b
Refactor ( #10518 )
2026-01-04 23:05:51 +01:00
community-scripts-pr-app[bot]
a4f62116c9
Update CHANGELOG.md ( #10536 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-04 22:04:11 +00:00
CanbiZ (MickLesk)
3cd02aac77
MagicMirror: bump to nodejs 24 ( #10534 )
2026-01-04 23:03:45 +01:00
community-scripts-pr-app[bot]
aebb4c3a55
Update CHANGELOG.md ( #10531 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-04 19:51:06 +00:00
community-scripts-pr-app[bot]
a30c6fc3a9
Update CHANGELOG.md ( #10530 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-04 19:50:57 +00:00
Slaviša Arežina
dbe2c553fe
Refactor ( #10517 )
2026-01-04 20:50:43 +01:00
community-scripts-pr-app[bot]
195f073ea3
Update CHANGELOG.md ( #10529 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-04 19:50:35 +00:00
Slaviša Arežina
57d43f1a94
Refactor ( #10516 )
2026-01-04 20:50:07 +01:00
community-scripts-pr-app[bot]
11dced98c2
Update CHANGELOG.md ( #10527 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-04 17:33:34 +00:00
Slaviša Arežina
d025bf1cf6
Refactor ( #10519 )
2026-01-04 18:33:09 +01:00
community-scripts-pr-app[bot]
7cd1546135
Update versions.json ( #10526 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-04 13:05:53 +01:00
community-scripts-pr-app[bot]
64e8aaab03
Update CHANGELOG.md ( #10513 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-04 00:15:54 +00:00
community-scripts-pr-app[bot]
7c3e338aae
Update versions.json ( #10512 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-04 01:15:34 +01:00
community-scripts-pr-app[bot]
f6eab1c6a0
Update CHANGELOG.md ( #10510 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-03 15:18:18 +00:00
Slaviša Arežina
254ea64c99
Preserve log files ( #10509 )
2026-01-03 16:17:53 +01:00
community-scripts-pr-app[bot]
e02023a2fc
Update versions.json ( #10507 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-03 13:05:48 +01:00
community-scripts-pr-app[bot]
3befc843c1
Update CHANGELOG.md ( #10503 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-03 09:39:41 +00:00
community-scripts-pr-app[bot]
7a88f38789
Update CHANGELOG.md ( #10502 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-03 09:39:33 +00:00
Slaviša Arežina
d8788bd935
Update Wireguard notes URL to the new link ( #10496 )
2026-01-03 10:39:16 +01:00
community-scripts-pr-app[bot]
a5f4ab4c71
Update CHANGELOG.md ( #10501 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-03 09:39:08 +00:00
community-scripts-pr-app[bot]
de1bc809eb
Update CHANGELOG.md ( #10500 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-03 09:38:53 +00:00
AZFAR AZMAN
09899b2824
Fix ownership and permissions for InvoiceNinja setup ( #10298 )
...
Updated ownership and permissions for InvoiceNinja directories.
2026-01-03 10:38:43 +01:00
community-scripts-pr-app[bot]
1739745aca
Update CHANGELOG.md ( #10499 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-03 09:38:31 +00:00
Slaviša Arežina
450c116723
Update database credentials message format ( #10497 )
2026-01-03 10:38:05 +01:00
community-scripts-pr-app[bot]
e93e87b0bc
Update CHANGELOG.md ( #10495 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-03 08:54:08 +00:00
Ilya Semenov
136e3f0405
Fix headscale Caddyfile to pass non-API URLs ( #10493 )
2026-01-03 09:53:46 +01:00
community-scripts-pr-app[bot]
bf1b43ecf5
Update CHANGELOG.md ( #10490 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-03 00:13:54 +00:00
community-scripts-pr-app[bot]
7d3437d4b3
Update versions.json ( #10489 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-03 01:13:26 +01:00
community-scripts-pr-app[bot]
12599f359f
Update CHANGELOG.md ( #10487 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-02 20:21:27 +00:00
Copilot
8c0fda523e
Fix Intel Level Zero package conflict on Debian 13 ( #10467 )
...
* Initial plan
* Fix Intel Level Zero package conflict on Debian 13
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com >
* Add numeric validation for VERSION_ID comparison
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com >
* Use existing get_os_info and is_debian functions
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com >
2026-01-02 21:21:06 +01:00
community-scripts-pr-app[bot]
eb9cee4fab
Update versions.json ( #10480 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-02 13:06:07 +01:00
community-scripts-pr-app[bot]
f464d9d4cb
Update CHANGELOG.md ( #10477 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-02 09:05:04 +00:00
Joel Shprentz
6faef00835
Extend guidance for changing the immich upload location for #10447 ( #10475 )
2026-01-02 10:04:43 +01:00
community-scripts-pr-app[bot]
df5cc68ea1
Update CHANGELOG.md ( #10474 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-02 00:14:43 +00:00
community-scripts-pr-app[bot]
cd2acd93cd
Update versions.json ( #10473 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-02 01:14:21 +01:00
community-scripts-pr-app[bot]
b208b2a20d
Update CHANGELOG.md ( #10471 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-01 22:54:14 +00:00
Copilot
ca5cd83c40
Fix MariaDB runtime directory persistence on container reboot ( #10468 )
...
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com >
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-01-01 23:53:53 +01:00
community-scripts-pr-app[bot]
12767b4ffa
Update CHANGELOG.md ( #10470 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-01 22:43:43 +00:00
Gabriel David Pragin
ded7da536d
fix(sabnzbd): update script now migrates old service files to use venv Python ( #10466 )
...
- Separates venv creation from service file migration logic
- Always checks and fixes service file if it uses system python3
- Fixes installations that have venv but wrong service file path
- Ensures all users running update script get automatic migration
- Idempotent: safe to run multiple times
This applies the same fix from PR #10459 (Bazarr) to SABnzbd, which has
the identical bug pattern where service file migration was locked behind
a venv existence check.
Related: #7332 , #10459
2026-01-01 23:43:20 +01:00
community-scripts-pr-app[bot]
e351925119
Update CHANGELOG.md ( #10463 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-01 18:10:02 +00:00
Karlito83
2ccbf11741
fix #10453 broken update ( #10456 )
...
Co-authored-by: Ronny Marx <r0mx@mailbox.org >
2026-01-01 19:09:43 +01:00
Gabriel David Pragin
53a2635240
fix(bazarr): update script now migrates old service files to use venv Python ( #10459 )
...
- Separates venv creation from service file migration logic
- Always checks and fixes service file if it uses /usr/bin/python3
- Fixes installations created before October 28, 2025 that upgraded to Debian 13
- Ensures all users running update script get automatic migration
- Idempotent: safe to run multiple times
Resolves issue where Bazarr fails to start on Debian 13 with 'externally-managed-environment' error for installations created before the October 28, 2025 fix (commit 909dbc20c ).
Related: #7332
2026-01-01 19:09:19 +01:00
community-scripts-pr-app[bot]
1f5191c071
Update versions.json ( #10460 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-01 13:06:13 +01:00
community-scripts-pr-app[bot]
9b7cfcff73
Update CHANGELOG.md ( #10455 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-01 00:17:41 +00:00
community-scripts-pr-app[bot]
b7e2706eff
Update versions.json ( #10454 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-01 01:17:16 +01:00
community-scripts-pr-app[bot]
2d859aba23
Update CHANGELOG.md ( #10452 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-31 19:10:08 +00:00
Copilot
76f20024f3
Increase BentoPDF RAM requirement from 2GB to 4GB ( #10449 )
...
* Initial plan
* Increase BentoPDF RAM requirement from 2GB to 4GB
- Update var_ram from 2048 to 4096 in ct/bentopdf.sh
- Update ram from 2048 to 4096 in frontend/public/json/bentopdf.json
- Fixes out-of-memory crashes during installation and updates
- Build process requires more memory than previously allocated
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com >
* Bump ConvertX to Debian 13 (#10450 )
---------
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-31 20:09:43 +01:00
community-scripts-pr-app[bot]
bf35ad0d21
Update versions.json ( #10443 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-31 13:05:49 +01:00
community-scripts-pr-app[bot]
8bac0e66f4
Update CHANGELOG.md ( #10442 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-31 08:51:13 +00:00
Brett Lyons
72a7777328
fix(wazuh): add LXC rootcheck exclusion to prevent false positives ( #10436 )
2025-12-31 09:50:46 +01:00
community-scripts-pr-app[bot]
8dbc4161c7
Update CHANGELOG.md ( #10441 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-31 08:46:47 +00:00
Fraser McGlinn
49f92e1cf4
fix(swizzin): Use HTTPS and add curl error handling ( #10440 )
...
- Add https:// to s5n.sh URL to ensure secure connection
- Add -f flag to fail on HTTP errors instead of piping error pages to bash
- Add -S flag to show errors even in silent mode
Without -f, if the server returns an error page (4xx/5xx), curl would
pipe that HTML content to bash, causing unexpected behavior.
2025-12-31 09:46:24 +01:00
community-scripts-pr-app[bot]
0fba391aa6
Update CHANGELOG.md ( #10439 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-31 00:15:08 +00:00
community-scripts-pr-app[bot]
fd60467db9
Update versions.json ( #10438 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-31 01:14:48 +01:00
community-scripts-pr-app[bot]
8ea1ec247e
Update CHANGELOG.md ( #10433 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-30 16:37:29 +00:00
iLikeToCode
08eded6e37
Unlink default nginx config ( #10432 )
...
Unlinking the nginx default config means zammad will respond on all addresses, as it should when running in a dedicated container.
2025-12-30 17:37:08 +01:00
community-scripts-pr-app[bot]
e9b22f04ab
Update CHANGELOG.md ( #10430 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-30 13:59:21 +00:00
CanbiZ (MickLesk)
eb5a1cb9f7
Remove: GoAway ( #10429 )
2025-12-30 14:59:00 +01:00
community-scripts-pr-app[bot]
f4ceff8d8e
Update versions.json ( #10426 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-30 13:06:15 +01:00
community-scripts-pr-app[bot]
4e988a7d60
Update CHANGELOG.md ( #10424 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-30 07:31:42 +00:00
Slaviša Arežina
8839ad5127
Refactor ( #10421 )
2025-12-30 08:31:20 +01:00
community-scripts-pr-app[bot]
784e4171ce
Update CHANGELOG.md ( #10423 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-30 00:14:18 +00:00
community-scripts-pr-app[bot]
cb4ab231b9
Update versions.json ( #10422 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-30 01:13:53 +01:00
community-scripts-pr-app[bot]
95cb440b2e
Update CHANGELOG.md ( #10420 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-29 19:40:56 +00:00
CanbiZ (MickLesk)
e4eea7a6ae
syncthing: check for deb822 source ( #10414 )
2025-12-29 20:40:33 +01:00
CanbiZ (MickLesk)
2cc54fdbdf
speedtest-tracker: add external IP URL and internet check hostname in .env ( #10078 )
2025-12-29 20:40:20 +01:00
community-scripts-pr-app[bot]
86069a1663
Update CHANGELOG.md ( #10419 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-29 19:38:36 +00:00
CanbiZ (MickLesk)
78b4f44447
fix(pelican-panel): prevent composer superuser prompt ( #10418 )
2025-12-29 20:38:10 +01:00
CanbiZ
62ca1552a8
fix cleanup &>/dev/null
2025-12-29 16:10:33 +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
community-scripts-pr-app[bot]
0cefe4c5c5
Update versions.json ( #10410 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-29 13:07:02 +01:00
community-scripts-pr-app[bot]
57295c31ab
Update CHANGELOG.md ( #10408 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-29 08:35:59 +00:00
Casey Jones
5a43b901b5
add libmfx-gen1.2 for intel gpu hwaccel ( #10400 )
...
Co-authored-by: Casey Jones <jonescaseyb@gmail.com >
2025-12-29 09:35:35 +01:00
community-scripts-pr-app[bot]
f7d013287b
Update CHANGELOG.md ( #10405 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-29 00:16:26 +00:00
community-scripts-pr-app[bot]
6b1a7228d3
Update versions.json ( #10404 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-29 01:16:02 +01:00
community-scripts-pr-app[bot]
9667c7a17e
Update CHANGELOG.md ( #10403 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-28 23:39:13 +00:00
CanbiZ (MickLesk)
b4a25160e4
Linkwarden: enable Corepack and prepare Yarn v4 before running yarn ( #10390 )
2025-12-29 00:38:46 +01:00
community-scripts-pr-app[bot]
547043e842
Update CHANGELOG.md ( #10402 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-28 23:38:27 +00:00
CanbiZ (MickLesk)
1d278f53f6
fix(metube): use pnpm + corepack for frontend build ( #10392 )
2025-12-29 00:38:05 +01:00
community-scripts-pr-app[bot]
a471006c3d
Update .app files ( #10396 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2025-12-28 21:34:07 +01:00
community-scripts-pr-app[bot]
7b08f8d8a2
Update CHANGELOG.md ( #10397 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-28 20:30:27 +00:00
community-scripts-pr-app[bot]
cc8bb3ec9f
Update CHANGELOG.md ( #10395 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-28 20:30:11 +00:00
community-scripts-pr-app[bot]
8c02a1023f
Update date in json ( #10394 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2025-12-28 20:30:06 +00: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
community-scripts-pr-app[bot]
bef77dde87
Update CHANGELOG.md ( #10389 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-28 19:21:38 +00:00
durzo
59a752a6ab
Fix mongodb update logic ( #10388 )
...
* Fix mongodb update logic
* Simplify MongoDB installation check
---------
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com >
2025-12-28 20:21:16 +01:00
community-scripts-pr-app[bot]
99a7f30b06
Update .app files ( #10386 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2025-12-28 18:30:20 +01:00
community-scripts-pr-app[bot]
a1586a748d
Update CHANGELOG.md ( #10385 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-28 17:02:09 +00:00
durzo
9a5d121910
fix pulse downloading incorrect tarball ( #10383 )
2025-12-28 18:01:46 +01:00
community-scripts-pr-app[bot]
dfb4e00550
Update versions.json ( #10382 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-28 13:06:22 +01:00
community-scripts-pr-app[bot]
d095da7949
Update CHANGELOG.md ( #10381 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-28 09:33:35 +00:00
michaelb
73c626bd3c
Updated Frontend Debian and Ubuntu VM notes so links can be copied quickly. ( #10379 )
...
* Refactor code structure for improved readability and maintainability
* Revert "Refactor code structure for improved readability and maintainability"
This reverts commit 17389aeb34 .
* Changed Frontend Debian and Ubuntu VM discusson links so they can be copied quickly.
2025-12-28 10:33:14 +01:00
community-scripts-pr-app[bot]
7bfb9447b2
Update CHANGELOG.md ( #10380 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-28 08:04:28 +00:00
James Polley
8526a25541
Set default LANG in locale configuration ( #9440 ) ( #10378 )
...
Ensures LANG is set to en_US.UTF-8 by default if not already defined before updating /etc/locale.gen.
Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com >
2025-12-28 09:04:05 +01:00
community-scripts-pr-app[bot]
5671d554f1
Update CHANGELOG.md ( #10375 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-28 00:16:34 +00:00
community-scripts-pr-app[bot]
1962eb3d5b
Update versions.json ( #10374 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-28 01:16:13 +01:00
community-scripts-pr-app[bot]
2f7c54b827
Update CHANGELOG.md ( #10372 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-27 21:02:23 +00:00
community-scripts-pr-app[bot]
e912ef1e7d
Update CHANGELOG.md ( #10371 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-27 21:02:05 +00:00
community-scripts-pr-app[bot]
6251b24eff
Update date in json ( #10370 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2025-12-27 21:01:58 +00:00
push-app-to-main[bot]
6fa0d47ff2
nextcloud-exporter ( #10314 )
...
* Add nextcloud-exporter (addon)
* rename
---------
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 >
2025-12-27 22:01:41 +01:00
community-scripts-pr-app[bot]
1cab60ac6a
Update CHANGELOG.md ( #10369 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-27 20:55:31 +00:00
Slaviša Arežina
0e89a65597
Fix need for verbose ( #10368 )
2025-12-27 21:55:06 +01:00
community-scripts-pr-app[bot]
183b92dc4b
Update versions.json ( #10363 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-27 13:06:32 +01:00
community-scripts-pr-app[bot]
375076d294
Update CHANGELOG.md ( #10361 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-27 09:17:51 +00:00
durzo
9582910787
Fix build for 2.13.5 ( #10340 )
2025-12-27 10:17:30 +01:00
community-scripts-pr-app[bot]
046e50778c
Update CHANGELOG.md ( #10360 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-27 09:01:09 +00:00
Slaviša Arežina
1d34ecc981
Database cred fixes ( #10359 )
2025-12-27 10:00:41 +01:00
community-scripts-pr-app[bot]
c62b78f34b
Update CHANGELOG.md ( #10357 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-27 00:14:40 +00:00
community-scripts-pr-app[bot]
fcfb4e9f4b
Update versions.json ( #10356 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-27 01:14:17 +01:00
community-scripts-pr-app[bot]
a25a469177
Update CHANGELOG.md ( #10354 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-26 18:59:02 +00: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
community-scripts-pr-app[bot]
023a6e54a4
Update CHANGELOG.md ( #10353 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-26 18:58:11 +00:00
CanbiZ (MickLesk)
bbc326ec23
fix(hyperion): increase disk to 4GB and fix /root/. path error ( #10349 )
2025-12-26 19:57:49 +01:00
community-scripts-pr-app[bot]
3dfd7e5fc3
Update CHANGELOG.md ( #10345 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-26 16:56:16 +00:00
Tobias
59ee3b0836
fix: zoraxy: category ( #10344 )
2025-12-26 17:55:55 +01:00
community-scripts-pr-app[bot]
84d3a2a478
Update versions.json ( #10339 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-26 13:06:47 +01:00
community-scripts-pr-app[bot]
a50af10a85
Update CHANGELOG.md ( #10337 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-26 08:59:27 +00:00
Parker Shankin-Clarke
5aa1db077b
categorize valkey as database ( #10331 )
2025-12-26 09:58:54 +01:00
community-scripts-pr-app[bot]
45b3d2d1cc
Update CHANGELOG.md ( #10334 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-26 00:15:20 +00:00
community-scripts-pr-app[bot]
22a2696ca3
Update versions.json ( #10333 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-26 01:14:57 +01:00
community-scripts-pr-app[bot]
dedab50711
Update CHANGELOG.md ( #10329 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-25 18:40:02 +00:00
Mateusz Ż
b7bfaee6a7
fix vertical scroll on website ( #10317 )
2025-12-25 19:39:36 +01:00
community-scripts-pr-app[bot]
b618f82564
Update CHANGELOG.md ( #10326 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-25 14:22:45 +00:00
Slaviša Arežina
e6ee6e66bf
Refactor: OpenObserve ( #10279 )
2025-12-25 15:22:24 +01:00
community-scripts-pr-app[bot]
97211b41b7
Update CHANGELOG.md ( #10325 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-25 14:22:05 +00:00
community-scripts-pr-app[bot]
20a55d4543
Update CHANGELOG.md ( #10324 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-25 14:21:45 +00:00
Slaviša Arežina
0ece3263bd
Refactor: NZBGet ( #10302 )
2025-12-25 15:21:41 +01:00
community-scripts-pr-app[bot]
9f1e214bc0
Update CHANGELOG.md ( #10323 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-25 14:21:26 +00: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
community-scripts-pr-app[bot]
fa8c8ef85c
Update CHANGELOG.md ( #10322 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-25 14:18:23 +00:00
Slaviša Arežina
c769a43f62
InfluxDB: Fixes ( #10308 )
2025-12-25 15:17:56 +01:00
community-scripts-pr-app[bot]
d91753824c
Update versions.json ( #10320 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-25 13:07:38 +01:00
community-scripts-pr-app[bot]
77a3eacd21
Update CHANGELOG.md ( #10315 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-25 07:32:04 +00:00
Chris Muzyn
404e87a2e3
Increase Zot Default Memory, Recategorize ( #10311 )
2025-12-25 08:31:40 +01:00
community-scripts-pr-app[bot]
34a8ed8358
Update CHANGELOG.md ( #10313 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-25 00:14:06 +00:00
community-scripts-pr-app[bot]
f6f6815ac1
Update versions.json ( #10312 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-25 01:13:44 +01:00
community-scripts-pr-app[bot]
256a80f18f
Update CHANGELOG.md ( #10309 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-24 23:45:26 +00:00
Tobias
9613bf672a
pihole-exporter fix: unbound var ( #10307 )
2025-12-25 00:45:04 +01:00
community-scripts-pr-app[bot]
978f2a36a5
Update CHANGELOG.md ( #10301 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-24 21:39:20 +00:00
Tobias
a6d05ae5e6
fix: technitium: service migration ( #10300 )
2025-12-24 22:38:55 +01:00
community-scripts-pr-app[bot]
e6ca8a646d
Update CHANGELOG.md ( #10297 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-24 14:29:35 +00:00
community-scripts-pr-app[bot]
4e417dbdda
Update CHANGELOG.md ( #10296 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-24 14:29:18 +00: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
community-scripts-pr-app[bot]
c074d3f567
Update CHANGELOG.md ( #10295 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-24 14:28:27 +00:00
community-scripts-pr-app[bot]
12037c8468
Update CHANGELOG.md ( #10294 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-24 14:28:05 +00:00
Slaviša Arežina
1a5c7680ee
Refactor ( #10276 )
2025-12-24 15:28:00 +01:00
community-scripts-pr-app[bot]
2934b10415
Update CHANGELOG.md ( #10293 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-24 14:27:44 +00: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
community-scripts-pr-app[bot]
9b728ee2e0
Update CHANGELOG.md ( #10292 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-24 14:25:03 +00:00
Slaviša Arežina
bf51483235
Refactor ( #10280 )
2025-12-24 15:24:42 +01:00
community-scripts-pr-app[bot]
f1fc6b0298
Update CHANGELOG.md ( #10291 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-24 13:23:40 +00:00
community-scripts-pr-app[bot]
4a878169be
Update CHANGELOG.md ( #10290 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-24 13:23:23 +00:00
CanbiZ (MickLesk)
f1c6f573aa
fix(build): correct local template discovery and simplify pattern logic ( #10282 )
2025-12-24 14:23:10 +01:00
community-scripts-pr-app[bot]
920a170c1e
Update CHANGELOG.md ( #10289 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-24 13:22:59 +00:00
Slaviša Arežina
63e883f9ea
Refactir ( #10241 )
2025-12-24 14:22:49 +01:00
community-scripts-pr-app[bot]
733821bfce
Update CHANGELOG.md ( #10288 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-24 13:22:38 +00:00
Slaviša Arežina
7a44080eda
Pocketbase: Add note for superuser account creation ( #10245 )
2025-12-24 14:22:33 +01:00
Slaviša Arežina
5730506c03
Refactor ( #10256 )
2025-12-24 14:22:18 +01:00
community-scripts-pr-app[bot]
ba06d13598
Update CHANGELOG.md ( #10287 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-24 13:22:05 +00:00
Slaviša Arežina
c0f4ac5750
Refactor ( #10258 )
2025-12-24 14:21:58 +01:00
community-scripts-pr-app[bot]
36391bfc1e
Update CHANGELOG.md ( #10286 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-24 13:21:45 +00:00
Slaviša Arežina
509ea946a6
Refactor ( #10259 )
2025-12-24 14:21:41 +01:00
community-scripts-pr-app[bot]
489b78aaf3
Update CHANGELOG.md ( #10285 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-24 13:21:27 +00: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
community-scripts-pr-app[bot]
69f81cec04
Update versions.json ( #10283 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-24 13:06:24 +01:00
community-scripts-pr-app[bot]
cca6521b62
Update CHANGELOG.md ( #10273 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-24 08:26:20 +00:00
Uncloak2
0cd82a058c
Update recyclarr-install.sh ( #10272 )
2025-12-24 09:25:52 +01:00
community-scripts-pr-app[bot]
0d3e872c7c
Update CHANGELOG.md ( #10271 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-24 00:14:23 +00:00
community-scripts-pr-app[bot]
97f74fd9dd
Update versions.json ( #10270 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-24 01:14:03 +01:00
community-scripts-pr-app[bot]
42f32804ba
Update CHANGELOG.md ( #10269 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-23 23:00:55 +00:00
Slaviša Arežina
b6026af8f7
Fixes ( #10261 )
2025-12-24 00:00:35 +01:00
community-scripts-pr-app[bot]
5dc05ce79f
Update CHANGELOG.md ( #10268 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-23 22:58:58 +00:00
Slaviša Arežina
85d5693e1a
Refactor ( #10255 )
2025-12-23 23:58:37 +01:00
community-scripts-pr-app[bot]
8e8ae9d992
Update CHANGELOG.md ( #10267 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-23 22:41:02 +00:00
Slaviša Arežina
4da54f1593
Small improvement ( #10254 )
2025-12-23 23:40:41 +01:00
community-scripts-pr-app[bot]
d6ef21c077
Update CHANGELOG.md ( #10265 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-23 21:32:21 +00:00
community-scripts-pr-app[bot]
92ff5f60ff
Update CHANGELOG.md ( #10264 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-23 21:32:12 +00:00
Copilot
3953fa1e25
Fix Recyclarr page TypeError: schema mismatch in notes field ( #10253 )
...
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com >
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2025-12-23 22:32:01 +01:00
community-scripts-pr-app[bot]
2acac97417
Update CHANGELOG.md ( #10263 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-23 21:31:49 +00:00
Slaviša Arežina
6e640f8eb6
Fixes ( #10257 )
2025-12-23 22:31:27 +01:00
community-scripts-pr-app[bot]
2478aa84e8
Update CHANGELOG.md ( #10250 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-23 13:29:34 +00:00
Tobias
f02e25182b
fix: pihole-exporter: unknown function ( #10249 )
2025-12-23 14:29:13 +01:00
community-scripts-pr-app[bot]
94d12ff1aa
Update CHANGELOG.md ( #10248 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-23 13:19:27 +00:00
Slaviša Arežina
f6f4c3411c
Refactor: Beszel ( #10195 )
...
* Refactor
* Update
* Update
* Update
2025-12-23 14:19:03 +01:00
community-scripts-pr-app[bot]
e819bf69f2
Update CHANGELOG.md ( #10247 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-23 13:18:50 +00:00
Slaviša Arežina
d76150d9a3
Migrate service file to refactored installation ( #10240 )
2025-12-23 14:18:24 +01:00
community-scripts-pr-app[bot]
931dbd8c9f
Update CHANGELOG.md ( #10246 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-23 12:51:33 +00:00
Gerhard Burger
eb0486a698
Update forgejo to debian13 and fix env var ( #10242 )
2025-12-23 13:51:06 +01:00
community-scripts-pr-app[bot]
ae28705178
Update versions.json ( #10244 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-23 13:07:35 +01:00