Start installing Blinko under 5 minutes
Docker
NEXTAUTH_SECRET
value in all installation methods below. Using the default value poses a significant security risk. Generate a strong random string for production use.Example of generating a secure secret:install.sh
NEXTAUTH_SECRET=my_ultra_secure_nextauth_secret
with your own secure secret keyStep 1: Create the custom Docker network
Step 2: Run the PostgreSQL database container
Step 3: Run the Blinko website container
Step 1: Create docker-compose.yml
Step 2: Execute docker-compose command to initiate Blinko