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
CanbiZ (MickLesk)
09b343d150
docs(cloudflared): update notes - remove deprecated DoH proxy info
...
- DoH proxy-dns feature deprecated by Cloudflare (Feb 2026)
- Add tunnel setup instructions instead
2026-01-29 15:59:05 +01:00
CanbiZ (MickLesk)
25ecb12060
feat(jellyfin): add logrotate instead of reducing log level ( #11326 )
2026-01-29 13:40:32 +01:00
CanbiZ (MickLesk)
44f5656a56
Alpine-Valkey ( #11320 )
2026-01-29 13:31:14 +01:00
community-scripts-pr-app[bot]
03216e05ac
chore: update github-versions.json ( #11321 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-29 12:11:17 +00:00
community-scripts-pr-app[bot]
89645dcd92
chore: update github-versions.json ( #11311 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-29 06:16:20 +00:00
community-scripts-pr-app[bot]
97138713b4
chore: update github-versions.json ( #11309 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-29 00:20:18 +00:00
community-scripts-pr-app[bot]
620bf7ee66
chore: update github-versions.json ( #11302 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-28 18:09:59 +00:00
community-scripts-pr-app[bot]
a6e7939fce
Update date in json ( #11289 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-28 15:12:03 +00:00
push-app-to-main[bot]
fd3e6196cc
Add nodecast-tv (ct) ( #11287 )
...
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
2026-01-28 16:10:52 +01:00
CanbiZ (MickLesk)
0ace1009ad
fix(frontend): wrap Tooltip in TooltipProvider
2026-01-28 14:37:29 +01:00
CanbiZ (MickLesk)
c7669c39c3
Frontend: use github-versions.json for version display ( #11281 )
...
* fix(frontend): use github-versions.json for version display
- Update AppVersion type to match new format with slug field
- Switch from versions.json to github-versions.json API
- Simplify version matching by direct slug comparison
- Remove 'Loading versions...' text - show nothing if no version found
* feat(frontend): show tooltip for pinned versions
* fix(api): add github-versions endpoint and fix legacy versions route
2026-01-28 14:29:26 +01:00
community-scripts-pr-app[bot]
f76080e9db
Update date in json ( #11280 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-28 12:57:44 +00:00
github-actions[bot]
c83076dbc4
chore: update github-versions.json ( #11278 )
...
Total versions: 224
Pinned versions: 2
Generated: 2026-01-28T12:56:09Z
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-28 13:57:22 +01:00
CanbiZ (MickLesk)
21d09cfb17
github: add GitHub-based versions.json updater ( #10021 )
...
* feat(workflow): add GitHub-based versions.json updater
Replaces newreleases.io with direct GitHub API queries.
Extracts repos from fetch_and_deploy_gh_release calls in install scripts.
Runs 2x daily (06:00 and 18:00 UTC).
* feat(workflow): extend version crawler with multiple sources
- Method 1: fetch_and_deploy_gh_release calls (direct)
- Method 2: GitHub URLs extracted from all scripts
- Method 3: VM image sources (HAOS)
- Method 4: Docker Hub / GHCR versions
- Method 5: npm Registry versions
Also tries tags fallback when no releases exist.
* feat(workflow): rewrite with version-sources.json config
- Generates version-sources.json with structured metadata
- Each entry has: slug, type, source, script, version, date
- Extracts from: fetch_and_deploy_gh_release, GitHub URLs, npm, Docker
- Generates versions.json for backward compatibility
- Fully automatic, no manual mapping needed
* feat(workflow): add manual GitHub mappings and pveam support
- Method 5: Manual GitHub mappings for 36 apt-based apps
(grafana, redis, postgresql, mariadb, influxdb, etc.)
- Method 6: Proxmox LXC templates (debian, ubuntu, alpine)
via download.proxmox.com index
- Method 7: Special sources (HAOS VM)
Total coverage: ~310+ apps
* feat(workflow): expand manual GitHub mappings to 75 apps
Added mappings for:
- Apache projects (cassandra, couchdb, guacamole, tomcat)
- Media apps (tdarr, unmanic, shinobi)
- DevOps (coolify, dokploy, runtipi, sonarqube)
- Databases (mongodb, mysql, neo4j, rabbitmq)
- And 30+ more apps
Total manual mappings: 75
* feat: add manual placeholders for 34 unknown-source apps
- Added 34 apps with 'manual:-' type for apps without known sources
- Added manual type handler in version-fetch (returns '-' placeholder)
- Added manual counter to summary output
- Coverage now 100% (all 405 scripts included)
Manual entries can be updated later when sources are discovered.
* Refactor and update GitHub workflow files
Moved several workflow files to a 'bak' backup directory and renamed 'close-ttek-issues.yaml' to 'close-tteck-issues.yaml'. Refactored 'update-versions-github.yml' to focus on extracting and updating GitHub versions, simplified the extraction logic, and updated the workflow schedule to run four times daily. Minor variable and logic improvements were made in 'close-discussion.yml'.
* clean file
* chore: empty versions.json for workflow test
2026-01-28 13:50:18 +01:00
community-scripts-pr-app[bot]
a259ae2b3e
Update versions.json ( #11272 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-28 13:06:43 +01:00
CanbiZ (MickLesk)
6c1d1e1e71
Refactor: NPMPlus / Default Login ( #11262 )
2026-01-28 11:06:02 +01:00
Tobias
830c6923b5
fix: homarr: conf location ( #11253 )
2026-01-28 09:55:14 +01:00
community-scripts-pr-app[bot]
74b06f82e4
Update versions.json ( #11246 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-28 01:14:47 +01:00
community-scripts-pr-app[bot]
d1419e21a4
Update versions.json ( #11227 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-27 13:07:06 +01:00
community-scripts-pr-app[bot]
4173579597
Update versions.json ( #11213 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-27 01:15:34 +01:00
CanbiZ (MickLesk)
13a4af4300
jotty: full refactor / now use prebuild packages and less ressources ( #11059 )
...
* jotty: full refactor / now use prebuild packages and less ressources
* add latest
* llatest
2026-01-26 14:44:59 +01:00
community-scripts-pr-app[bot]
6767ea4420
Update versions.json ( #11195 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-26 13:06:37 +01:00
community-scripts-pr-app[bot]
64752790b6
Update versions.json ( #11189 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-26 01:17:05 +01:00
community-scripts-pr-app[bot]
d91d5d7fd0
Update versions.json ( #11176 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-25 13:06:13 +01:00
community-scripts-pr-app[bot]
1702f693b8
Update versions.json ( #11159 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-25 01:15:54 +01:00
community-scripts-pr-app[bot]
d8b0db99f1
Update date in json ( #11149 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-24 22:50:15 +00:00
push-app-to-main[bot]
352bbc880e
manyfold ( #11143 )
...
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: Chris <punk.sand7393@fastmail.com >
2026-01-24 23:49:59 +01:00
Tobias
8742fedcea
bump crafty-controller to debian 13 ( #11094 )
...
* chore: bump to deb13
* chore: bump to deb 13
* chore: bump to deb 13
2026-01-24 23:48:09 +01:00
Tobias
1741e007bb
add config file ( #11120 )
2026-01-24 16:39:41 +01:00
community-scripts-pr-app[bot]
0828068d39
Update versions.json ( #11118 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-24 13:05:58 +01:00
community-scripts-pr-app[bot]
bcc3137b20
Update versions.json ( #11110 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-24 01:14:55 +01:00
CanbiZ (MickLesk)
b2017086cd
Bump various scripts to Debian 13 (Trixie) ( #11093 )
2026-01-23 21:54:23 +01:00
Tobias
6f007c633e
fix: homarr: more ram ( #11102 )
2026-01-23 21:53:25 +01:00
Chris
4ea4422042
Scanopy: remove integrated daemon script ( #11100 )
2026-01-23 21:21:19 +01:00
community-scripts-pr-app[bot]
15808db2aa
Update date in json ( #11090 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-23 13:06:56 +00:00
push-app-to-main[bot]
a09a5bc6ae
tracearr ( #11079 )
...
* Add tracearr (ct)
* Apply suggestion from @tremor021
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com >
2026-01-23 14:06:35 +01:00
community-scripts-pr-app[bot]
154010ab6b
Update versions.json ( #11088 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-23 13:07:26 +01:00
community-scripts-pr-app[bot]
28af9ffdfc
Update date in json ( #11084 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-23 12:04:15 +00:00
push-app-to-main[bot]
77e9e25d9f
Add dawarich (ct) ( #11075 )
...
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
2026-01-23 13:03:53 +01:00
CanbiZ (MickLesk)
ca504cfc06
several scripts: bump default Alpine version to 3.23 ( #11082 )
2026-01-23 13:01:29 +01:00
Slaviša Arežina
cc801353f8
FHEM: Bump to Debian 13 ( #11061 )
...
* bump
* Update
2026-01-23 08:44:26 +01:00
Slaviša Arežina
cb713abb06
Duplicati: Bump to Debian 13 ( #11060 )
...
* Bump to debian 13
* Update
2026-01-23 08:43:48 +01:00
community-scripts-pr-app[bot]
49fef798d3
Update versions.json ( #11063 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-23 01:15:17 +01:00
Slaviša Arežina
1d1c2beaa4
Jotty: Increase default disk size from 6 to 8 ( #11056 )
...
* Increase default disk size from 6 to 8
* Increase HDD size from 6 to 8
2026-01-22 14:00:15 +01:00
Chris
4f794d2b2c
Immich: Increase RAM to 6GB ( #10965 )
2026-01-22 13:41:58 +01:00
community-scripts-pr-app[bot]
07d6942144
Update versions.json ( #11055 )
...
Co-authored-by: GitHub Actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-22 13:07:46 +01:00
push-app-to-main[bot]
efe17a5e63
Loki | Alpine-Loki ( #11048 )
...
* Add loki (ct)
* add alpine variant in pr
* Add info note about Promtail installation to loki.json
Added an informational note to loki.json indicating that Promtail can be optionally installed during setup to collect and ship logs to Loki.
* add header
* refactor local_ip
* fix json
* Update alpine-loki-install.sh
* refactor
* refactor
* fix
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: CanbiZ (MickLesk) <47820557+MickLesk@users.noreply.github.com >
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-01-22 11:56:59 +01:00