Chris
9189b42df2
Merge branch 'main' into add-script-opencloud-1770212555
2026-02-04 21:02:43 -05:00
community-scripts-pr-app[bot]
93c52abebd
chore: update github-versions.json ( #11557 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-02-05 00:22:22 +00:00
Chris
5f31954d91
[FIX] Immich Public Proxy docs link ( #11543 )
2026-02-04 20:21:30 +01:00
community-scripts-pr-app[bot]
b025fd049c
chore: update github-versions.json ( #11544 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-02-04 18:17:43 +00:00
Chris
472439ce6e
[ADDON] Immich Public Proxy addon ( #11518 )
...
* [ADDON] Immich Public Proxy
* prompt to add Immich IP or domain
* fix path
* fix immich port
* allow localhost
* add JSON
* Update tools/addon/immich-public-proxy.sh
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
* NodeJS things
---------
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-02-04 16:19:53 +01:00
push-app-to-main[bot]
7bf9050ff5
Add opencloud (ct)
2026-02-04 13:42:38 +00:00
ls-root
27ab446926
fix(frontend): implement weighted search scoring for command menu ( #11534 )
...
* fix(frontend): implement weighted search scoring for command menu
The previous cmdk search was filtered correctly but then sorted by category
order rather than match strength. This caused "Dokpoly" to appear above
"Traefik", if you searched for Traefik, simply because its category (Containers) comes before Traefik's
category alphabetically.
- Flatten search results into a single "Search Results" group.
- Implement scoring to prioritize name matches over descriptions.
- Revert to category grouping only when the search query is empty.
* perf(frontend): optimize search logic
Limiting the results to 20 helps a lot.
2026-02-04 13:27:42 +01:00
community-scripts-pr-app[bot]
81abf70851
chore: update github-versions.json ( #11535 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-02-04 12:12:03 +00:00
push-app-to-main[bot]
e99702977c
Wishlist ( #11527 )
...
* Add wishlist (ct)
* Update wishlist.sh
* Update wishlist.json
* Update wishlist.json
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-02-04 11:00:15 +01:00
push-app-to-main[bot]
65e50542b0
writefreely ( #11524 )
...
* Add writefreely (ct)
* Create symlink for WriteFreely in /usr/local/bin
Added symbolic link for WriteFreely executable
* Fix date_created and update user creation instructions
Updated the creation date and modified user creation instructions.
* Create symlink for WriteFreely in /usr/local/bin
Added a symbolic link for the WriteFreely executable.
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: CanbiZ (MickLesk) <47820557+MickLesk@users.noreply.github.com >
2026-02-04 08:38:14 +01:00
community-scripts-pr-app[bot]
ce22e8ae8b
chore: update github-versions.json ( #11523 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-02-04 06:18:11 +00:00
community-scripts-pr-app[bot]
75e79b2100
chore: update github-versions.json ( #11519 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-02-04 00:18:53 +00:00
push-app-to-main[bot]
18f6df752f
Add wealthfolio (ct) ( #11511 )
...
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
2026-02-03 20:36:33 +01:00
community-scripts-pr-app[bot]
89e53f9245
chore: update github-versions.json ( #11509 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-02-03 18:19:52 +00:00
community-scripts-pr-app[bot]
6967029ae3
chore: update github-versions.json ( #11499 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-02-03 12:11:46 +00:00
ls-root
586a436f3d
fix(frontend): decouple table pagination from summary fetching ( #11495 )
...
Prevent the summary data from refetching unnecessarily when log pagination
changes.
- Split the data fetching into two separate useEffect hooks.
- Summary is now fetched only on mount.
- Logs refetch only when page or limit dependencies change.
- Decoupled loading states to prevent chart loading animation during log updates.
2026-02-03 12:11:03 +01:00
community-scripts-pr-app[bot]
40780edbd2
chore: update github-versions.json ( #11493 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-02-03 06:19:33 +00:00
community-scripts-pr-app[bot]
991b56d412
chore: update github-versions.json ( #11491 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-02-03 00:22:02 +00:00
community-scripts-pr-app[bot]
3d0243adb0
chore: update github-versions.json ( #11488 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-02-02 18:13:10 +00:00
ls-root
4e27213df1
feat(frontend): preview tab ( #11475 )
2026-02-02 14:43:20 +01:00
Chris
dd240c4b3c
[FIX] Scanopy: remove daemon build ( #11444 )
...
* [FIX] Scanopy: remove daemon build
- users are now to just use the UI
* update JSON
2026-02-02 13:59:16 +01:00
community-scripts-pr-app[bot]
2be8b94176
chore: update github-versions.json ( #11473 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-02-02 12:12:23 +00:00
CanbiZ (MickLesk)
be42ee40fb
Disable NPM install and update due to OpenResty SHA-1 signature issue ( #11406 ) ( #11471 )
2026-02-02 13:11:34 +01:00
community-scripts-pr-app[bot]
0773114aeb
Update date in json ( #11467 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-02-02 10:17:43 +00:00
push-app-to-main[bot]
ea264f673b
rustypaste | Alpine-rustypaste ( #11457 )
...
* Add rustypaste (ct)
* add alpine version
* modify json
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: CanbiZ (MickLesk) <47820557+MickLesk@users.noreply.github.com >
2026-02-02 11:17:26 +01:00
ls-root
742248dabd
cleanup(frontend): remove unused /category-view route ( #11461 )
2026-02-02 11:16:46 +01:00
push-app-to-main[bot]
2f907cc4e0
KitchenOwl ( #11453 )
...
* Add kitchenowl (ct)
* Remove commented line and update wsgi.py config
* Remove existing web directory before deployment
Remove the web directory before deploying the kitchenowl-web release.
* Update kitchenowl.sh
* Update kitchenowl.json
* Update kitchenowl.sh
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: CanbiZ (MickLesk) <47820557+MickLesk@users.noreply.github.com >
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-02-02 09:02:11 +01:00
community-scripts-pr-app[bot]
b1927d2678
chore: update github-versions.json ( #11452 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-02-02 06:25:21 +00:00
community-scripts-pr-app[bot]
4418ed4615
chore: update github-versions.json ( #11450 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-02-02 00:21:27 +00:00
CanbiZ (MickLesk)
627587c54b
feat(autocaliweb): migrate from GitHub to Codeberg ( #11440 )
...
- Add Codeberg API functions: codeberg_api_call, get_latest_codeberg_release, check_for_codeberg_release
- Add fetch_and_deploy_codeberg_release function for Codeberg releases
- Update autocaliweb install and update scripts to use Codeberg
- Update autocaliweb.json documentation and website URLs
2026-02-01 22:27:31 +01:00
community-scripts-pr-app[bot]
10e5f99965
chore: update github-versions.json ( #11434 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-02-01 18:07:54 +00:00
ls-root
6f171f29de
feat(frontend): implement UX refinements and syntax highlighting ( #11423 )
2026-02-01 18:23:13 +01:00
ls-root
ddbe93fdcc
feat(frontend): add contribution CTA to empty search state ( #11412 )
...
When a user searches for a script that does not exist, the CommandMenu
now displays a link to the contribution guide. This encourages community
contributions.
2026-02-01 13:23:20 +01:00
community-scripts-pr-app[bot]
54b9d8d3e8
chore: update github-versions.json ( #11415 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-02-01 12:08:56 +00:00
community-scripts-pr-app[bot]
c4116a16e9
chore: update github-versions.json ( #11407 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-02-01 06:18:57 +00:00
community-scripts-pr-app[bot]
1bad48283d
chore: update github-versions.json ( #11403 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-02-01 00:23:43 +00:00
community-scripts-pr-app[bot]
a8d25186a7
Update date in json ( #11396 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-31 23:16:19 +00:00
push-app-to-main[bot]
aab9d42322
shelfmark ( #11371 )
...
* Add shelfmark (ct)
* Apply suggestions from code review
* Apply suggestion from @vhsdream
* Update shelfmark.sh
* Update shelfmark.json
* Update shelfmark-install.sh
* Update install/shelfmark-install.sh
* Update install/shelfmark-install.sh
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: Chris <punk.sand7393@fastmail.com >
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-02-01 00:16:01 +01:00
community-scripts-pr-app[bot]
cc3d4cec6d
chore: update github-versions.json ( #11392 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-31 18:08:08 +00:00
community-scripts-pr-app[bot]
a1d6102186
chore: update github-versions.json ( #11389 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-31 12:08:47 +00:00
community-scripts-pr-app[bot]
d0b2f0a84e
chore: update github-versions.json ( #11386 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-31 06:11:25 +00:00
community-scripts-pr-app[bot]
de854c8176
chore: update github-versions.json ( #11384 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-31 00:19:42 +00:00
community-scripts-pr-app[bot]
ca5535e39f
Update date in json ( #11380 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-30 23:10:55 +00:00
push-app-to-main[bot]
539785678c
languagetool ( #11370 )
...
* Add languagetool (ct)
* Apply suggestion from @tremor021
* Apply suggestion from @tremor021
* Apply suggestion from @tremor021
* Apply suggestion from @tremor021
* Apply suggestion from @tremor021
* Update languagetool.sh
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com >
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-01-31 00:10:38 +01:00
push-app-to-main[bot]
398a5d2e34
Ampache ( #11369 )
...
* Add ampache (ct)
* less msg blocks
* Update ampache.json
* Update ampache-install.sh
* typo
* Fix PHP_VERSION and MARIADB_DB_USER syntax
* Update install/ampache-install.sh
Co-authored-by: Chris <punk.sand7393@fastmail.com >
* Update install/ampache-install.sh
Co-authored-by: Chris <punk.sand7393@fastmail.com >
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
Co-authored-by: CanbiZ (MickLesk) <47820557+MickLesk@users.noreply.github.com >
Co-authored-by: Chris <punk.sand7393@fastmail.com >
2026-01-30 23:48:51 +01:00
community-scripts-pr-app[bot]
8ced103419
chore: update github-versions.json ( #11373 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-30 18:12:20 +00:00
community-scripts-pr-app[bot]
d10b69f8af
chore: update github-versions.json ( #11365 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-30 12:10:48 +00:00
community-scripts-pr-app[bot]
715159895b
chore: update github-versions.json ( #11351 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-30 06:16:29 +00:00
community-scripts-pr-app[bot]
8dc80b2b7e
chore: update github-versions.json ( #11347 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-30 00:20:15 +00:00
community-scripts-pr-app[bot]
69e563afb5
chore: update github-versions.json ( #11341 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-29 18:13:37 +00:00