v0.13.0: Install from existing config
🇷🇺 Что нового (RU)
mtbuddy: Добавлена поддержка флага--config(или-c) в командуsudo mtbuddy install. Теперь вы можете указать путь к существующему файлуconfig.tomlпри развертывании. Установщик автоматически прочитает из него порт и домен для корректной настройки фаервола, фрагментации TCPMSS и обхода DPI (Nginx), после чего скопирует конфиг в нужную системную директорию. Это делает миграцию между серверами еще проще!- docs: В
README.mdдобавлены примеры и обновлена таблица аргументов с описанием нового флага установки.
🇬🇧 Release notes (EN)
mtbuddy: Introduced the--config(-c) flag to thesudo mtbuddy installcommand. You can now pass an existingconfig.tomlfile directly during installation. The tool intelligently parses the file to auto-detect yourportandtls_domain(ensuring firewall, TCPMSS, and Nginx masking rules match your config perfectly), then automatically copies the file to the correct system directory. This makes unattended server migrations completely seamless!- docs: Added usage examples and updated the installation argument table in
README.mdfor the new flag.