Releases: shravankumaruk/rs4v-framework
RS4V Framework V1.0.0
🚀 Release: RS4V Framework v1.0.0 🎉
📅 Release Date: 27-06-2025
Welcome to the inaugural stable release of RS4V Framework! This milestone brings a complete, production-ready DICOM server setup with enterprise-grade security.
🎊 What’s New in v1.0.0
-
🔧 Automated Installer
One-step setup viainstall.shor manual pip install – zero headache, zero fuss! -
🛡️ Secure HTTPS Proxy
Nginx + ModSecurity WAF out of the box, with Let’s Encrypt TLS or self-signed fallback. -
🔍 Vulnerability Scanner
scanner.pynow ships with basic config checks, CVE listings, and PDF report export. -
🔐 Two-Factor Authentication
Support for TOTP (Google Authenticator) and YubiKey to lock down your REST API. -
🔄 Backup & Restore
Snapshot and restore your DICOM database and files with single-command simplicity. -
📊 Audit Logging & PDF Reports
Detailed operation logs and on-demand PDF summaries for compliance and audits. -
⚙️ Plugin Architecture
Extend RS4V with custom anonymization, routing, or analytics plugins. -
📈 Monitoring & Health Checks
Sample Prometheus metrics + Grafana dashboards for real-time insight. -
🐞 Robust Troubleshooting
Built-in helpers, dos2unix support, and clear error recovery guides. -
📚 Comprehensive Documentation
Over 2,500 words of guidance in this README, plus video tutorial and PDF deep dives.
🔗 Download & Install
# Automated
git clone https://github.com/shravankumaruk/rs4v-framework.git
cd rs4v-framework
sudo bash install.sh
sudo -E python3 main.py
# Manual
git clone https://github.com/shravankumaruk/rs4v-framework.git
cd rs4v-framework
pip3 install -r requirements.txt
sudo -E python3 main.py