Huntc184 Updated Access

The huntc184 updated version shines in three scenarios:

docker pull huntc184/stable:updated
docker-compose down
docker-compose up -d

Warning: The huntc184 updated release changes the internal database schema. Downgrading after migration is not supported without restoring from backup. huntc184 updated

Underlying libraries [e.g., libyaml, OpenSSL, or specific framework] were bumped to their latest stable minors. No API changes, but better security posture. The huntc184 updated version shines in three scenarios:

sudo systemctl stop huntc184
cp /etc/huntc184/config.yaml ~/huntc184_backup/
wget https://repo.huntc184.dev/updated/huntc184-v2.1.tar.gz
tar -xzf huntc184-v2.1.tar.gz -C /opt/
sudo /opt/huntc184/bin/huntc184 --migrate-config
sudo systemctl start huntc184