You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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 the sudo mtbuddy install command. You can now pass an existing config.toml file directly during installation. The tool intelligently parses the file to auto-detect your port and tls_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.md for the new flag.