feat(dashy): switch service URLs to .lan hostnames #20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/dashy-lan-hostnames"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
dashy/conf.ymlwith.lanhostnames192.168.1.1) � no hostname needed⛔ DO NOT MERGE until DNS is working on all your devices
This PR will break Dashy links on any device that is not using Adguard (192.168.1.86) as its DNS server. Currently
.lanhostnames only resolve on Atlas (DNS set manually). Your phone, tablet, and other network devices will getERR_NAME_NOT_RESOLVEDfor every link in Dashy.How to fix DNS on your other devices
The real fix — make the Fios router push Adguard as the DNS server to all DHCP clients:
192.168.1.86192.168.1.86as their DNS server automatically192.168.1.86Once all devices resolve
.lanhostnames, merge this PR.⛔ BLOCKED � Do not merge yet.
This PR switches all Dashy URLs to
.lanhostnames. On Atlas this works fine (DNS set manually to Adguard). But on your phone and any other device still using the Fios router for DNS,.lanwill not resolve and every dashboard link will be broken.Resolve the DNS issue on your other devices first, then merge. See the PR description for step-by-step instructions on how to make the Fios router push Adguard to all DHCP clients.
3f24aed109tofd758c1025View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.