Thanks to visit codestin.com
Credit goes to github.com

Skip to content

level09/ignite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Ignite 🔥

One command to deploy Enferno-based Flask apps with automatic SSL.

Quick Start

# One-liner
curl -sSL https://raw.githubusercontent.com/level09/ignite/main/ignite.sh | sudo DOMAIN=app.example.com bash

# Or download and run interactively
wget https://raw.githubusercontent.com/level09/ignite/main/ignite.sh
sudo bash ignite.sh

What It Does

  • Deploys Enferno or ReadyKit apps
  • Automatic SSL via Caddy (zero config)
  • Python 3.13 + uv package manager
  • Redis for sessions and Celery
  • systemd services with auto-restart
  • UFW firewall (ports 22, 80, 443)
  • SSH access with sudo for app user

Configuration

Variable Default Description
DOMAIN required Your domain name
REPO level09/enferno GitHub repository
BRANCH master Git branch
DB sqlite Database: sqlite or postgres
ADMIN_EMAIL admin@{DOMAIN} Admin login email
ADMIN_PASSWORD auto-generated Admin password
SKIP_SSL false Skip SSL for localhost/IP testing

Examples

# Deploy ReadyKit with PostgreSQL
DOMAIN=app.example.com REPO=level09/readykit DB=postgres ./ignite.sh

# Deploy with custom admin
DOMAIN=app.example.com [email protected] ./ignite.sh

# Local testing (no SSL)
DOMAIN=localhost SKIP_SSL=true ./ignite.sh

Requirements

  • Ubuntu 22.04 or 24.04
  • Root access
  • Domain pointing to server (for SSL)

After Deployment

  • App: https://your-domain.com
  • SSH: ssh {user}@your-domain.com (uses your existing SSH key)
  • Credentials: /home/{user}/.credentials
  • Logs: journalctl -u {domain}.service

License

MIT

About

One command to deploy Enferno Apps with SSL!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages