[16:55:09] > sudo ./runtipi-cli debug Welcome to Runtipi CLI ✨ ⚠ Make sure you have started tipi before running this command --- System information --- ┌──────────────┬───────────────────┐ │ OS │ linux │ ├──────────────┼───────────────────┤ │ OS Version │ 6.6.31+rpt-rpi-v8 │ ├──────────────┼───────────────────┤ │ Memory (GB) │ 7.63 │ ├──────────────┼───────────────────┤ │ Architecture │ arm64 │ └──────────────┴───────────────────┘ --- Tipi configuration --- ┌───────────────────────────┬──────┐ │ Custom tipi docker config │ No │ └───────────────────────────┴──────┘ --- Settings.json --- { "allowAutoThemes": true, "allowErrorMonitoring": false, "appDataPath": "/mnt/pistore/runtipi", "appsRepoUrl": "https://github.com/runtipi/runtipi-appstore", "demoMode": false, "dnsIp": "9.9.9.9", "domain": "pifour.neon-universe.ts.net", "guestDashboard": false, "internalIp": "100.103.38.71", "localDomain": "pifour.local", "persistTraefikConfig": false, "postgresPort": 5432, "timeZone": "Asia/Calcutta" } --- Environment variables --- ┌───────────────────────┬──────────────────────────────────────────────────────────────────┐ │ POSTGRES_PASSWORD │ <redacted> │ ├───────────────────────┼──────────────────────────────────────────────────────────────────┤ │ REDIS_PASSWORD │ <redacted> │ ├───────────────────────┼──────────────────────────────────────────────────────────────────┤ │ APPS_REPO_ID │ 29ca930bfdaffa1dfabf5726336380ede7066bc53297e3c0c868b27c97282903 │ ├───────────────────────┼──────────────────────────────────────────────────────────────────┤ │ APPS_REPO_URL │ https://github.com/runtipi/runtipi-appstore │ ├───────────────────────┼──────────────────────────────────────────────────────────────────┤ │ TIPI_VERSION │ v3.6.0 │ ├───────────────────────┼──────────────────────────────────────────────────────────────────┤ │ INTERNAL_IP │ 192.168.0.108 │ ├───────────────────────┼──────────────────────────────────────────────────────────────────┤ │ ARCHITECTURE │ arm64 │ ├───────────────────────┼──────────────────────────────────────────────────────────────────┤ │ JWT_SECRET │ <redacted> │ ├───────────────────────┼──────────────────────────────────────────────────────────────────┤ │ ROOT_FOLDER_HOST │ /home/pifour/runtipi │ ├───────────────────────┼──────────────────────────────────────────────────────────────────┤ │ RUNTIPI_APP_DATA_PATH │ /mnt/pistore/runtipi │ ├───────────────────────┼──────────────────────────────────────────────────────────────────┤ │ NGINX_PORT │ 80 │ ├───────────────────────┼──────────────────────────────────────────────────────────────────┤ │ NGINX_PORT_SSL │ 443 │ ├───────────────────────┼──────────────────────────────────────────────────────────────────┤ │ DOMAIN │ <redacted> │ ├───────────────────────┼──────────────────────────────────────────────────────────────────┤ │ POSTGRES_HOST │ runtipi-db │ ├───────────────────────┼──────────────────────────────────────────────────────────────────┤ │ POSTGRES_DBNAME │ tipi │ ├───────────────────────┼──────────────────────────────────────────────────────────────────┤ │ POSTGRES_USERNAME │ tipi │ ├───────────────────────┼──────────────────────────────────────────────────────────────────┤ │ POSTGRES_PORT │ 5432 │ ├───────────────────────┼──────────────────────────────────────────────────────────────────┤ │ REDIS_HOST │ runtipi-redis │ ├───────────────────────┼──────────────────────────────────────────────────────────────────┤ │ DEMO_MODE │ false │ ├───────────────────────┼──────────────────────────────────────────────────────────────────┤ │ LOCAL_DOMAIN │ pifour.local │ └───────────────────────┴──────────────────────────────────────────────────────────────────┘ --- Docker containers --- ┌───────────────────────┬──────┐ │ runtipi-reverse-proxy │ Up │ ├───────────────────────┼──────┤ │ runtipi │ Up │ ├───────────────────────┼──────┤ │ runtipi-db │ Up │ ├───────────────────────┼──────┤ │ runtipi-redis │ Up │ └───────────────────────┴──────┘ ^ If a container is not 'Up', you can run the command `docker logs <container_name>` to see the logs of that container.