Maintained by Thijmen Heuvelink

Flame is self-hosted startpage for your server. Its design is inspired (heavily) by SUI. Flame is very easy to setup and use.

Docker Compose

Save the following contents as a docker-compose.yml file.

version: '3.6'

services:
  flame:
    image: pawelmalak/flame
    container_name: flame
    volumes:
      - /home/$USER/env/flame:/app/data
    ports:
      - 5005:5005
    environment:
      - PASSWORD=b00kst4ck
    restart: unless-stopped

Starting it

docker-compose up -d

This knowledge base serves as a valuable tool to simplify installations, troubleshoot common problems and to enhance the overall developer / admin experience. mail@thijmenheuvelink.nl - all rights reserved