R
Runtipi3d ago
Ash

Repo https://github.com/runtipi/runtipi-appstore does not exist

Runtipi can't install/start as it doesn't think the appstore repo exists. I can resolve/clone the repo fine. sudo ./runtipi-cli start ✓ User permissions are ok ✓ Copied system files ✓ Generated .env file ✓ File permissions ok ✓ Images pulled ✓ Existing containers stopped ✗ Failed to start containers ⠙ Starting containers... Debug: Container runtipi-db Creating Container runtipi-db Created Container runtipi Creating Container runtipi Created Container runtipi-reverse-proxy Creating Container runtipi-reverse-proxy Created Container runtipi-db Starting Container runtipi-db Started Container runtipi-db Waiting Container runtipi-db Healthy Container runtipi Starting Container runtipi Started Container runtipi Waiting Container runtipi Error dependency failed to start: container runtipi is unhealthy Curiously, the container is fine docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 37b0a656274b ghcr.io/runtipi/runtipi:v3.10.0 "docker-entrypoint.s…" 16 minutes ago Up 16 minutes (healthy) 3000/tcp runtipi a89ea0562e53 postgres:14 "docker-entrypoint.s…" 16 minutes ago Up 16 minutes (healthy) 0.0.0.0:5432->5432/tcp, [::]:5432->5432/tcp runtipi-db
7 Replies
Ash
AshOP3d ago
I can resolve/git clone/whatever the repo URL so it's not some weirdness there And the tail end of the docker log for the container > [email protected] start > node ./main.js info > Generating system env file (node:111) ExperimentalWarning: SQLite is an experimental feature and might change at any time (Use node --trace-warnings ... to show where the warning was created) info > Log level info info > Logs flushed info > Running version: v3.10.0 info > Generating system env file... info > Connected to the queue info > Cloned repo https://github.com/runtipi/runtipi-appstore to /data/repos/29ca930bfdaffa1dfabf5726336380ede7066bc53297e3c0c868b27c97282903 2025-04-21 19:27:30,424 INFO reaped unknown pid 129 (exit status 128) info > Repo https://github.com/runtipi/runtipi-appstore does not exist error > Failed to pull repo https://github.com/runtipi/runtipi-appstore info > Creating traefik folders info > Copying traefik files info > Creating base folders info > Creating media folders info > TLS certificate for tipi.local already exists info > Repo https://github.com/runtipi/runtipi-appstore does not exist
Nicolas
Nicolas3d ago
Hello, which version are you running? Could you share the result of ./runtipi-cli debug?
Ash
AshOP3d ago
duh forgot you could upload txt files to discord (I am an old and don't use it much)
Ash
AshOP3d ago
(by old I mean 34) version is whatever the install script grabs (not on the 4 beta) Host is Fedora Server 42 running on bare metal
Nicolas
Nicolas3d ago
Okay that's strange everything looks good, can you try to manually:
cd /home/data/runtipi && git clone https://github.com/runtipi/runtipi-appstore 29ca930bfdaffa1dfabf5726336380ede7066bc53297e3c0c868b27c97282903
cd /home/data/runtipi && git clone https://github.com/runtipi/runtipi-appstore 29ca930bfdaffa1dfabf5726336380ede7066bc53297e3c0c868b27c97282903
Then
./runtipi-cli start
./runtipi-cli start
Ash
AshOP3d ago
Same deal. Utterly bizarre
InfBoumcyCastle
what does curl --head --silent --fail https://github.com/runtipi/runtipi-appstore on the runtipi machine show?

Did you find this page helpful?