RunTipi dashboard not accessible, apps are fine
Hi All,
Running Tipi for a couple months now, after updating to the latest version i can't access the dashboard any more. I checked my apps and they are fine.
Below the debug:
I also found this when starting:
Any idea's?
Thanks in advance!
derks_admin@nlwdhatipi01:~/runtipi$ ./runtipi-cli debug
⚠️ Make sure you have started tipi before running this command
--- System information ---
┌──────────────┬───────┐
│ OS │ linux │
│ OS Version │ 24.04 │
│ Memory (GB) │ 3.82 │
│ Architecture │ amd64 │
└──────────────┴───────┘
--- Tipi configuration ---
┌───────────────────────────┬────┐
│ Custom tipi docker config │ No │
└───────────────────────────┴────┘
--- Settings.json ---
{
"advancedSettings": true,
"allowAutoThemes": true,
"allowErrorMonitoring": true,
"appDataPath": "/home/derks_admin/runtipi",
"appsRepoUrl": "https://github.com/runtipi/runtipi-appstore",
"domain": "example.com",
"eventsTimeout": 5,
"forwardAuthUrl": "http://runtipi:3000/api/auth/traefik",
"guestDashboard": false,
"internalIp": "192.168.178.13",
"listenIp": "192.168.178.13",
"localDomain": "tipi.local",
"logLevel": "info",
"persistTraefikConfig": false,
"port": 80,
"sslPort": 443,
"themeBase": "zinc",
"themeColor": "purple",
"timeZone": "UTC"
}
--- Environment variables ---
┌───────────────────────┬──────────────────────────────────────────────────────────────────┐
│ POSTGRES_PASSWORD │ <redacted> │
│ RABBITMQ_PASSWORD │ <redacted> │
│ APPS_REPO_ID │ 29ca930bfdaffa1dfabf5726336380ede7066bc53297e3c0c868b27c97282903 │
│ APPS_REPO_URL │ https://github.com/runtipi/runtipi-appstore │
│ TIPI_VERSION │ v4.3.0 │
│ INTERNAL_IP │ 192.168.178.13 │
│ ARCHITECTURE │ amd64 │
│ JWT_SECRET │ <redacted> │
│ ROOT_FOLDER_HOST │ /home/derks_admin/runtipi │
│ RUNTIPI_APP_DATA_PATH │ /home/derks_admin/runtipi │
│ NGINX_PORT │ 80 │
│ NGINX_PORT_SSL │ 443 │
│ DOMAIN │ <redacted> │
│ POSTGRES_HOST │ runtipi-db │
│ POSTGRES_DBNAME │ tipi │
│ POSTGRES_USERNAME │ tipi │
│ POSTGRES_PORT │ 5432 │
│ RABBITMQ_HOST │ runtipi-queue │
│ RABBITMQ_USERNAME │ tipi │
│ DEMO_MODE │ false │
│ LOCAL_DOMAIN │ tipi.local │
└───────────────────────┴──────────────────────────────────────────────────────────────────┘
--- Docker containers ---
┌─────────────────────┬──┐
│ No containers found │ │
└─────────────────────┴──┘
^ If a container is not 'Up', you can run the command `docker logs <container_name>` to see the logs of that container.
derks_admin@nlwdhatipi01:~/runtipi$
derks_admin@nlwdhatipi01:~/runtipi$ ./runtipi-cli debug
⚠️ Make sure you have started tipi before running this command
--- System information ---
┌──────────────┬───────┐
│ OS │ linux │
│ OS Version │ 24.04 │
│ Memory (GB) │ 3.82 │
│ Architecture │ amd64 │
└──────────────┴───────┘
--- Tipi configuration ---
┌───────────────────────────┬────┐
│ Custom tipi docker config │ No │
└───────────────────────────┴────┘
--- Settings.json ---
{
"advancedSettings": true,
"allowAutoThemes": true,
"allowErrorMonitoring": true,
"appDataPath": "/home/derks_admin/runtipi",
"appsRepoUrl": "https://github.com/runtipi/runtipi-appstore",
"domain": "example.com",
"eventsTimeout": 5,
"forwardAuthUrl": "http://runtipi:3000/api/auth/traefik",
"guestDashboard": false,
"internalIp": "192.168.178.13",
"listenIp": "192.168.178.13",
"localDomain": "tipi.local",
"logLevel": "info",
"persistTraefikConfig": false,
"port": 80,
"sslPort": 443,
"themeBase": "zinc",
"themeColor": "purple",
"timeZone": "UTC"
}
--- Environment variables ---
┌───────────────────────┬──────────────────────────────────────────────────────────────────┐
│ POSTGRES_PASSWORD │ <redacted> │
│ RABBITMQ_PASSWORD │ <redacted> │
│ APPS_REPO_ID │ 29ca930bfdaffa1dfabf5726336380ede7066bc53297e3c0c868b27c97282903 │
│ APPS_REPO_URL │ https://github.com/runtipi/runtipi-appstore │
│ TIPI_VERSION │ v4.3.0 │
│ INTERNAL_IP │ 192.168.178.13 │
│ ARCHITECTURE │ amd64 │
│ JWT_SECRET │ <redacted> │
│ ROOT_FOLDER_HOST │ /home/derks_admin/runtipi │
│ RUNTIPI_APP_DATA_PATH │ /home/derks_admin/runtipi │
│ NGINX_PORT │ 80 │
│ NGINX_PORT_SSL │ 443 │
│ DOMAIN │ <redacted> │
│ POSTGRES_HOST │ runtipi-db │
│ POSTGRES_DBNAME │ tipi │
│ POSTGRES_USERNAME │ tipi │
│ POSTGRES_PORT │ 5432 │
│ RABBITMQ_HOST │ runtipi-queue │
│ RABBITMQ_USERNAME │ tipi │
│ DEMO_MODE │ false │
│ LOCAL_DOMAIN │ tipi.local │
└───────────────────────┴──────────────────────────────────────────────────────────────────┘
--- Docker containers ---
┌─────────────────────┬──┐
│ No containers found │ │
└─────────────────────┴──┘
^ If a container is not 'Up', you can run the command `docker logs <container_name>` to see the logs of that container.
derks_admin@nlwdhatipi01:~/runtipi$
derks_admin@nlwdhatipi01:~/runtipi$ ./runtipi-cli start
✓ User permissions are ok
✗ Failed to copy system files
Error: failed to write docker-compose.yml: open /home/derks_admin/runtipi/docker-compose.yml: permission denied
derks_admin@nlwdhatipi01:~/runtipi$
derks_admin@nlwdhatipi01:~/runtipi$ ./runtipi-cli start
✓ User permissions are ok
✗ Failed to copy system files
Error: failed to write docker-compose.yml: open /home/derks_admin/runtipi/docker-compose.yml: permission denied
derks_admin@nlwdhatipi01:~/runtipi$
1 Reply
Okay, so dumb me... some issue with the rights. Still learning Linux.