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
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
Hello, which version are you running? Could you share the result of ./runtipi-cli debug?
(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
Okay that's strange everything looks good, can you try to manually:
Then
Same deal. Utterly bizarre
what does
curl --head --silent --fail https://github.com/runtipi/runtipi-appstore
on the runtipi machine show?