Add Healthchecks service details to architecture and backup documentation, including its role as a Dead man's switch for backups. Update backup scripts to utilize systemd timers instead of cron for improved scheduling. Enhance network topology documentation to reflect Healthchecks integration in the VPS Miran setup. This update clarifies backup processes and enhances overall system reliability.
24 lines
606 B
Plaintext
24 lines
606 B
Plaintext
# Healthchecks на VPS Миран
|
|
# Копировать: cp .env.example .env
|
|
|
|
SITE_ROOT=https://healthchecks.katykhin.ru/healthchecks
|
|
SECRET_KEY=CHANGE_ME_openssl_rand_hex_32
|
|
ALLOWED_HOSTS=healthchecks.katykhin.ru,185.147.80.190,localhost
|
|
|
|
DB=postgres
|
|
DB_HOST=db
|
|
DB_NAME=hc
|
|
DB_USER=postgres
|
|
DB_PASSWORD=CHANGE_ME_secure_password
|
|
|
|
# Свой бот (не @HealthchecksBot!) — создать через @BotFather, username бота
|
|
TELEGRAM_TOKEN=
|
|
TELEGRAM_BOT_NAME=YourBotUsername
|
|
|
|
REGISTRATION_OPEN=False
|
|
|
|
EMAIL_HOST=
|
|
EMAIL_HOST_USER=
|
|
EMAIL_HOST_PASSWORD=
|
|
DEFAULT_FROM_EMAIL=healthchecks@katykhin.ru
|