mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-19 03:29:37 +02:00
Small changes to CSS. README.md with screenshots
This commit is contained in:
parent
1636b705de
commit
22920f2660
16 changed files with 70 additions and 40 deletions
28
README.md
28
README.md
|
@ -1,5 +1,7 @@
|
|||
# Flame
|
||||
|
||||

|
||||
|
||||
## Description
|
||||
Flame is self-hosted startpage for your server. It's inspired (heavily) by [SUI](https://github.com/jeroenpardon/sui)
|
||||
|
||||
|
@ -20,7 +22,7 @@ git clone https://github.com/pawelmalak/flame
|
|||
cd flame
|
||||
|
||||
# run only once
|
||||
<TODO>
|
||||
npm run dev-init
|
||||
|
||||
# start backend and frontend development servers
|
||||
npm run dev
|
||||
|
@ -32,11 +34,25 @@ npm run dev
|
|||
docker build -t flame .
|
||||
|
||||
# run container
|
||||
docker run \
|
||||
-p 5005:5005 \
|
||||
-v <host_dir>:/app/data \
|
||||
flame
|
||||
docker run -p 5005:5005 -v <host_dir>:/app/data flame
|
||||
```
|
||||
|
||||
## Functionality
|
||||
todo
|
||||
- Applications
|
||||
- Create, update and delete applications using GUI
|
||||
- Pin your favourite apps to homescreen
|
||||
|
||||

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

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

|
Loading…
Add table
Add a link
Reference in a new issue