Runtipi

R

Runtipi

Join the community to ask questions about Runtipi and get answers from other members.

Join

Overseerr Plex Login fails

Hi all I face the issue, that Overseerr won't login to plex. The plex popup appears and I am able to login there, but the authorization seems not to (or faulty) being passed back to my Overseerr. I'm running Tipi on a RPi5 8GB, with all my apps connected via a cloudflare tunnel to the internet....

Plex server cannot be used with default settings - Not authorized

Hi, while all my other apps work fine including the whole *arr suite, the Plex server even though it's running fine and I am able to claim it, no matter what I do, I get a Not authorized screen when trying to access it. I have tried SSH tunneling to access it by localhost, reauthenticating, changing permissions of media and config folderss, even reinstalling but to no avail. Any fresh ideas would be great. I previously had a Plex docker container running on a home server which was using the official docker image, so I might just creat a user-config docker compose with that, but I was hoping to avoid that....

Mastodon Update 4.3.1

Problem after Update the Mastodon Server from 4.2.13 to 4.3.1 Mastodon not start anymore and the log file show: to generate new secrets and then assign the environment variables. I found already the command to generate the scret keys: sudo docker exec -it -w /app/www mastodon bin/rails db:encryption:init But i don´t know how i can set the secrets key to ".env.production" ...

Configuring dnsChallenge using RFC2136 as a provider

I followed the steps here https://runtipi.io/docs/guides/dns-challenge-cloudflare and https://runtipi.io/docs/guides/customize-compose-and-traefik to make modifications to the docker compose & traefik configs. I deleted traefik/tls/* and traefik/shared/acme.json, then restarted runtipi, and the files were regenerated. However, it regenerated a self-signed certificate and in the UI I saw an error about trying to request a certificate from Let's Encrypt for the internal private IP address instead of the domain name. I added this to user-data/tipi-compose.yml: ```services: runtipi-reverse-proxy:...

autostart tipi when ubuntu server starts

i've just installed tipi and had to reboot my ubuntu server - tipi didn't start and i got an error message when i tried to start it again manually. i have now installed it again, there is nothing on the ubuntu server apart from the tipi install. please let me know how do i enable tipi to start automatically with my server? thank you!

Homebox error - Unable to start

````shell homebox | 4:02PM ERR ../go/src/app/app/api/main.go:122 > failed creating schema resources error="sqlite: check foreign_keys pragma: reading schema information unable to open database file: out of memory (14)" driver=sqlite url=/data/homebox.db?_pragma=busy_timeout=2000&_pragma=journal_mode=WAL&_fk=1 homebox | panic: sqlite: check foreign_keys pragma: reading schema information unable to open database file: out of memory (14) homebox | homebox | goroutine 1 [running]:...

Migrating data from plain Docker to Runtipi

Now from reading the documentation I understood that I can define a custom app data path. This is not the problem, but much rather using the current data for Runtipi. Can I just replace my docker compose files with the ones from the Runtipi app store and Runtipi will pick them up or does that create issues? I want to avoid doing an actual DB migration since it's on the same system Structure: ``` -metube/compose.yml...

Unable to start any installed app

All of the apps were working fine until today. They suddently stopped and not they cannot be started again. Here is what I got in the logs for one of the apps, it is happening for all the apps.

NFS mnt for Plex

I could use some help wrapping my head around this. Ubuntu 22.04, I have an nfs drive mounted as "mnt/media". What would a user-config look like to map plex to this?...

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....

SearXNG not working with Cloudflare Zero Trust

I followed from official guide to setup Cloudflare Zero Trust with Runtipi. Autocomplete is slow while typing in search bar. After searching something random. The search engines are timeout. Same issue in Local Host. But I do get a red box text saying...

tipi does not seem to pick up the corret ip

cli commands for apps are failing. the shown ip from the log below 10.255.255.254 is not the one that is used for the web-gui. ``` ./runtipi-cli app start authentik Welcome to Runtipi CLI ✨...

is it possible to use traefik to expose other services on the machine?

For example, i run proxmox on my server, can i use traefik to expose it too? I tried adding a service and route using both tipi-compose at user-config and dynamic at traefik, with no success...

No Available app update even through there are updates in GitHub

I have observed an issue in last few weeks that even though there are app updates pushed in GitHub, one of my runtipi instance just doesn't show any updates at all. The app is working fine but there are no updates. There is virtually no difference in my tow instances. How do I debug and fix this.

Media subfolders

Can you customize them? i don't like the structure tipi creates.

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. ...

DNS challenge and wildcard certificates

Expected behavior, generate only one wildcard cert for all apps, but instead runtipi still generates a single cert per app. Traefik .yml api:...

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?...

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...

Custom Docker Image

I've some questions about the custom docker image. How do i create a custom image and use my image instead the one from the runtipi appstore? with the user-config/docker-compose.yml file? Does the restart app button from the ui suppose to reload my config and apply my custom image?...