Flame is self-hosted startpage for your server. Easily manage your apps and bookmarks with built-in editors.
Go to file
2021-06-07 13:40:51 +02:00
client WeatherWidget temp unit. WeatherSettings update on change 2021-06-07 12:17:10 +02:00
controllers WeatherWidget temp unit. WeatherSettings update on change 2021-06-07 12:17:10 +02:00
middleware Docker build. Catch client routes on server. Initial config utility 2021-06-07 13:40:51 +02:00
models WeatherWidget temp unit. WeatherSettings update on change 2021-06-07 12:17:10 +02:00
routes WeatherWidget temp unit. WeatherSettings update on change 2021-06-07 12:17:10 +02:00
utils Docker build. Catch client routes on server. Initial config utility 2021-06-07 13:40:51 +02:00
._env Initial commit 2021-05-06 19:04:00 +02:00
.dockerignore Docker build. Catch client routes on server. Initial config utility 2021-06-07 13:40:51 +02:00
.gitignore Changing bookmark category 2021-06-05 15:48:43 +02:00
api.js Docker build. Catch client routes on server. Initial config utility 2021-06-07 13:40:51 +02:00
db.js Docker build. Catch client routes on server. Initial config utility 2021-06-07 13:40:51 +02:00
Dockerfile Docker build. Catch client routes on server. Initial config utility 2021-06-07 13:40:51 +02:00
package-lock.json Added WebSockets with funcionality to send messages from any module 2021-05-19 17:17:24 +02:00
package.json Docker build. Catch client routes on server. Initial config utility 2021-06-07 13:40:51 +02:00
README.md Docker build. Catch client routes on server. Initial config utility 2021-06-07 13:40:51 +02:00
server.js Docker build. Catch client routes on server. Initial config utility 2021-06-07 13:40:51 +02:00
Socket.js Added WebSockets with funcionality to send messages from any module 2021-05-19 17:17:24 +02:00
Sockets.js Added WebSockets with funcionality to send messages from any module 2021-05-19 17:17:24 +02:00

Flame

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
<TODO>

# 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

todo