Get Started
Install
Start installing Blinko under 5 minutes
Deploy on Railway Directly
Railway uses Docker containers to deploy Blinko. when you click the “Deploy on Railway” button, Railway will:
- automatically setup the PostgreSQL database service
- configure the necessary environment variables
- deploy the latest version of the Blinko Docker image
Prerequisites
Security Warning: You must change the 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:
Bash Script Installation
The install.sh use docker run to deploy Blinko.If you feel it’s not safe, you can use the other method below.
Docker Installation
- Must mount the data volume of postgres or your data will be lost
- Replace
NEXTAUTH_SECRET=my_ultra_secure_nextauth_secret
with your own secure secret key
Docker Compose Installation
To deploy Blinko using docker compose, create a docker-compose.yml file with the following configuration: