--- System information --- ┌──────────────┬───────┐ │ OS │ linux │ │ OS Version │ 12 │ │ Memory (GB) │ 62.68 │ │ Architecture │ amd64 │ └──────────────┴───────┘ --- Tipi configuration --- ┌───────────────────────────┬─────┐ │ Custom tipi docker config │ Yes │ │ Custom environment file │ No │ └───────────────────────────┴─────┘ --- Settings.json --- { "advancedSettings": true, "allowAutoThemes": true, "allowErrorMonitoring": true, "appDataPath": "/home/thinker/runtipi", "appsRepoUrl": "https://github.com/runtipi/runtipi-appstore", "domain": "\u003credacted\u003e", "eventsTimeout": 5, "forwardAuthUrl": "http://runtipi:3000/api/auth/traefik", "guestDashboard": false, "internalIp": "192.168.0.156", "listenIp": "192.168.0.156", "localDomain": "tipi.local", "logLevel": "info", "persistTraefikConfig": true, "port": 80, "sslPort": 443, "themeBase": "zinc", "themeColor": "red", "timeZone": "Europe/Brussels" } --- Environment variables --- ┌───────────────────────┬──────────────────────────────────────────────────────────────────┐ │ POSTGRES_PASSWORD │ │ │ RABBITMQ_PASSWORD │ │ │ APPS_REPO_ID │ 29ca930bfdaffa1dfabf5726336380ede7066bc53297e3c0c868b27c97282903 │ │ APPS_REPO_URL │ https://github.com/runtipi/runtipi-appstore │ │ TIPI_VERSION │ v4.5.5 │ │ INTERNAL_IP │ 192.168.0.156 │ │ ARCHITECTURE │ amd64 │ │ JWT_SECRET │ │ │ ROOT_FOLDER_HOST │ /home/thinker/runtipi │ │ RUNTIPI_APP_DATA_PATH │ /home/thinker/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 │ Up 3 minutes │ │ runtipi │ Up 4 minutes (healthy) │ │ runtipi-queue │ Up 4 minutes │ │ runtipi-db │ Up 4 minutes (healthy) │ └───────────────────────┴────────────────────────┘ ^ If a container is not 'Up', you can run the command `docker logs ` to see the logs of that container.