Installation
# Create a new directory for Dashly
mkdir dashly
cd dashly
# Configure environment variables
echo "NGINX_DB_PATH=/path/to/your/nginx/database.sqlite" >> .env
echo "USER_SETTINGS=/data/" >> .env
# Download the Docker Compose file
wget https://raw.githubusercontent.com/lklynet/dashly/refs/heads/main/docker-compose.yml
# Start Dashly
docker compose up -d
# or
docker-compose up -d