• Что бы вступить в ряды "Принятый кодер" Вам нужно:
    Написать 10 полезных сообщений или тем и Получить 10 симпатий.
    Для того кто не хочет терять время,может пожертвовать средства для поддержки сервеса, и вступить в ряды VIP на месяц, дополнительная информация в лс.

  • Пользаватели которые будут спамить, уходят в бан без предупреждения. Спам сообщения определяется администрацией и модератором.

  • Гость, Что бы Вы хотели увидеть на нашем Форуме? Изложить свои идеи и пожелания по улучшению форума Вы можете поделиться с нами здесь. ----> Перейдите сюда
  • Все пользователи не прошедшие проверку электронной почты будут заблокированы. Все вопросы с разблокировкой обращайтесь по адресу электронной почте : info@guardianelinks.com . Не пришло сообщение о проверке или о сбросе также сообщите нам.

A Git-like tool to keep track of configuration files

Lomanu4 Оффлайн

Lomanu4

Команда форума
Администратор
Регистрация
1 Мар 2015
Сообщения
1,481
Баллы
155
Kitty - A secure, encryption-focused configuration management tool written in Rust


I built Kitty to solve a problem I faced while managing configuration files across servers: I wanted Git-like tracking for system config files, but with built-in encryption and the ability to keep files in their original locations.

What is Kitty?

  • Secure configuration management tool with Git-like commands
  • Files remain in their original locations (no need to symlink like with dotfiles managers)
  • All stored content is encrypted with ChaCha20-Poly1305
  • Password-protected repository access
  • Choose between file-based or SQLite storage
  • Works with system files that might require elevated privileges

Core features:

  • Track, version, and restore configuration files
  • See differences between tracked and current versions
  • Filter and group tracked files
  • Restore previous versions when needed
  • Privilege handling for system files

Kitty is designed for sysadmins, DevOps engineers, and anyone who wants to securely track configuration files without moving them into a Git repository.

The project is open source and written in Rust. It focuses on security first, with all sensitive content encrypted, making it suitable for tracking credentials and other sensitive configurations.

GitHub repo:

Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.



I'd love feedback from the HN community, especially on the security model and additional features that would be useful for your configuration management workflow.


Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.

 
Вверх Снизу