Skip to content

Releases: AAChibilyaev/bitrix-cdn-server

v1.0.0 - Initial Release

01 Sep 10:04

Choose a tag to compare

🚀 Bitrix CDN Server v1.0.0

First public release of Bitrix CDN Server for automatic WebP image conversion and optimization.

✨ Features

  • 🐳 Docker Support: Quick deployment via Docker Compose
  • 💻 Native Installation: Traditional server setup for maximum control
  • 🖼️ WebP Conversion: On-the-fly image optimization
  • 📁 SSHFS Integration: Secure mount of Bitrix files
  • 💾 Redis Caching: Fast metadata storage
  • 📊 Monitoring: Prometheus & Grafana integration
  • 🔒 Security: Rate limiting, CORS, security headers
  • 🔐 SSL Support: Let's Encrypt integration

📦 Installation

Docker (Recommended)

git clone https://github.com/AAChibilyaev/bitrix-cdn-server.git
cd bitrix-cdn-server
cp .env.example .env
./docker-manage.sh setup
docker-compose up -d

Native Installation

cd bitrix-cdn-server
chmod +x scripts/install.sh
./scripts/install.sh

📖 Documentation

🧪 Tested On

  • ✅ Debian 11/12
  • ✅ macOS (local development)
  • ✅ Docker 20.10+

📄 License

MIT License - see LICENSE file for details.


Developed by Alexandr Chibilyaev (AAC)