Bharat Kalluri
Bharat Kalluri
RRuntipi
Created by Bharat Kalluri on 5/1/2025 in #🙋🏼・help
After upgrade, there are two start_period 's in docker-compose.yml. causing a startup failure
No description
9 replies
RRuntipi
Created by Bharat Kalluri on 9/22/2024 in #🙋🏼・help
help with home assistant and home kit bridge integration
I’ve recently started running home assistant. Everything runs great, just that I’m not able to connect HomeKit bridge to my phone. How do I make this work? Currently it tries to connect for a while and fails.
83 replies
RRuntipi
Created by Bharat Kalluri on 9/2/2024 in #🙋🏼・help
HTTPS with Tailscale certs & TS domain
I'm just curious if I can pull this off. I understand that tailscale does HTTPS letsencrypt certs (https://tailscale.com/kb/1153/enabling-https). I also found that traefik supports tailscale cert resolver natively (https://www.tailscale.com/blog/traefik-certificate-resolver?ref=traefik.io & https://traefik.io/blog/exploring-the-tailscale-traefik-proxy-integration/) I want to set the local domain to my tailnet domain so that jellyfin.<tailnetdomain>.ts.net uses the tailscale cert resolver and resolves the HTTPs certificate. is there any way I can achieve this? can I set the local domain to be the tailnet domain? what I've tried I've changed myresolver to
certificatesResolvers:
myresolver:
tailscale: {}
certificatesResolvers:
myresolver:
tailscale: {}
and the following user config
services:
runtipi-reverse-proxy:
volumes:
- /var/run/tailscale/tailscaled.sock:/var/run/tailscale/tailscaled.sock
- /var/lib/tailscale/certs:/certs/tailscale:ro
services:
runtipi-reverse-proxy:
volumes:
- /var/run/tailscale/tailscaled.sock:/var/run/tailscale/tailscaled.sock
- /var/lib/tailscale/certs:/certs/tailscale:ro
with this, I can get https://<machinename>.<tailnet>.ts.net (host domain) https working with a valid lets encrypt cert. but the subdomains such as deluge.<machinenmae>.<tailnet>.ts.net does not resolve at all. in context, I setup <tailnet>.ts.net as the local domain since everything is running inside tailscale
21 replies
RRuntipi
Created by Bharat Kalluri on 8/26/2024 in #🙋🏼・help
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
3 replies
RRuntipi
Created by Bharat Kalluri on 8/25/2024 in #🙋🏼・help
Help with running Baszel
I've installed Baszel today along with the agent. Post setup, during adding a new system in the app, I tried setting the host name to - 0.0.0.0 - IP address of my machine - localhost - baszel-agent (thought the network would be the same, hence docker should resolve) I'm probably understanding something wrong. I understand the app is added just a while back and there are docs missing. I could help with post install documentation once I can figure it out. How do I connect baszel with its agent?
6 replies
RRuntipi
Created by Bharat Kalluri on 8/16/2024 in #🙋🏼・help
Downloads in transmission don't show up in file manager
Just setup tipi, everything works great. Transmission by default seems to download to /downloads/complete. But post success of download, I don't find any files in ~/runtipi/media/torrents/complete or in any other folder in ~/runtipi.
How can I download files either to ~/runtipi/media/torrents or ~/runtipi/media/data/music?
18 replies