95f667f429
migrate to local backups
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m26s
2025-10-29 18:43:54 -05:00
e6eef886fd
Update ghcr.io/autobrr/qui Docker tag to v1.6.0 ( #1889 )
...
lint-test-helm / helm-lint (push) Successful in 25s
renovate / renovate (push) Successful in 1m51s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/autobrr/qui](https://github.com/autobrr/qui ) | minor | `v1.5.0` -> `v1.6.0` |
---
### Release Notes
<details>
<summary>autobrr/qui (ghcr.io/autobrr/qui)</summary>
### [`v1.6.0`](https://github.com/autobrr/qui/releases/tag/v1.6.0 )
[Compare Source](https://github.com/autobrr/qui/compare/v1.5.0...v1.6.0 )
#### Changelog
##### New Features
- New Nord theme for supporters
- [`ef69130`](ef691301d2 ): feat(TrackerManager): dynamic TTL for trackers ([#​477](https://github.com/autobrr/qui/issues/477 )) ([@​KyleSanderson](https://github.com/KyleSanderson ))
- [`e282a39`](e282a397ee ): feat(dashboard): implement more stats ([#​488](https://github.com/autobrr/qui/issues/488 )) ([@​KyleSanderson](https://github.com/KyleSanderson ))
- [`1baa358`](1baa35891f ): feat(database): implement stmts ([#​460](https://github.com/autobrr/qui/issues/460 )) ([@​KyleSanderson](https://github.com/KyleSanderson ))
- [`2a9d6b4`](2a9d6b4ea3 ): feat(debounce): implement debouncer ([#​481](https://github.com/autobrr/qui/issues/481 )) ([@​KyleSanderson](https://github.com/KyleSanderson ))
- [`7b79c59`](7b79c5901d ): feat(proxy): log user agent with invalid API keys ([#​516](https://github.com/autobrr/qui/issues/516 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`48a2eab`](48a2eab214 ): feat(proxy): use data from SyncManager ([#​475](https://github.com/autobrr/qui/issues/475 )) ([@​Audionut](https://github.com/Audionut ))
- [`540f61a`](540f61a68a ): feat(torrents): add alternative layout to table ([#​520](https://github.com/autobrr/qui/issues/520 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`60a7e23`](60a7e23ede ): feat(torrents): add ctrl+a select all shortcut ([#​503](https://github.com/autobrr/qui/issues/503 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`11758ef`](11758efd6e ): feat(web): add peer flag tooltips in torrent details ([#​517](https://github.com/autobrr/qui/issues/517 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`37d262e`](37d262ebce ): feat(web): streamline torrent footer controls ([#​522](https://github.com/autobrr/qui/issues/522 )) ([@​s0up4200](https://github.com/s0up4200 ))
##### Bug Fixes
- [`7946441`](7946441575 ): fix(backups): handle incomplete jobs at startup ([#​486](https://github.com/autobrr/qui/issues/486 )) ([@​KyleSanderson](https://github.com/KyleSanderson ))
- [`199a732`](199a7327b6 ): fix(database): refresh closed sqlite statements ([#​523](https://github.com/autobrr/qui/issues/523 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`e7f79fa`](e7f79fad61 ): fix(hooks): change default mode to normal in usePersistedCompactViewState ([@​s0up4200](https://github.com/s0up4200 ))
- [`3b8bab4`](3b8bab4dcc ): fix(http): handle network errors ([#​498](https://github.com/autobrr/qui/issues/498 )) ([@​KyleSanderson](https://github.com/KyleSanderson ))
- [`85bd923`](85bd923b05 ): fix(proxy): respect base url in service worker ([#​491](https://github.com/autobrr/qui/issues/491 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`12240f0`](12240f0dda ): fix(pwa): ignore proxy path ([#​487](https://github.com/autobrr/qui/issues/487 )) ([@​KyleSanderson](https://github.com/KyleSanderson ))
- [`9e09387`](9e09387f19 ): fix(qbittorrent): detect unregistered during tracker update ([#​525](https://github.com/autobrr/qui/issues/525 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`147d9ca`](147d9ca099 ): fix(test): isolate backup tests with unique database names ([#​495](https://github.com/autobrr/qui/issues/495 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`381679e`](381679ef2b ): fix(torrents): persist delete files checkbox ([#​496](https://github.com/autobrr/qui/issues/496 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`6c8cf2c`](6c8cf2ceee ): fix(torrents): tighten filter sidebar hover feedback ([#​518](https://github.com/autobrr/qui/issues/518 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`b1ef5d7`](b1ef5d793e ): fix(tracker): restore early exit for empty tracker fetches ([#​512](https://github.com/autobrr/qui/issues/512 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`7625ed3`](7625ed3a32 ): fix(web): implement virtualization for tags and cats ([#​483](https://github.com/autobrr/qui/issues/483 )) ([@​KyleSanderson](https://github.com/KyleSanderson ))
- [`5ed2800`](5ed2800300 ): fix(web): keep tag search and selection in sync ([#​500](https://github.com/autobrr/qui/issues/500 )) ([@​s0up4200](https://github.com/s0up4200 ))
##### Other Changes
- [`d611070`](d611070e86 ): Revert "perf(qbittorrent): reuse tracker cache without forced sync" ([@​s0up4200](https://github.com/s0up4200 ))
- [`177a3d5`](177a3d5848 ): docs(readme): mark some seedbox installers as tested ([#​514](https://github.com/autobrr/qui/issues/514 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`398faf6`](398faf686b ): perf(qbittorrent): reuse tracker cache without forced sync ([@​s0up4200](https://github.com/s0up4200 ))
- [`1377547`](1377547d47 ): refactor(logging): remove dumb arrow prefix ([#​524](https://github.com/autobrr/qui/issues/524 )) ([@​s0up4200](https://github.com/s0up4200 ))
**Full Changelog**: <https://github.com/autobrr/qui/compare/v1.5.0...v1.6.0 >
#### Docker images
- `docker pull ghcr.io/autobrr/qui:v1.6.0`
- `docker pull ghcr.io/autobrr/qui:latest`
#### What to do next?
- Join our [Discord server](https://discord.autobrr.com/qui )
Thank you for using qui!
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==-->
Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1889
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-10-29 17:48:00 +00:00
c8aa3ed1bc
Update Helm release authentik to v2025.10.0 ( #1887 )
...
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [authentik](https://goauthentik.io ) ([source](https://github.com/goauthentik/helm )) | minor | `2025.8.4` -> `2025.10.0` |
---
### Release Notes
<details>
<summary>goauthentik/helm (authentik)</summary>
### [`v2025.10.0`](https://github.com/goauthentik/helm/releases/tag/authentik-2025.10.0 )
[Compare Source](https://github.com/goauthentik/helm/compare/authentik-2025.8.4...authentik-2025.10.0 )
authentik is an open-source Identity Provider focused on flexibility and versatility
#### What's Changed
- chore(deps): update dependency python to 3.14 by [@​renovate](https://github.com/renovate )\[bot] in [#​412](https://github.com/goauthentik/helm/pull/412 )
- charts/authentik: add automountServiceAccountToken value by [@​FelixDobler](https://github.com/FelixDobler ) in [#​407](https://github.com/goauthentik/helm/pull/407 )
- chore(deps): update public.ecr.aws/artifacthub/ah docker tag to v1.22.0 by [@​renovate](https://github.com/renovate )\[bot] in [#​414](https://github.com/goauthentik/helm/pull/414 )
- charts/authentik: bump to 2025.10.0 by [@​authentik-automation](https://github.com/authentik-automation )\[bot] in [#​417](https://github.com/goauthentik/helm/pull/417 )
#### New Contributors
- [@​FelixDobler](https://github.com/FelixDobler ) made their first contribution in [#​407](https://github.com/goauthentik/helm/pull/407 )
**Full Changelog**: <https://github.com/goauthentik/helm/compare/authentik-2025.8.4...authentik-2025.10.0 >
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFydCJdfQ==-->
Reviewed-on: #1887
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-10-29 17:47:44 +00:00
6c296dec72
Update d3fk/s3cmd:latest Docker digest to ccf931d ( #1892 )
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 2m3s
2025-10-29 03:01:55 +00:00
e140952666
Update ghcr.io/n8n-io/n8n Docker tag to v1.118.1 ( #1886 )
lint-test-helm / helm-lint (push) Successful in 15s
renovate / renovate (push) Successful in 2m56s
2025-10-28 13:02:27 +00:00
4bb6c5aa52
Update Helm release postgres-cluster to v6.15.0 ( #1863 )
...
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [postgres-cluster](https://github.com/cloudnative-pg/charts ) ([source](https://github.com/cloudnative-pg/charts/tree/HEAD/charts/cluster )) | minor | `6.14.0` -> `6.15.0` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1NS41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFydCIsImltYWdlIl19-->
Reviewed-on: #1863
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-10-28 01:20:37 +00:00
8f3d9163e5
Update ghcr.io/n8n-io/n8n Docker tag to v1.118.0 ( #1872 )
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m39s
2025-10-27 14:02:59 +00:00
a45e33b321
Update ghcr.io/n8n-io/n8n Docker tag to v1.117.2 ( #1871 )
lint-test-helm / helm-lint (push) Successful in 15s
renovate / renovate (push) Successful in 2m34s
2025-10-27 13:02:31 +00:00
150e3a50a1
Update ghcr.io/linuxserver/qbittorrent:5.1.2 Docker digest to 098d434 ( #1864 )
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m18s
2025-10-26 08:01:50 +00:00
bcf4490909
Update gitea/gitea Docker tag to v1.24.7 ( #1861 )
lint-test-docker / docker-lint (push) Successful in 11s
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m32s
2025-10-26 03:01:37 +00:00
f30d766894
Update Helm release external-secrets to v0.20.4 ( #1855 )
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m32s
2025-10-25 16:01:51 +00:00
e963749936
Update ghcr.io/n8n-io/n8n Docker tag to v1.117.1 ( #1837 )
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m59s
2025-10-24 12:01:56 +00:00
71e73b57bb
Update hashicorp/vault Docker tag to v1.21.0 ( #1832 )
...
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 2m3s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| hashicorp/vault | minor | `1.20.4` -> `1.21.0` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==-->
Reviewed-on: #1832
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-10-24 01:52:27 +00:00
22d57f8159
explciit true on wal archives
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m55s
2025-10-23 20:31:39 -05:00
5ae36e68b6
bump chart
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m53s
2025-10-23 20:22:22 -05:00
6fd6c4e950
Update d3fk/s3cmd:latest Docker digest to 15e87c8 ( #1818 )
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m14s
2025-10-22 02:19:16 +00:00
77339b28f8
Update ghcr.io/n8n-io/n8n Docker tag to v1.117.0 ( #1809 )
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m37s
2025-10-21 10:01:59 +00:00
1b621d4741
Update dock.mau.dev/mautrix/whatsapp Docker tag to v0.2510.0 ( #1773 )
...
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m55s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| dock.mau.dev/mautrix/whatsapp | minor | `v0.12.5` -> `v0.2510.0` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjEzNS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==-->
Reviewed-on: #1773
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-10-21 02:47:16 +00:00
33dc3bfee2
fix mount
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m24s
2025-10-20 20:35:57 -05:00
09ffacdffb
use different image
renovate / renovate (push) Failing after 1m30s
lint-test-helm / helm-lint (push) Successful in 1m6s
2025-10-20 19:29:11 -05:00
4d93305d10
change image
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 20s
2025-10-20 18:22:51 -05:00
4471e9848a
Update ghcr.io/autobrr/qui Docker tag to v1.5.0 ( #1800 )
...
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/autobrr/qui](https://github.com/autobrr/qui ) | minor | `v1.4.0` -> `v1.5.0` |
---
### Release Notes
<details>
<summary>autobrr/qui (ghcr.io/autobrr/qui)</summary>
### [`v1.5.0`](https://github.com/autobrr/qui/releases/tag/v1.5.0 )
[Compare Source](https://github.com/autobrr/qui/compare/v1.4.0...v1.5.0 )
#### Changelog
##### New Features
- [`326d7c6`](326d7c65be ): feat(capabilities): hide torrent export when unsupported ([#​459](https://github.com/autobrr/qui/issues/459 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`b531c7f`](b531c7f03b ): feat(metrics): add all time metrics ([#​474](https://github.com/autobrr/qui/issues/474 )) ([@​rare-magma](https://github.com/rare-magma ))
- [`108b175`](108b175bb7 ): feat(proxy): implement shared transport ([#​456](https://github.com/autobrr/qui/issues/456 )) ([@​KyleSanderson](https://github.com/KyleSanderson ))
- [`88f1103`](88f1103824 ): feat(torrents): add backup/restore support ([#​385](https://github.com/autobrr/qui/issues/385 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`d2bc023`](d2bc023e79 ): feat(torrents): add sub category support ([#​210](https://github.com/autobrr/qui/issues/210 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`cf7bf9d`](cf7bf9d17a ): feat(torrents): clear column filters ([#​435](https://github.com/autobrr/qui/issues/435 )) ([@​nuxencs](https://github.com/nuxencs ))
- [`cce1264`](cce1264636 ): feat(web): display IPv4/IPv6 address in status bar; blur in incognito mode ([#​434](https://github.com/autobrr/qui/issues/434 )) ([@​m04ndj5xc2u3pn4eow](https://github.com/m04ndj5xc2u3pn4eow ))
- [`1708935`](1708935296 ): feat(web): drag-and-drop add torrents ([#​451](https://github.com/autobrr/qui/issues/451 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`deade87`](deade87d07 ): feat(web): make dynamic favicon solid ([#​461](https://github.com/autobrr/qui/issues/461 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`a5ee6f9`](a5ee6f9f6f ): feat(web): move instances management into settings ([#​472](https://github.com/autobrr/qui/issues/472 )) ([@​s0up4200](https://github.com/s0up4200 ))
##### Bug Fixes
- [`b47e0ba`](b47e0ba91b ): fix(api): change log level to trace for build info ([@​s0up4200](https://github.com/s0up4200 ))
- [`cd2b41f`](cd2b41ffcc ): fix(api): stop auth redirect from blocking CORS preflight ([#​480](https://github.com/autobrr/qui/issues/480 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`c56e7d5`](c56e7d55c3 ): fix(api): stop restart after graceful shutdown ([#​458](https://github.com/autobrr/qui/issues/458 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`8708eae`](8708eae1d7 ): fix(auth): retry OIDC discovery before failing ([#​449](https://github.com/autobrr/qui/issues/449 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`d56b065`](d56b065005 ): fix(creator): hide unsupported v2/hybrid on libtorrent1 builds ([#​470](https://github.com/autobrr/qui/issues/470 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`f508e23`](f508e23093 ): fix(http): Chrome Basic Auth popup when using reverse proxy ([#​468](https://github.com/autobrr/qui/issues/468 )) ([@​zze0s](https://github.com/zze0s ))
- [`f9588e0`](f9588e0461 ): fix(proxy): add base-path support for proxy routing ([#​452](https://github.com/autobrr/qui/issues/452 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`f57ca76`](f57ca76957 ): fix(proxy): preserve qbit base path in client proxy ([#​447](https://github.com/autobrr/qui/issues/447 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`1928d55`](1928d554d1 ): fix(torrents): eta formatting ([#​432](https://github.com/autobrr/qui/issues/432 )) ([@​nuxencs](https://github.com/nuxencs ))
- [`9736552`](9736552768 ): fix(torrents): only reset selection after delete action ([#​482](https://github.com/autobrr/qui/issues/482 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`31db36f`](31db36f6ce ): fix(trackericons): prioritise https in base candidates ([#​439](https://github.com/autobrr/qui/issues/439 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`2a4946b`](2a4946b0a4 ): fix(web): add instance backups link to mobile footer navigation ([#​485](https://github.com/autobrr/qui/issues/485 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`88dc511`](88dc511cb6 ): fix(web): copy context menu respects multi-select ([#​448](https://github.com/autobrr/qui/issues/448 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`f4f600d`](f4f600d725 ): fix(web): reset torrent selection via shared handler ([#​455](https://github.com/autobrr/qui/issues/455 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`ff915d5`](ff915d5d7e ): fix(web): trim search whitespace ([#​465](https://github.com/autobrr/qui/issues/465 )) ([@​s0up4200](https://github.com/s0up4200 ))
##### Other Changes
- [`8ca19e3`](8ca19e305f ): chore(deps): bump actions/setup-node from 5 to 6 in the github group ([#​473](https://github.com/autobrr/qui/issues/473 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`8487c81`](8487c81888 ): chore(deps): bump go-qbittorrent ([#​462](https://github.com/autobrr/qui/issues/462 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`8835cd2`](8835cd289b ): chore(deps): bump the npm group across 1 directory with 23 updates ([#​471](https://github.com/autobrr/qui/issues/471 )) ([@​dependabot](https://github.com/dependabot )\[bot])
- [`212237a`](212237a649 ): chore(docs): update README ([@​s0up4200](https://github.com/s0up4200 ))
- [`0f90483`](0f904836ae ): chore: add missing license headers ([#​444](https://github.com/autobrr/qui/issues/444 )) ([@​github-actions](https://github.com/github-actions )\[bot])
- [`109b6f9`](109b6f972a ): docs(readme): improve Client Proxy setup instructions ([#​438](https://github.com/autobrr/qui/issues/438 )) ([@​javydekoning](https://github.com/javydekoning ))
- [`fc4c8b2`](fc4c8b293f ): refactor(config): drop HTTP timeout overrides ([#​467](https://github.com/autobrr/qui/issues/467 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`392657b`](392657b165 ): refactor(dashboard): improve responsive layout ([#​476](https://github.com/autobrr/qui/issues/476 )) ([@​s0up4200](https://github.com/s0up4200 ))
- [`b0e99b5`](b0e99b585d ): refactor(web): use informative icon for firewall status ([#​436](https://github.com/autobrr/qui/issues/436 )) ([@​m04ndj5xc2u3pn4eow](https://github.com/m04ndj5xc2u3pn4eow ))
**Full Changelog**: <https://github.com/autobrr/qui/compare/v1.4.0...v1.5.0 >
#### Docker images
- `docker pull ghcr.io/autobrr/qui:v1.5.0`
- `docker pull ghcr.io/autobrr/qui:latest`
#### What to do next?
- Join our [Discord server](https://discord.autobrr.com/qui )
Thank you for using qui!
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjEzNS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==-->
Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1800
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-10-20 04:33:25 +00:00
c04eb48cdd
expand disk
2025-10-19 22:05:56 -05:00
438369e1a0
Update ghcr.io/linuxserver/qbittorrent:5.1.2 Docker digest to 51dd497 ( #1799 )
2025-10-19 08:01:40 +00:00
2edc5103d5
every 2 days
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Has started running
2025-10-17 21:26:12 -05:00
5c15c49fbd
Update ollama/ollama Docker tag to v0.12.6 ( #1790 )
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m31s
2025-10-17 23:01:55 +00:00
b7bde22961
Update Helm release matrix-synapse to v3.12.12 ( #1784 )
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-10-17 15:02:04 +00:00
00a615de4d
Update ghcr.io/open-webui/open-webui Docker tag to v0.6.34 ( #1776 )
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m31s
2025-10-16 18:02:15 +00:00
fb154657ee
Update Helm release app-template to v4.4.0 ( #1770 )
...
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m25s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [app-template](https://github.com/bjw-s-labs/helm-charts ) | minor | `4.3.0` -> `4.4.0` |
---
### Release Notes
<details>
<summary>bjw-s-labs/helm-charts (app-template)</summary>
### [`v4.4.0`](https://github.com/bjw-s-labs/helm-charts/releases/tag/app-template-4.4.0 )
[Compare Source](https://github.com/bjw-s-labs/helm-charts/compare/app-template-4.3.0...app-template-4.4.0 )
##### Changelog:
##### Changed
- Upgraded the common library to v4.4.0
- [Upgrade notes](https://bjw-s-labs.github.io/helm-charts/docs/app-template/upgrade-instructions/ )
- [Detailed release notes](https://github.com/bjw-s-labs/helm-charts/releases/tag/common-4.4.0 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjEzNS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFydCJdfQ==-->
Reviewed-on: #1770
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-10-16 14:29:23 +00:00
3499163c30
Update cloudflared Docker tag to v1.22.1 ( #1767 )
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m21s
2025-10-16 03:02:09 +00:00
153bfecba2
Update cloudflared Docker tag to v1.22.0 ( #1766 )
...
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m39s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [cloudflared](https://github.com/cloudflare/cloudflared ) | minor | `1.21.1` -> `1.22.0` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjEzNS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==-->
Reviewed-on: #1766
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-10-15 22:00:24 +00:00
6f56265720
add metric config
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m18s
2025-10-15 16:50:34 -05:00
32eea4d7ad
fix service
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Has been cancelled
2025-10-15 16:36:34 -05:00
cf2a4d257d
add env
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Has been cancelled
2025-10-15 16:35:33 -05:00
1ecf372e20
fix key
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m33s
2025-10-15 16:33:49 -05:00
138ade2217
add qui
lint-test-docker / docker-lint (push) Failing after 4s
renovate / renovate (push) Successful in 1m30s
lint-test-helm / helm-lint (push) Successful in 9s
2025-10-15 16:27:52 -05:00
54e8388a4a
Update Helm release external-secrets to v0.20.3 ( #1759 )
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 4m7s
2025-10-15 07:02:23 +00:00
763f109c80
Update d3fk/s3cmd:latest Docker digest to 5f197ca ( #1756 )
renovate / renovate (push) Has been cancelled
lint-test-helm / helm-lint (push) Has been cancelled
2025-10-15 03:02:31 +00:00
6233566fe2
Update ghcr.io/n8n-io/n8n Docker tag to v1.116.1 ( #1751 )
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 4m5s
2025-10-14 14:06:37 +00:00
40eb980634
Update halfshot/matrix-hookshot Docker tag to v7.2.0 ( #1737 )
...
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m42s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [halfshot/matrix-hookshot](https://github.com/matrix-org/matrix-hookshot ) | minor | `7.1.0` -> `7.2.0` |
---
### Release Notes
<details>
<summary>matrix-org/matrix-hookshot (halfshot/matrix-hookshot)</summary>
### [`v7.2.0`](https://github.com/matrix-org/matrix-hookshot/blob/HEAD/CHANGELOG.md#720-2025-10-10 )
[Compare Source](https://github.com/matrix-org/matrix-hookshot/compare/7.1.0...7.2.0 )
##### Features
- Add configuration option for generic webhooks to configure maximum request body size limit, increase default to 1mb from default 100kb. ([#​1090](https://github.com/matrix-org/matrix-hookshot/issues/1090 ))
##### Bugfixes
- Fix a bug where users may fail to be registered with a `IO.ELEMENT.MSC4190.M_APPSERVICE_LOGIN_UNSUPPORTED` error when `MSC4190` is enabled on the homeserver. ([#​522](https://github.com/matrix-org/matrix-appservice-bridge/issues/522 )) ([#​1092](https://github.com/matrix-org/matrix-hookshot/issues/1092 ))
##### Internal Changes
- Use emojis for all icons instead of dingbats, ensuring all clients render the icons in colour. ([#​1091](https://github.com/matrix-org/matrix-hookshot/issues/1091 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjEzNS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==-->
Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1737
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-10-14 00:34:41 +00:00
c3235c5404
Update ghcr.io/n8n-io/n8n Docker tag to v1.116.0 ( #1747 )
lint-test-helm / helm-lint (push) Successful in 18s
renovate / renovate (push) Successful in 3m9s
2025-10-13 14:04:42 +00:00
40e8907da7
Update ghcr.io/linuxserver/qbittorrent:5.1.2 Docker digest to 884b9b6 ( #1740 )
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m18s
2025-10-12 07:02:00 +00:00
1457c1fa3a
Update ollama/ollama Docker tag to v0.12.5 ( #1739 )
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m31s
2025-10-11 21:01:47 +00:00
2b37d27380
Update ollama/ollama Docker tag to v0.12.4 ( #1734 )
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m55s
2025-10-10 23:02:14 +00:00
e88719245c
Update ghcr.io/n8n-io/n8n Docker tag to v1.115.2 ( #1725 )
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m40s
2025-10-10 13:02:30 +00:00
8964d8fe8b
Update Helm release matrix-synapse to v3.12.11 ( #1709 )
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-10-08 13:02:12 +00:00
0c80dbb230
Update ghcr.io/n8n-io/n8n Docker tag to v1.115.1 ( #1705 )
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Has been cancelled
2025-10-08 09:02:54 +00:00
c7ce92002f
Update d3fk/s3cmd:latest Docker digest to 00203c8 ( #1702 )
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 3m48s
2025-10-08 03:01:59 +00:00
fe443978af
Update ghcr.io/linuxserver/qbittorrent:5.1.2 Docker digest to 0328013 ( #1701 )
lint-test-helm / helm-lint (push) Successful in 20s
renovate / renovate (push) Successful in 1m33s
2025-10-08 00:02:52 +00:00
37eb1bab47
Update ghcr.io/open-webui/open-webui Docker tag to v0.6.33 ( #1700 )
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m8s
2025-10-07 22:02:28 +00:00