2021-06-10 13:44:03 +02:00
2021-05-06 19:04:00 +02:00
2021-06-05 15:48:43 +02:00
2021-06-10 13:44:03 +02:00
2021-06-08 23:22:59 +00:00
2021-06-08 23:22:59 +00:00

Flame

Homescreen screenshot

Description

Flame is self-hosted startpage for your server. It's inspired (heavily) by SUI

Technology

  • Backend
    • Node.js + Express
    • Sequelize ORM + SQLite
  • Frontend
    • React
    • Redux
    • TypeScript
  • Deployment
    • Docker

Development

git clone https://github.com/pawelmalak/flame
cd flame

# run only once
npm run dev-init

# start backend and frontend development servers
npm run dev

Deployment with Docker

# build image
docker build -t flame .

# run container
docker run -p 5005:5005 -v <host_dir>:/app/data flame

Functionality

  • Applications
    • Create, update and delete applications using GUI
    • Pin your favourite apps to homescreen

Homescreen screenshot

  • Bookmarks
    • Create, update and delete bookmarks and categories using GUI
    • Pin your favourite categories to homescreen

Homescreen screenshot

  • Weather
    • Get current temperature, cloud coverage and weather status with animated icons
  • Themes
    • Customize your page by choosing from 12 color themes

Homescreen screenshot

Description
No description provided
Readme 4.8 MiB
Languages
TypeScript 70.4%
JavaScript 22%
CSS 5.2%
Python 1.5%
HTML 0.6%
Other 0.3%