Commit Graph

1579 Commits

Author SHA1 Message Date
Stavros Kois
c0382b4e39 Bump lib (#3721)
* bump lib

* rest

* bump

* bump app version

* ddns-updater fiox

* fix

* fix
2025-11-28 18:14:53 +02:00
truenasbot
0a80e5be7a chore(deps): update updates-patch-minor (#3719)
Co-authored-by: bugclerk <bugclerk@ixsystems.com>
2025-11-28 14:05:35 +02:00
Stavros Kois
0c1ea2a258 Postgres 18 Support (#3704)
* temp

* initial changes

* more changes

* hash

* fix

* fix

* hashes

* make sure pg has `-bookworm`

* better

* fix

* whopsd

* bump

* add todo

* bump

* better
2025-11-28 14:03:47 +02:00
truenasbot
b82e00e32a chore(deps): update rustfs/rustfs docker tag to v1.0.0-alpha.70 (#3718)
Co-authored-by: bugclerk <bugclerk@ixsystems.com>
2025-11-27 15:54:01 +02:00
truenasbot
f8bb119fa1 chore(deps): update updates-patch-minor to v2025.11.0 (#3717)
* chore(deps): update updates-patch-minor to v2025.11.0

* renovate: rustfs regex (#3716)

---------

Co-authored-by: bugclerk <bugclerk@ixsystems.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2025-11-27 14:22:36 +02:00
truenasbot
b67f3c0381 chore(deps): update updates-patch-minor (#3715)
Co-authored-by: bugclerk <bugclerk@ixsystems.com>
2025-11-27 13:22:39 +02:00
truenasbot
3fa5973f8e chore(deps): update ghcr.io/stirling-tools/stirling-pdf docker tag to v2 (#3714)
Co-authored-by: bugclerk <bugclerk@ixsystems.com>
2025-11-26 15:12:29 +02:00
ZeD3v
39c8536704 librechat: Remove hardcoded OPENAI_API_KEY environment variable (#3709)
* librechat: Remove hardcoded OPENAI_API_KEY environment variable

* librechat: Add OpenAI API Key configuration to librechat
2025-11-26 14:34:20 +02:00
truenasbot
d90a3669b7 chore(deps): update updates-patch-minor (#3713)
Co-authored-by: bugclerk <bugclerk@ixsystems.com>
2025-11-26 14:29:56 +02:00
Stavros Kois
9b6d1ecf94 booklore: add permission container (#3706)
* booklore: add permission container

* fix
2025-11-26 12:09:43 +02:00
truenasbot
902403bbd3 chore(deps): update updates-patch-minor (#3702)
Co-authored-by: bugclerk <bugclerk@ixsystems.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2025-11-25 19:41:16 +02:00
truenasbot
e7cbe0e53f chore(deps): update ghcr.io/linuxserver/piwigo docker tag to v16 (#3703)
Co-authored-by: bugclerk <bugclerk@ixsystems.com>
2025-11-25 14:26:00 +02:00
Stavros Kois
c62095be6e planka: fix base url (#3696) 2025-11-25 13:15:01 +02:00
Rafał Zieliński
2b282f1727 fix(librechat): correct undefined variable in additional storage loop (#3699)
Fixes undefined variable error when processing additional_storage mounts:
- Corrected variable name from 'perm_config' to 'perms_config'
- Ensures permissions container properly processes custom mounts
- Prevents Jinja2 template rendering failures

Error fixed:
jinja2.exceptions.UndefinedError: 'perm_config' is undefined

Bumped chart version to 1.0.9

Signed-off-by: Rafal Zielinski <sq4ind@gmail.com>
2025-11-24 19:12:12 +02:00
truenasbot
5dafbd6e41 chore(deps): update updates-patch-minor to v0.6.38 (#3697)
Co-authored-by: bugclerk <bugclerk@ixsystems.com>
2025-11-24 14:29:40 +02:00
truenasbot
5b9353ec12 chore(deps): update updates-patch-minor (#3686)
Co-authored-by: bugclerk <bugclerk@ixsystems.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2025-11-24 14:09:33 +02:00
truenasbot
55c6550258 chore(deps): update code.forgejo.org/forgejo/runner docker tag to v12 (#3687)
Co-authored-by: bugclerk <bugclerk@ixsystems.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2025-11-24 13:26:51 +02:00
truenasbot
62497a82ea chore(deps): update ghcr.io/sethforprivacy/bitcoind docker tag to v30 (#3695)
Co-authored-by: bugclerk <bugclerk@ixsystems.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2025-11-24 13:25:16 +02:00
Henrik
a4dc73c278 automatic-ripping-machine: allow passing "/dev/sgX" (#3692)
* automatic-ripping-machine: allow passing "/dev/sgX"

* bump

---------

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2025-11-24 13:22:44 +02:00
Rafał Zieliński
6f6246f5c2 feat(librechat): add support for additional storage mounts (#3690)
* feat(librechat): add support for additional storage mounts

- Added loop to process additional_storage configuration
- Allows users to mount custom directories beyond default ones
- Each additional mount properly handled by permissions container
- Bumped chart version to 1.0.7

Signed-off-by: Rafal Zielinski <sq4ind@gmail.com>

* bump

---------

Signed-off-by: Rafal Zielinski <sq4ind@gmail.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2025-11-24 13:15:07 +02:00
Stavros Kois
7ea66b14bc Code server apt (#3682)
* code-server: make apt work

* add note

* Update app.yaml
2025-11-24 13:10:12 +02:00
Stavros Kois
d6a69a28ca lms: dont force port for cli (#3680)
* lms: dont force port for cli

* bump
2025-11-24 13:09:40 +02:00
Stavros Kois
a0344b632d Update library (#3683)
* add container_utils_image

* upgrade lib to use the container instead of the inline script

* fix

* rm old lib

* bump lib version

* update libs

* fixes

* debug logs

* fix

* duh

* add message

* matrix no3

* fix

* bump all versions (#3684)

* bump all versions

* bump

* hopscotch: fix prisma
2025-11-24 13:03:17 +02:00
truenasbot
d4833cf815 chore(deps): update updates-patch-minor (#3681)
* chore(deps): update updates-patch-minor

* revert lyrion

---------

Co-authored-by: bugclerk <bugclerk@ixsystems.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2025-11-21 15:36:03 +02:00
truenasbot
022ce5b4ff chore(deps): update updates-patch-minor (#3679)
* chore(deps): update updates-patch-minor

* revert mempool

---------

Co-authored-by: bugclerk <bugclerk@ixsystems.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2025-11-21 15:12:22 +02:00
truenasbot
d3fce557ea chore(deps): update updates-patch-minor (#3672)
* chore(deps): update updates-patch-minor

* revert mempool

* lms: fix renovate

---------

Co-authored-by: bugclerk <bugclerk@ixsystems.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2025-11-21 14:49:47 +02:00
truenasbot
0161c63ba3 chore(deps): update updates-patch-minor (#3671)
Co-authored-by: bugclerk <bugclerk@ixsystems.com>
2025-11-20 14:30:08 +02:00
truenasbot
52e7accac6 chore(deps): update updates-patch-minor (#3670)
* chore(deps): update updates-patch-minor

* curl

---------

Co-authored-by: bugclerk <bugclerk@ixsystems.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2025-11-20 13:53:11 +02:00
Stavros Kois
1adc8ea8e2 photoview: allow configuring hw accel (#3665) 2025-11-20 13:29:32 +02:00
Stavros Kois
45e6535580 bitmagnet: fix config dir (#3667)
* bitmagnet: fix config dir

* fix
2025-11-20 13:29:19 +02:00
Stavros Kois
ba526e0804 bump umami (#3660)
* bump umami

* fmt
2025-11-20 13:18:48 +02:00
Stavros Kois
75293769e0 lyrion: fix cli port (#3664)
* lyrion: fix cli port

* allow setting extra flags

* fix

* validate

* cleaer
2025-11-20 13:17:42 +02:00
Stavros Kois
01adc55c51 qbit: add deprecation yaml (#3606)
* qbit: add deprecation yaml

* bump

* Update deprecations.yaml

* format
2025-11-19 16:08:35 +02:00
truenasbot
fc1e6e6872 chore(deps): update updates-patch-minor (#3659)
Co-authored-by: bugclerk <bugclerk@ixsystems.com>
2025-11-19 15:16:50 +02:00
gitdrk
7c048d9b20 Add the option to open additional ports for the Lyrion container (#3654)
* Add the option to open additional ports for the Lyrion container

* pivot to using ix-dev instead of trains path

* bump and fmt

---------

Co-authored-by: Daniel Klingman <Daniel.Klingman@scholarrx.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2025-11-19 11:17:42 +02:00
truenasbot
0a58e7c9b9 chore(deps): update updates-patch-minor (#3657)
Co-authored-by: bugclerk <bugclerk@ixsystems.com>
2025-11-19 10:59:44 +02:00
truenasbot
6cb22d2524 chore(deps): update updates-patch-minor (#3656)
Co-authored-by: bugclerk <bugclerk@ixsystems.com>
2025-11-19 10:46:37 +02:00
truenasbot
defe1cb6ba chore(deps): update updates-patch-minor (#3653)
Co-authored-by: bugclerk <bugclerk@ixsystems.com>
2025-11-18 18:22:43 +02:00
Mansi Visuals
d5531d2312 ViTransfer: Update to v0.3.6 (#3649)
* Update ViTransfer to v0.3.6

- Bump app_version to 0.3.6 and chart version to 1.0.9
- Update Docker image tag to 0.3.6 in ix_values.yaml
- Add HTTPS_ENABLED environment variable for security headers control
- Replace storage.config with storage.redis_data for persistent Redis storage
- Update healthcheck endpoint from /api/settings/public to /api/health
- Add comprehensive HTTPS_ENABLED documentation explaining reverse proxy behavior

* add migration

---------

Co-authored-by: Stavros Kois <s.kois@outlook.com>
2025-11-18 17:04:58 +02:00
truenasbot
c2230eb6af chore(deps): update updates-patch-minor (#3651)
* chore(deps): update updates-patch-minor

* revert vitransfer

---------

Co-authored-by: bugclerk <bugclerk@ixsystems.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2025-11-18 17:03:45 +02:00
Stavros Kois
d75ff95270 openarchiver: use regex only (#3639) 2025-11-18 16:39:18 +02:00
truenasbot
cdceebc26e chore(deps): update baserow/baserow docker tag to v2 (#3652)
Co-authored-by: bugclerk <bugclerk@ixsystems.com>
2025-11-18 16:27:25 +02:00
truenasbot
8b934d753b chore(deps): update passbolt/passbolt docker tag to v5.7.2 (#3648)
Co-authored-by: bugclerk <bugclerk@ixsystems.com>
2025-11-18 11:52:45 +02:00
Stavros Kois
40703cee95 maintainerr: switch upstream image (#3640) 2025-11-18 11:48:56 +02:00
Stavros Kois
e2c242c746 zoraxy: expose TZ (#3641) 2025-11-18 11:48:44 +02:00
Nels_
065096f5f6 [Enhancement]: Enable option for Pro server in Rust Desk (#3629)
* Enable selection of rust desk Pro server and implement all changes except for setting a static mac address.
Bump version to 1.2.0

* Fix versioning

* Fix suggestions from stavros-k

* template changes

* update lib

* test file

* consistence

* fix portal

* fix hash

---------

Co-authored-by: Stavros Kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2025-11-17 18:25:43 +02:00
truenasbot
0850dc1254 chore(deps): update updates-patch-minor to v1.578.0 (#3647)
Co-authored-by: bugclerk <bugclerk@ixsystems.com>
2025-11-17 17:43:58 +02:00
truenasbot
a5d71b5830 chore(deps): update updates-patch-minor (#3646)
Co-authored-by: bugclerk <bugclerk@ixsystems.com>
2025-11-17 15:25:01 +02:00
truenasbot
099986b6bf chore(deps): update updates-patch-minor (#3644)
Co-authored-by: bugclerk <bugclerk@ixsystems.com>
2025-11-17 13:10:53 +02:00
Noodles
c21eae21fd Update Dead Link in Minecraft (#3636)
* fix: update dead version url

* bum

---------

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2025-11-17 12:34:32 +02:00