Help in setting up local domain in wifi

Currently on my tipi setup, the local domain is set to tipi.lan & for an application like immich, the URL is configured to immich.tipi.lan. But unfortunately, on hitting the domain unknown host. I understand that usually domains like these are setup using mdns & avahi on say ubuntu installs. I don't see any code relating to avahi in runtipi org. How can I go about fixing this? tangential, but interested to know how I can avoid this
runtipi-reverse-proxy | 2024-08-26T21:12:44Z ERR Unable to obtain ACME certificate for domains error="unable to generate a certificate for the domains [192.168.0.102:8144]: acme: error: 400 :: POST :: https://acme-v02.api.letsencrypt.org/acme/new-order :: urn:ietf:params:acme:error:rejectedIdentifier :: Invalid identifiers requested :: Cannot issue for \"192.168.0.102:8144\": Domain name contains an invalid character" ACME CA=https://acme-v02.api.letsencrypt.org/directory acmeCA=https://acme-v02.api.letsencrypt.org/directory domains=["192.168.0.102:8144"] providerName=myresolver.acme routerName=deluge@docker rule=Host(`192.168.0.102:8144`)
runtipi-reverse-proxy | 2024-08-26T21:12:44Z ERR Unable to obtain ACME certificate for domains error="unable to generate a certificate for the domains [192.168.0.102:8144]: acme: error: 400 :: POST :: https://acme-v02.api.letsencrypt.org/acme/new-order :: urn:ietf:params:acme:error:rejectedIdentifier :: Invalid identifiers requested :: Cannot issue for \"192.168.0.102:8144\": Domain name contains an invalid character" ACME CA=https://acme-v02.api.letsencrypt.org/directory acmeCA=https://acme-v02.api.letsencrypt.org/directory domains=["192.168.0.102:8144"] providerName=myresolver.acme routerName=deluge@docker rule=Host(`192.168.0.102:8144`)
is this expected? more logs attached
2 Replies
Nicolas
Nicolas9mo ago
Runtipi
Runtipi - Homeserver management made easy
Free and open-source, Runtipi lets you install all your favorite self-hosted apps without the hassle of configuring and managing each service. One-click installs and updates for more than 80 popular apps.
Bharat Kalluri
Bharat KalluriOP9mo ago
got it, sorry I could have RTFM. I was thinking its just about trusting the certs, not essentially about setting the DNS records etc.. since I was wondering why tipi.lan was not even resolving, this doc does not apply to me since I was not trying to setup https. Thanks for the direction!

Did you find this page helpful?