📄️ Run Django Celery Workers
Set up Celery workers and beat schedulers for background task processing in your Django application on Appliku.
📄️ Serve Django Media Files
Configure persistent storage for user-uploaded media files in your Django application on Appliku.
📄️ Serve Django Static Files with WhiteNoise
Configure WhiteNoise to serve Django static files efficiently in production on Appliku.
📄️ Connect to Amazon S3
Store media files, backups, and static assets on Amazon S3 or any S3-compatible object storage service.
📄️ CI/CD Integration
Integrate Appliku with your CI/CD pipeline using webhooks for automated deployments after tests pass.
📄️ Zero-Downtime Deployments
Minimize or eliminate downtime during deployments on Appliku using best practices and cluster mode.
📄️ Run Multiple Apps on One Server
Deploy and manage multiple applications on a single server with Appliku.
📄️ Custom Nginx Configuration
Customize the Nginx configuration for your Appliku application to adjust timeouts, upload limits, and more.
📄️ Use uv Package Manager
Speed up Python dependency installation on Appliku using the uv package manager.
📄️ Expose Non-HTTP Ports
Configure your Appliku application to expose TCP ports for non-HTTP services like MQTT, game servers, or custom protocols.