512 Commits

Author SHA1 Message Date
elmerfds 3ad09634eb ci: add v2 build support to PR test workflow 2026-02-04 05:27:42 +00:00
GitHub Action 5d749a1fcb Bump version to 1.10.0 v1.10.0 2025-04-21 20:52:53 +00:00
elmerfds 5ad2c9f853 Merge pull request #328 from elmerfds/dependabot/npm_and_yarn/dev-dependencies-6928d419e1
Bump the dev-dependencies group across 1 directory with 2 updates
2025-04-21 21:52:20 +01:00
elmerfds dc0fe80c67 Merge branch 'main' into dependabot/npm_and_yarn/dev-dependencies-6928d419e1 2025-04-21 21:46:45 +01:00
elmerfds 3ef9ba5519 Merge pull request #329 from elmerfds/feat/orphancleanup-grace
Feat/orphancleanup grace
2025-04-21 21:46:28 +01:00
elmerfds d518be41bf Update cleanup grace period for orphaned DNS records to 15 minutes and reflect changes in documentation 2025-04-21 20:10:26 +01:00
elmerfds 8319ff799a Add cleanup grace period for orphaned DNS records and update documentation 2025-04-21 20:01:27 +01:00
dependabot[bot] 108c1fb620 Bump the dev-dependencies group across 1 directory with 2 updates
Bumps the dev-dependencies group with 2 updates in the / directory: [@aws-sdk/client-route-53](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-route-53) and [dockerode](https://github.com/apocas/dockerode).


Updates `@aws-sdk/client-route-53` from 3.777.0 to 3.787.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-route-53/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.787.0/clients/client-route-53)

Updates `dockerode` from 4.0.5 to 4.0.6
- [Release notes](https://github.com/apocas/dockerode/releases)
- [Commits](https://github.com/apocas/dockerode/compare/v4.0.5...v4.0.6)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-route-53"
  dependency-version: 3.787.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: dockerode
  dependency-version: 4.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-21 10:51:58 +00:00
GitHub Action ea797936c8 Bump version to 1.9.1 v1.9.1 2025-04-04 01:06:03 +00:00
elmerfds 1b802351d2 Merge pull request #273 from avargaskun/fix-dns-record-type
Fix record type for IP content
2025-04-04 02:04:56 +01:00
elmerfds ae4cfed2dd Merge pull request #271 from avargaskun/fix-router-match
Fix match by router name
2025-04-04 00:58:56 +01:00
Antonio Vargas 8f2ffb3777 Fix trace logging 2025-04-03 10:01:27 -07:00
Antonio Vargas 4f77bf9498 Fix record type for IP content
- CNAME records do not support IP content
- Unless type was given explicitly by label, change from CNAME to A or AAAA
2025-04-03 09:59:46 -07:00
Antonio Vargas 95047472bf Fix match by router name
- Extract router name from object content rather than index
- Attempt to match router name without '@docker' suffix
2025-04-03 09:39:13 -07:00
GitHub Action 42745120b0 Bump version to 1.9.0 v1.9.0 2025-04-03 11:35:42 +00:00
elmerfds bd079cd9b3 Merge pull request #265 from elmerfds/dev
Dev
2025-04-03 12:34:49 +01:00
elmerfds cbb6a541d9 Merge pull request #264 from elmerfds/feat/fix-s6-timeout-env-dec
Set S6_CMD_WAIT_FOR_SERVICES_MAXTIME environment variable in Dockerfile
2025-04-03 12:28:28 +01:00
elmerfds ad377b1d4f Set S6_CMD_WAIT_FOR_SERVICES_MAXTIME environment variable in Dockerfile 2025-04-03 12:26:24 +01:00
elmerfds ab20e4b042 Merge pull request #256 from avargaskun/startup-timeout
Fix timeout during 10-adduser
2025-04-03 12:24:50 +01:00
Antonio Vargas 13febe888d Merge branch 'main' into startup-timeout 2025-04-02 17:13:46 -07:00
elmerfds 6a58f5a06d Merge pull request #254 from elmerfds/dependabot/github_actions/softprops/action-gh-release-2
Bump softprops/action-gh-release from 1 to 2
2025-04-03 00:04:36 +01:00
elmerfds afe91dc2ad Merge pull request #253 from elmerfds/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 5 to 6
2025-04-03 00:04:25 +01:00
elmerfds 7d2ea011ac Merge pull request #250 from elmerfds/dependabot/npm_and_yarn/dev-dependencies-b4ff7733e6
Bump the dev-dependencies group with 2 updates
2025-04-03 00:04:16 +01:00
elmerfds 005a25dd19 Merge branch 'main' into dependabot/github_actions/softprops/action-gh-release-2 2025-04-03 00:00:54 +01:00
elmerfds d630d75c24 Merge branch 'main' into dependabot/github_actions/docker/build-push-action-6 2025-04-03 00:00:43 +01:00
elmerfds 5ebfb3c724 Merge branch 'main' into dependabot/npm_and_yarn/dev-dependencies-b4ff7733e6 2025-04-03 00:00:14 +01:00
elmerfds 8d84dca18f Merge pull request #263 from elmerfds/feat/readme-update-image-name
Feat/readme update image name
2025-04-02 23:59:00 +01:00
elmerfds a10b173c93 Update README to correct heading for Docker Hub section 2025-04-02 23:55:24 +01:00
elmerfds 39ad976373 Update README to add section on container registries and clarify image sources 2025-04-02 23:54:10 +01:00
elmerfds b8185e1184 Update README to include container registry information and correct service names for TrafegoDNS 2025-04-02 23:46:32 +01:00
elmerfds 27357f90a7 Merge PR #257 from avargaskun/secrets-file: Read secrets from file
Read secrets from file
2025-04-02 22:49:19 +01:00
elmerfds 1eaecf7c3f Merge pull request #261 from elmerfds/dev
pr test workflow: add platform build options
2025-04-02 22:26:24 +01:00
elmerfds a5bea1f9ca Merge pull request #260 from elmerfds/feat/pr-test
Enhance PR testing workflow by adding platform selection for Docker b…
2025-04-02 22:22:23 +01:00
elmerfds 37a4a94778 Merge pull request #259 from elmerfds/dev
add pr test workflow
2025-04-02 22:20:40 +01:00
elmerfds 262fe0ea82 Enhance PR testing workflow by adding platform selection for Docker builds 2025-04-02 22:16:00 +01:00
elmerfds 617c44bbd4 Merge pull request #258 from elmerfds/feat/pr-test
Add GitHub Actions workflow for PR testing and Docker image builds
2025-04-02 22:00:37 +01:00
elmerfds 3e329d8c45 Add GitHub Actions workflow for PR testing and Docker image builds 2025-04-02 20:36:23 +01:00
Antonio Vargas bc9b1773ea Add documentation 2025-04-02 08:41:21 -07:00
Antonio Vargas eb1e2ee6cb Fix timeout during 10-adduser
Symptom:

```
Setting permissions on app and config directories
s6-rc: fatal: timed out
s6-sudoc: fatal: unable to get exit status from server: Operation timed out
```

Inspired by: https://github.com/pi-hole/docker-pi-hole/pull/1192/files
2025-04-02 08:25:43 -07:00
dependabot[bot] 2d76503897 Bump softprops/action-gh-release from 1 to 2
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-version: '2'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-01 19:57:27 +00:00
dependabot[bot] 3810d0ac6c Bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-01 19:57:24 +00:00
Antonio Vargas 91dc8fd2f4 Read secrets from file 2025-03-31 07:42:59 -07:00
dependabot[bot] 6196064592 Bump the dev-dependencies group with 2 updates
Bumps the dev-dependencies group with 2 updates: [@aws-sdk/client-route-53](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-route-53) and [dockerode](https://github.com/apocas/dockerode).


Updates `@aws-sdk/client-route-53` from 3.772.0 to 3.777.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-route-53/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.777.0/clients/client-route-53)

Updates `dockerode` from 4.0.4 to 4.0.5
- [Release notes](https://github.com/apocas/dockerode/releases)
- [Commits](https://github.com/apocas/dockerode/compare/v4.0.4...v4.0.5)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-route-53"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: dockerode
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-31 10:04:01 +00:00
GitHub Action 89d80737ac Bump version to 1.8.2 v1.8.2 2025-03-30 08:20:44 +00:00
elmerfds a3d9982467 Merge pull request #231 from elmerfds/dependabot/npm_and_yarn/dev-dependencies-7fc189bae7 2025-03-30 08:42:48 +01:00
elmerfds dec1ae433a Update README.md 2025-03-25 10:32:19 +00:00
dependabot[bot] b50ee7ade9 Bump the dev-dependencies group with 2 updates
Bumps the dev-dependencies group with 2 updates: [axios](https://github.com/axios/axios) and [@aws-sdk/client-route-53](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-route-53).


Updates `axios` from 1.8.3 to 1.8.4
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.8.3...v1.8.4)

Updates `@aws-sdk/client-route-53` from 3.758.0 to 3.772.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-route-53/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.772.0/clients/client-route-53)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@aws-sdk/client-route-53"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-24 10:34:45 +00:00
elmerfds 53b856d5ff Merge pull request #142 from elmerfds/revert-141-feat/webui
Revert "Update apiRoutes.js"
2025-03-21 01:34:23 +00:00
elmerfds d4f678cb1f Revert "Update apiRoutes.js" 2025-03-21 01:34:01 +00:00
elmerfds 60875cc272 Merge pull request #141 from elmerfds/feat/webui 2025-03-21 01:32:56 +00:00