Self-hosted Flame: A Start Page for Your Team

Self-hosted Flame: A Start Page for Your Team
Flame screenshot

Flame, an open-source, self-hosted start page for your server that streamlines your daily workflow and keeps your favorite applications and bookmarks at your fingertips.

Self-hosted Flame screencast

Imagine you're a small business owner, and every day you juggle between various web applications – from your email client to your knowledge base running on self-hosted Bookstack. With Flame, you can create a small business dashboard that acts as a central hub for all these services, making your day more organized and efficient. And when a new team member joins the team they have a great starting point for all the services your business uses.

With Flame, you can say goodbye to the hassle of remembering URLs or searching through bookmarks. Everything you need is just one click away, on a start page that's as unique as your business.

Formable's Flame Portainer stack docker-compose.yml

version: '3.6'

services:
  flame:
    image: pawelmalak/flame:multiarch
    container_name: flame
    volumes:
      - app_data:/app/data
      - /var/run/docker.sock:/var/run/docker.sock # optional but required for Docker integration
    ports:
      - 10105:5005
    environment:
      - PASSWORD=flamepassword
    restart: unless-stopped

volumes:
  app_data:

Managed Self Hosted Flame

Formable sets up, monitors and updates your cloud applications.

💡
Formable installs Flame at your own subdomain, for example: start.formable.app
🔒
Free Let's Encrypt certificate setup and renewal with certbot.
📡
We monitor your application subdomain with Formable's Uptime Kuma server.
⚙️
Formable updates your application and checks for any breaking changes.
💾
Formable configures Kopia to take incremental snapshots of your application data and files to AWS S3.
✉️
Formable starts you on our Mailgun SMTP server for email notification delivery. We can then get you setup with your own Mailgun account and subdomain, so you can track deliverability.
🚨
Formable resolves any application downtime issues and supports your team.
Mastodon