5 Commits

Author SHA1 Message Date
f021dfce61 Update ghcr.io/qdm12/gluetun Docker tag to v3.41.0
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 24s
2025-12-29 23:51:52 +00:00
ed66c69ffc Update ghcr.io/unpoller/unpoller Docker tag to v2.21.0 (#2943)
All checks were successful
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 22s
renovate / renovate (push) Successful in 4m4s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/unpoller/unpoller](https://github.com/unpoller/unpoller) | minor | `v2.20.1` → `v2.21.0` |

---

### Release Notes

<details>
<summary>unpoller/unpoller (ghcr.io/unpoller/unpoller)</summary>

### [`v2.21.0`](https://github.com/unpoller/unpoller/releases/tag/v2.21.0)

[Compare Source](https://github.com/unpoller/unpoller/compare/v2.20.1...v2.21.0)

#### Changelog

- [`c71cc9a`](c71cc9a681) Merge pull request [#&#8203;905](https://github.com/unpoller/unpoller/issues/905) from aharper343/fix/nil-dereference
- [`25ba0bd`](25ba0bd14a) Fix incorrect initialization of SaveTraffic
- [`db85517`](db85517166) Merge pull request [#&#8203;903](https://github.com/unpoller/unpoller/issues/903) from aharper343/feat/traffic-support
- [`f7d488a`](f7d488a887) Lint and format cleanup
- [`9b62519`](9b62519bfe) Rebasing
- [`6205900`](6205900446) Adding constants for periods and debug logs for retrieved counts
- [`ab7073d`](ab7073d63d) Added support for regions and sub-regions
- [`22dfc25`](22dfc25801) Temp fix for test cases and warning from Dockerfile
- [`0b9d3de`](0b9d3de5cc) First working version DPI metrics and traffic exported

</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42Ni45IiwidXBkYXRlZEluVmVyIjoiNDIuNjYuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->

Reviewed-on: #2943
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-12-29 23:50:21 +00:00
c0d1d9f140 Update ghcr.io/kashalls/external-dns-unifi-webhook Docker tag to v0.8.0 (#2940)
Some checks failed
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 17s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/kashalls/external-dns-unifi-webhook](https://github.com/kashalls/external-dns-unifi-webhook) | minor | `v0.7.0` → `v0.8.0` |

---

### Release Notes

<details>
<summary>kashalls/external-dns-unifi-webhook (ghcr.io/kashalls/external-dns-unifi-webhook)</summary>

### [`v0.8.0`](https://github.com/kashalls/external-dns-unifi-webhook/releases/tag/v0.8.0)

[Compare Source](https://github.com/kashalls/external-dns-unifi-webhook/compare/v0.7.0...v0.8.0)

#### What's Changed

- fix(deps): update module golang.org/x/net to v0.46.0 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;132](https://github.com/kashalls/external-dns-unifi-webhook/pull/132)
- \[Closes [#&#8203;133](https://github.com/kashalls/external-dns-unifi-webhook/issues/133)] Better documentation on Creating API Keys by [@&#8203;userbradley](https://github.com/userbradley) in [#&#8203;134](https://github.com/kashalls/external-dns-unifi-webhook/pull/134)
- feat(metrics): improve /metrics endpoint with comprehensive instrumentation by [@&#8203;lexfrei](https://github.com/lexfrei) in [#&#8203;135](https://github.com/kashalls/external-dns-unifi-webhook/pull/135)
- feat(metrics): add provider label to all metrics for multi-instance filtering by [@&#8203;lexfrei](https://github.com/lexfrei) in [#&#8203;138](https://github.com/kashalls/external-dns-unifi-webhook/pull/138)
- feat: optimize container image size with scratch base and UPX compression by [@&#8203;lexfrei](https://github.com/lexfrei) in [#&#8203;139](https://github.com/kashalls/external-dns-unifi-webhook/pull/139)
- fix(errors): improve error handling with comprehensive linter fixes by [@&#8203;lexfrei](https://github.com/lexfrei) in [#&#8203;140](https://github.com/kashalls/external-dns-unifi-webhook/pull/140)
- docs: add TESTING.md and CONTRIBUTING.md by [@&#8203;lexfrei](https://github.com/lexfrei) in [#&#8203;141](https://github.com/kashalls/external-dns-unifi-webhook/pull/141)
- chore(deps): update davidanson/markdownlint-cli2-action action to v20 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;142](https://github.com/kashalls/external-dns-unifi-webhook/pull/142)
- feat(github): add pull request template by [@&#8203;lexfrei](https://github.com/lexfrei) in [#&#8203;143](https://github.com/kashalls/external-dns-unifi-webhook/pull/143)
- fix(ci): add paths filter to release workflow PR trigger by [@&#8203;lexfrei](https://github.com/lexfrei) in [#&#8203;144](https://github.com/kashalls/external-dns-unifi-webhook/pull/144)
- feat(test): add unit tests before linting work by [@&#8203;lexfrei](https://github.com/lexfrei) in [#&#8203;145](https://github.com/kashalls/external-dns-unifi-webhook/pull/145)
- chore(deps): update actions/github-script action to v8 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;146](https://github.com/kashalls/external-dns-unifi-webhook/pull/146)
- chore(deps): update actions/setup-go action to v6 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;147](https://github.com/kashalls/external-dns-unifi-webhook/pull/147)
- Add golangci-lint configuration and comprehensive unit tests by [@&#8203;lexfrei](https://github.com/lexfrei) in [#&#8203;148](https://github.com/kashalls/external-dns-unifi-webhook/pull/148)
- Fix container USER directive for Kubernetes runAsNonRoot compatibility by [@&#8203;lexfrei](https://github.com/lexfrei) in [#&#8203;149](https://github.com/kashalls/external-dns-unifi-webhook/pull/149)
- chore(deps): update actions/setup-go action to v6 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;150](https://github.com/kashalls/external-dns-unifi-webhook/pull/150)
- chore(deps): update golangci/golangci-lint-action action to v9 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;151](https://github.com/kashalls/external-dns-unifi-webhook/pull/151)
- Fix PR builds from forks and optimize CI performance by [@&#8203;lexfrei](https://github.com/lexfrei) in [#&#8203;153](https://github.com/kashalls/external-dns-unifi-webhook/pull/153)
- Migrate to stdlib logging and remove external dependencies by [@&#8203;lexfrei](https://github.com/lexfrei) in [#&#8203;152](https://github.com/kashalls/external-dns-unifi-webhook/pull/152)
- ci(workflows): optimize container builds with native ARM64 runners by [@&#8203;lexfrei](https://github.com/lexfrei) in [#&#8203;154](https://github.com/kashalls/external-dns-unifi-webhook/pull/154)
- chore(deps): update github artifact actions (major) by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;155](https://github.com/kashalls/external-dns-unifi-webhook/pull/155)
- fix(ci): correct bash array usage in manifest creation by [@&#8203;lexfrei](https://github.com/lexfrei) in [#&#8203;156](https://github.com/kashalls/external-dns-unifi-webhook/pull/156)
- Update README.md by [@&#8203;boomam](https://github.com/boomam) in [#&#8203;159](https://github.com/kashalls/external-dns-unifi-webhook/pull/159)
- chore(deps): update davidanson/markdownlint-cli2-action action to v21 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;161](https://github.com/kashalls/external-dns-unifi-webhook/pull/161)
- fix(deps): update module sigs.k8s.io/external-dns to v0.20.0 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;160](https://github.com/kashalls/external-dns-unifi-webhook/pull/160)
- chore(deps): update actions/checkout action to v6 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;162](https://github.com/kashalls/external-dns-unifi-webhook/pull/162)
- chore(deps): update davidanson/markdownlint-cli2-action action to v22 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;164](https://github.com/kashalls/external-dns-unifi-webhook/pull/164)
- chore(deps): update github artifact actions (major) by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;165](https://github.com/kashalls/external-dns-unifi-webhook/pull/165)

#### New Contributors

- [@&#8203;userbradley](https://github.com/userbradley) made their first contribution in [#&#8203;134](https://github.com/kashalls/external-dns-unifi-webhook/pull/134)
- [@&#8203;lexfrei](https://github.com/lexfrei) made their first contribution in [#&#8203;135](https://github.com/kashalls/external-dns-unifi-webhook/pull/135)
- [@&#8203;boomam](https://github.com/boomam) made their first contribution in [#&#8203;159](https://github.com/kashalls/external-dns-unifi-webhook/pull/159)

**Full Changelog**: <https://github.com/kashalls/external-dns-unifi-webhook/compare/v0.7.0...v0.8.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42Ni45IiwidXBkYXRlZEluVmVyIjoiNDIuNjYuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->

Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2940
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-12-29 23:49:59 +00:00
a353cc0f25 Update ghcr.io/booklore-app/booklore Docker tag to v1.16.1 (#2938)
Some checks failed
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 27s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/booklore-app/booklore](https://github.com/booklore-app/booklore) | minor | `v1.15.0` → `v1.16.1` |

---

### Release Notes

<details>
<summary>booklore-app/booklore (ghcr.io/booklore-app/booklore)</summary>

### [`v1.16.1`](https://github.com/booklore-app/booklore/releases/tag/v1.16.1)

[Compare Source](https://github.com/booklore-app/booklore/compare/v1.16.0...v1.16.1)

#### 🌟 What's New in v1.16.1

#### 🚀 New Features

- Feat/lubimyczytac metadata provider ([#&#8203;2019](https://github.com/booklore-app/booklore/issues/2019)) by [@&#8203;gajewsky](https://github.com/gajewsky)
- Display paginated reading sessions in the book metadata view ([#&#8203;2003](https://github.com/booklore-app/booklore/issues/2003)) by [@&#8203;acx10](https://github.com/acx10)

####  Enhancements

- Improve the SVG fetching and caching logic ([#&#8203;2011](https://github.com/booklore-app/booklore/issues/2011)) by [@&#8203;acx10](https://github.com/acx10)
- Fix(metadata): Improve handling of non-author creator roles ([#&#8203;1987](https://github.com/booklore-app/booklore/issues/1987)) by [@&#8203;MightyHalfGinger](https://github.com/MightyHalfGinger)
- Add more user-specific charts ([#&#8203;1991](https://github.com/booklore-app/booklore/issues/1991)) by [@&#8203;acx10](https://github.com/acx10)
- fix: when selecting a series, select all books from the series ([#&#8203;1979](https://github.com/booklore-app/booklore/issues/1979)) by [@&#8203;farfromrefug](https://github.com/farfromrefug)
- fix(metadata): Use existing Goodreads ID for batch refresh instead of searching ([#&#8203;1973](https://github.com/booklore-app/booklore/issues/1973)) by [@&#8203;cwar](https://github.com/cwar)
- Add anonymous usage telemetry ([#&#8203;2026](https://github.com/booklore-app/booklore/issues/2026)) by [@&#8203;acx10](https://github.com/acx10)
- perf(cbz): optimize CBZ reading ([#&#8203;1980](https://github.com/booklore-app/booklore/issues/1980)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs)
- Fix: regenerate improvements ([#&#8203;1981](https://github.com/booklore-app/booklore/issues/1981)) by [@&#8203;farfromrefug](https://github.com/farfromrefug)

#### 🐛 Bug Fixes

- Fix: Custom/Added icons not visible when assigning shelf ([#&#8203;2010](https://github.com/booklore-app/booklore/issues/2010)) by [@&#8203;acx10](https://github.com/acx10)
- fix(epub-metadata): properly decode URL-encoded cover image hrefs in EPUBs ([#&#8203;1983](https://github.com/booklore-app/booklore/issues/1983)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs)

#### 🛠️ Refactoring & Maintenance

- refactor(api): improve file resource handling in book download and FB2 metadata extraction ([#&#8203;2018](https://github.com/booklore-app/booklore/issues/2018)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs)
- Refactor book service in BE and FE ([#&#8203;2013](https://github.com/booklore-app/booklore/issues/2013)) by [@&#8203;acx10](https://github.com/acx10)
- Disable nginx IPv6 listener when disabled on host ([#&#8203;1998](https://github.com/booklore-app/booklore/issues/1998)) by [@&#8203;descensus](https://github.com/descensus)
- test(util): expand and improve utility test coverage for BookUtils, FileUtils, PathPatternResolver, MetadataChangeDetector, and UserPermissionUtils ([#&#8203;1985](https://github.com/booklore-app/booklore/issues/1985)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs)
- fix: Prevent transaction rollback when cover download fails ([#&#8203;1971](https://github.com/booklore-app/booklore/issues/1971)) by [@&#8203;cwar](https://github.com/cwar)

##### 🐳 Docker Images

- **Docker Hub:** `booklore/booklore:v1.16.1`
- **GitHub Container Registry:** `ghcr.io/booklore-app/booklore:v1.16.1`

**Full Changelog**: <https://github.com/booklore-app/booklore/compare/v1.16.0...v1.16.1>

### [`v1.16.0`](https://github.com/booklore-app/booklore/releases/tag/v1.16.0)

[Compare Source](https://github.com/booklore-app/booklore/compare/v1.15.0...v1.16.0)

#### 🌟 What's New in v1.16.0

#### 🚀 New Features

- Introduce reading session tracking with visual insights ([#&#8203;1957](https://github.com/booklore-app/booklore/issues/1957)) by [@&#8203;acx10](https://github.com/acx10)
- Introduce more granular permission controls and update the user management UI ([#&#8203;1965](https://github.com/booklore-app/booklore/issues/1965)) by [@&#8203;acx10](https://github.com/acx10)
- Enhance EPUB reader with new themes and UI improvements ([#&#8203;1948](https://github.com/booklore-app/booklore/issues/1948)) by [@&#8203;acx10](https://github.com/acx10)

####  Enhancements

- feat(bookmark): improve bookmark feature by adding rename, note, color, priority functionalities ([#&#8203;1946](https://github.com/booklore-app/booklore/issues/1946)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs)
- Fix: Add missing kobo progress bar and stats ([#&#8203;1942](https://github.com/booklore-app/booklore/issues/1942)) by [@&#8203;pedronave](https://github.com/pedronave)
- Fix/hardcover api key per user ([#&#8203;1943](https://github.com/booklore-app/booklore/issues/1943)) by [@&#8203;boludo00](https://github.com/boludo00)

#### 🐛 Bug Fixes

- fix(scans): prevent shelf associations from being cleared during metadata operations ([#&#8203;1947](https://github.com/booklore-app/booklore/issues/1947)) by [@&#8203;balazs-szucs](https://github.com/balazs-szucs)

##### 🐳 Docker Images

- **Docker Hub:** `booklore/booklore:v1.16.0`
- **GitHub Container Registry:** `ghcr.io/booklore-app/booklore:v1.16.0`

**Full Changelog**: <https://github.com/booklore-app/booklore/compare/v1.15.0...v1.16.0>

##### 📸 Screenshots:

![Screenshot 2025-12-24 at 12 50 15 PM](https://github.com/user-attachments/assets/499633e1-9342-40be-a8cd-536660f3a28b)
![Screenshot 2025-12-24 at 12 51 34 PM](https://github.com/user-attachments/assets/c8aa47f8-5921-48ca-b790-ecee5082f9b4)
![Screenshot 2025-12-24 at 12 50 33 PM](https://github.com/user-attachments/assets/8f554fc1-4c39-44de-bb87-ee48117ddbc8)
![Screenshot 2025-12-24 at 12 52 33 PM](https://github.com/user-attachments/assets/92c27004-db64-4a2c-901d-bc82e4f12dfc)
![Screenshot 2025-12-24 at 12 54 16 PM](https://github.com/user-attachments/assets/f65aefe0-d30e-4db2-8946-fd393fb31166)

</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42Ni45IiwidXBkYXRlZEluVmVyIjoiNDIuNjYuMTMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->

Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/2938
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-12-29 23:49:23 +00:00
2cdbd2584a fix indent
Some checks failed
lint-test-helm / lint-helm (push) Successful in 20s
render-manifests-push / render-manifests-push (push) Successful in 37s
renovate / renovate (push) Has been cancelled
2025-12-29 17:48:31 -06:00
4 changed files with 17 additions and 17 deletions

View File

@@ -9,7 +9,7 @@ booklore:
main:
image:
repository: ghcr.io/booklore-app/booklore
tag: v1.15.0
tag: v1.16.1
pullPolicy: IfNotPresent
env:
- name: TZ

View File

@@ -19,7 +19,7 @@ external-dns-unifi:
webhook:
image:
repository: ghcr.io/kashalls/external-dns-unifi-webhook
tag: v0.7.0
tag: v0.8.0
env:
- name: UNIFI_HOST
value: https://192.168.1.1

View File

@@ -9,7 +9,7 @@ unpoller:
main:
image:
repository: ghcr.io/unpoller/unpoller
tag: v2.20.1
tag: v2.21.0
pullPolicy: IfNotPresent
env:
- name: UP_UNIFI_CONTROLLER_0_SAVE_ALARMS

View File

@@ -43,20 +43,20 @@ ytdl-sub:
working_directory: /cache
subscriptions.yaml: |
__preset__:
preset:
- "Max MP3 Quality"
embed_thumbnail: True
square_thumbnail: True
throttle_protection:
sleep_per_download_s:
min: 5
max: 15
sleep_per_subscription_s:
min: 5
max: 15
max_downloads_per_subscription:
min: 1
max: 200
preset:
- "Max MP3 Quality"
embed_thumbnail: True
square_thumbnail: True
throttle_protection:
sleep_per_download_s:
min: 5
max: 15
sleep_per_subscription_s:
min: 5
max: 15
max_downloads_per_subscription:
min: 1
max: 200
overrides:
music_directory: "/music"