АХТУНГ: Я новичок, в этом хобби(?), поэтому многое могу не понимать, как это должно фикситься и работать, поэтому обращаюсь к людям, которые в этом, благо, разбираются.
В общем, все сделал (как я думаю) правильно.
после установки Proxmox 9.0.3 сделал apt update && apt upgrade, использовал скрипт PVE post install, после чего start-samohosting.
все встало как надо (по крайней мере ко всему остальному у меня нет вопросов, вопрос есть только к Runtipi:
в свою очередь, ./tuntipi-cli debug чист как слеза младенца
⚠️ Make sure you have started tipi before running this command
--- System information ---
┌──────────────┬───────┐
│ OS │ linux │
│ OS Version │ 12 │
│ Memory (GB) │ 8.00 │
│ Architecture │ amd64 │
└──────────────┴───────┘
--- Runtipi configuration ---
┌──────────────────────────────┬────┐
│ Custom runtipi docker config │ No │
│ Custom environment file │ No │
└──────────────────────────────┴────┘
--- Settings.json ---
{
"allowErrorMonitoring": true
}
--- Environment variables ---
┌───────────────────────┬──────────────────────────────────────────────────────────────────┐
│ POSTGRES_PASSWORD │ <redacted> │
│ RABBITMQ_PASSWORD │ <redacted> │
│ APPS_REPO_ID │ 29ca930bfdaffa1dfabf5726336380ede7066bc53297e3c0c868b27c97282903 │
│ APPS_REPO_URL │ https://github.com/runtipi/runtipi-appstore │
│ TIPI_VERSION │ v4.10.1 │
│ INTERNAL_IP │ 192.168.0.153 │
│ ARCHITECTURE │ amd64 │
│ JWT_SECRET │ <redacted> │
│ ROOT_FOLDER_HOST │ /opt/runtipi │
│ RUNTIPI_APP_DATA_PATH │ /opt/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 ---
┌───────────────────────┬────────────────────────┐
│ runtipi-reverse-proxy │ Up 8 minutes │
│ runtipi │ Up 8 minutes (healthy) │
│ runtipi-db │ Up 8 minutes (healthy) │
│ runtipi-queue │ Up 8 minutes │
└───────────────────────┴────────────────────────┘
^ If a container is not 'Up', you can run the command `docker logs <container_name>` to see the logs of that container.
при изучении вывода после ./runtipi-cli start тоже вопросов не возникает, он запустился штатно, без ошибок:
root@start-samohosting:/opt/runtipi# ./runtipi-cli start
✓ User permissions are ok
✓ Copied system files
✓ Generated .env file
✓ File permissions ok
✓ Images pulled
✓ Existing containers stopped
✓ Containers started
╔ Runtipi started successfully 🎉 ════════════════════════╗
║ ║
║ ║
║ Visit http://192.168.0.153:80 to access the dashboard ║
║ ║
║ Find documentation and guides at https://runtipi.io ║
║ ║
║ We are looking for contributors! ║
║ ║
║ ║
╚═════════════════════════════════════════════════════════╝
но вот, как было показано в 1-м скриншоте, работать он отказывается…
Почитав немного логи увидел команду, docker logs (container name), решил посмотреть, авось увижу, в принципе так и получилось, после изучения логов контейнеров runtipi и runtipi-db я заметил что прослушивание IPv4 уходит в 4 нуля на порте 5432, а так же просто выдача логов по runtipi выдает не только стабильную зелень, но есть и варны и error’ки, которые мне, пока что ничего не говорят, но знающим людям, думаю что-то может дать
root@start-samohosting:/opt/runtipi# docker logs runtipi
(node:1) ExperimentalWarning: SQLite is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
21:06:27 - info > Generating system env file
18:06:27 - warn > Queue connection not ready, waiting for initialization...
18:06:27 - warn > Queue connection not ready, waiting for initialization...
18:06:27 - warn > Queue connection not ready, waiting for initialization...
18:06:27 - info > Connected to the queue
18:06:28 - info > EventPublisher: Exchange 'app-events-queue' asserted.
18:06:28 - info > EventPublisher: Exchange 'repo-queue' asserted.
18:06:28 - info > EventPublisher: Exchange 'system-events-queue' asserted.
18:06:28 - info > Log level info
18:06:28 - info > Logs flushed
18:06:28 - info > Running version: v4.10.1
18:06:28 - info > Deleting repo migrated from /data/repos/migrated
18:06:28 - info > Deleted repo migrated from /data/repos/migrated
18:06:28 - error > read ECONNRESET Error: read ECONNRESET
at TLSWrap.onStreamRead (node:internal/stream_base_commons:216:20)
18:06:28 - info > Creating traefik folders
18:06:28 - info > Copying traefik files
18:06:28 - info > Creating base folders
18:06:28 - info > Creating media folders
18:06:28 - info > TLS certificate for tipi.local already exists
root@start-samohosting:/opt/runtipi# docker logs runtipi-db
PostgreSQL Database directory appears to contain a database; Skipping initialization
2026-06-14 18:06:20.125 UTC [1] LOG: starting PostgreSQL 14.23 (Debian 14.23-1.pgdg13+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 14.2.0-19) 14.2.0, 64-bit
2026-06-14 18:06:20.125 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
2026-06-14 18:06:20.125 UTC [1] LOG: listening on IPv6 address "::", port 5432
2026-06-14 18:06:20.127 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2026-06-14 18:06:20.130 UTC [27] LOG: database system was shut down at 2026-06-14 18:06:11 UTC
2026-06-14 18:06:20.134 UTC [1] LOG: database system is ready to accept connections
Заранее спасибо за помощь, постарался дать как можно больше информации о проблеме







