runtipi-cli debug ``` ⚠️ Make sure you have started tipi before running this command --- System information --- ┌──────────────┬───────┐ │ OS │ linux │ │ OS Version │ 12 │ │ Memory (GB) │ 31.34 │ │ Architecture │ amd64 │ └──────────────┴───────┘ --- Tipi configuration --- ┌───────────────────────────┬─────┐ │ Custom tipi docker config │ Yes │ └───────────────────────────┴─────┘ --- Settings.json --- { "advancedSettings": true, "allowAutoThemes": true, "allowErrorMonitoring": false, "appDataPath": "/home/runtipi/runtipi", "appsRepoUrl": "https://github.com/runtipi/runtipi-appstore", "domain": "yog.duckdns.org", "eventsTimeout": 5, "forwardAuthUrl": "http://runtipi:3000/api/auth/traefik", "guestDashboard": false, "internalIp": "192.168.99.140", "listenIp": "192.168.99.140", "localDomain": "tipi.local", "logLevel": "debug", "persistTraefikConfig": true, "port": 80, "sslPort": 443, "themeBase": "gray", "themeColor": "lime", "timeZone": "America/New_York" } --- Environment variables --- ┌───────────────────────┬──────────────────────────────────────────────────────────────────┐ │ POSTGRES_PASSWORD │ │ │ RABBITMQ_PASSWORD │ │ │ APPS_REPO_ID │ 29ca930bfdaffa1dfabf5726336380ede7066bc53297e3c0c868b27c97282903 │ │ APPS_REPO_URL │ https://github.com/runtipi/runtipi-appstore │ │ TIPI_VERSION │ v4.4.0 │ │ INTERNAL_IP │ 192.168.99.140 │ │ ARCHITECTURE │ amd64 │ │ JWT_SECRET │ │ │ ROOT_FOLDER_HOST │ /home/runtipi/runtipi │ │ RUNTIPI_APP_DATA_PATH │ /home/runtipi/runtipi │ │ NGINX_PORT │ 80 │ │ NGINX_PORT_SSL │ 443 │ │ DOMAIN │ │ │ 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 --- ┌───────────────────────┬────────────────────────┐ │ runtipi-reverse-proxy │ Created │ │ runtipi │ Up 5 minutes (healthy) │ │ runtipi-db │ Up 5 minutes (healthy) │ │ runtipi-queue │ Up 5 minutes │ └───────────────────────┴────────────────────────┘ ^ If a container is not 'Up', you can run the command `docker logs ` to see the logs of that container. ```