780f6b1a8624c91e34b70acdc3b66c8d03e50eb3
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/bakito/adguardhome-sync](https://github.com/bakito/adguardhome-sync) | patch | `v0.9.2` → `v0.9.3` | --- ### Release Notes <details> <summary>bakito/adguardhome-sync (ghcr.io/bakito/adguardhome-sync)</summary> ### [`v0.9.3`](https://github.com/bakito/adguardhome-sync/releases/tag/v0.9.3) [Compare Source](https://github.com/bakito/adguardhome-sync/compare/v0.9.2...v0.9.3) #### Changelog - [`30734b0`](https://github.com/bakito/adguardhome-sync/commit/30734b046d8e1a8d0a65b5adcce5ed976f0bb3c0): Add comprehensive API documentation to README.md ([#​888](https://github.com/bakito/adguardhome-sync/issues/888)) ([@​bakito](https://github.com/bakito)) - [`b532d80`](https://github.com/bakito/adguardhome-sync/commit/b532d80ce679b15dd1511a20fb6ead90218331ce): feat: implement liveness/readyness checks and cli ([#​929](https://github.com/bakito/adguardhome-sync/issues/929)) ([@​bakito](https://github.com/bakito)) - [`0d11d26`](https://github.com/bakito/adguardhome-sync/commit/0d11d267962d1bf1862449def29fe2fc4b3a1c33): feat: replica specific feature ([#​930](https://github.com/bakito/adguardhome-sync/issues/930)) ([@​bakito](https://github.com/bakito)) - [`6639a01`](https://github.com/bakito/adguardhome-sync/commit/6639a0118e7bbe4440b821e5a15fd0f2aadf7de0) chore(deps): update dependency adguardteam/adguardhome to v0.107.79 #### Fixed Issues - Per-replica feature sync configuration [#​928](https://github.com/bakito/adguardhome-sync/issues/928) - Rate limit subnet lengths are silently not synced against AdGuardHome >= v0.107.79 (model generated from v0.107.78 spec typo) [#​917](https://github.com/bakito/adguardhome-sync/issues/917) - DHCP Static leases - modification to lease on origin not copied to replica [#​905](https://github.com/bakito/adguardhome-sync/issues/905) - Docker healthcheck endpoint [#​887](https://github.com/bakito/adguardhome-sync/issues/887) #### 🦠 VirusTotal Report 🔎 | File | Archive | Binary | Last Scan | | ------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | adguardhome-sync\_0.9.3\_windows\_386.zip | [](https://www.virustotal.com/gui/file-analysis/NTc0NjUwOWI1M2MxZWMyMjRjYmFjZDRiMTk3ZjBhNmE6MTc4OTI5NzA3Ng==/detection) | [](https://www.virustotal.com/gui/file-analysis/ZDgxNWVjY2ZlNWFiMjRjMTM2OTBiNjA2ZWRkNDY5MzM6MTc4OTI5NzA4MQ==/detection) | [](https://www.virustotal.com/gui/file-analysis/ZDgxNWVjY2ZlNWFiMjRjMTM2OTBiNjA2ZWRkNDY5MzM6MTc4OTI5NzA4MQ==/detection) | | adguardhome-sync\_0.9.3\_windows\_amd64.zip | [](https://www.virustotal.com/gui/file-analysis/N2QzYmIwMjQ1ZDQzMTRjNDMzMDk5ODNjZDVjOGRhNzY6MTc4OTI5NzA4NA==/detection) | [](https://www.virustotal.com/gui/file-analysis/NDBlZjMyODhiZGYyNzFmYjA0OTE5MDI5NGYwYmQ2Mjg6MTc4OTI5NzA4OQ==/detection) | [](https://www.virustotal.com/gui/file-analysis/NDBlZjMyODhiZGYyNzFmYjA0OTE5MDI5NGYwYmQ2Mjg6MTc4OTI5NzA4OQ==/detection) | </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 becomes conflicted, 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 [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4zOS4zIiwidXBkYXRlZEluVmVyIjoiNDQuMzkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> --------- Co-authored-by: Renovate Bot <bot@renovateapp.com> Reviewed-on: https://git.ivanch.me/ivanch/haven/pulls/9
Haven
A forever-work-in-progress self-hosted server setup
Runs on a multi-node k3s cluster deployed across VMs and bare-metal hosts.
Application configuration is stored on an NFS share located on a dedicated SSD. This uses nfs-subdir-external-provisioner as a dynamic storage provisioner with PVC-specific paths. Additional data is stored on a NAS exported via NFS.
The cluster runs k3s with nginx as the ingress controller. MetalLB is used in layer 2 mode for load balancing. cert-manager provides a local CA and issues certificates (required by Vaultwarden).
For setup details, see SETUP.md.
The repository name references my local TLD, .haven ;)
Repository Layout
haven/
├── bootstrap/
│ ├── namespaces.yaml # cluster namespaces
│ ├── secretstores.yaml # cluster secret stores for BitWarden ESO
│ ├── address-pool.yaml # cluster IP pool for MetalLB
│ ├── argocd-install/ # Argo CD install manifests + ingress
│ └── root-app.yaml # root Application watching apps/root
├── secrets/
│ ├── adguard.yaml # adguard credentials from BitWarden
│ ├── <app>.yaml # <app> credentials from BitWarden
│ └── ...
├── apps/
│ ├── root/
│ │ ├── kustomization.yaml # points to applicationset.yaml
│ │ └── applicationset.yaml# auto-discovers apps/*/*.yaml
│ └── <namespace>/ # e.g., dev/, default/, infra/, monitoring/
│ ├── <app-1>.yaml # all-in-one manifest per app
│ ├── <app-2>.yaml # ...
| └──── ...
Languages
Markdown
100%