mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2025-06-27 13:15:23 +00:00
add flame
This commit is contained in:
parent
aa5db29c60
commit
a0efb15e92
@ -98,6 +98,7 @@ The aims is to provide a ready-to-run recipes that you can just copy, paste and
|
|||||||
|
|
||||||
# Dashboard
|
# Dashboard
|
||||||
- [DashMachine](apps/dashboard/dashmachine.md)
|
- [DashMachine](apps/dashboard/dashmachine.md)
|
||||||
|
- [Flame](apps/dashboard/flame.md)
|
||||||
- [Homer](apps/dashboard/homer.md)
|
- [Homer](apps/dashboard/homer.md)
|
||||||
- [SUI](apps/dashboard/sui.md)
|
- [SUI](apps/dashboard/sui.md)
|
||||||
- [Organizr](https://github.com/causefx/Organizr) 🔗
|
- [Organizr](https://github.com/causefx/Organizr) 🔗
|
||||||
|
31
apps/dashboard/flame.md
Normal file
31
apps/dashboard/flame.md
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
# Flame
|
||||||
|
- no-code configuration!
|
||||||
|
- clear UI and configurable (themes, custom CSS)
|
||||||
|
- nice features: app list, bookmark list
|
||||||
|
- add bookmark is not linkable (not possible to automate adding bookmarks)
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
- [Github repo](https://github.com/pawelmalak/flame)
|
||||||
|
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## docker-compose.yml
|
||||||
|
```yml
|
||||||
|
---
|
||||||
|
version: '3.6'
|
||||||
|
|
||||||
|
services:
|
||||||
|
flame:
|
||||||
|
image: pawelmalak/flame
|
||||||
|
container_name: flame
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- 5005:5005
|
||||||
|
environment:
|
||||||
|
- PASSWORD=admin123
|
||||||
|
volumes:
|
||||||
|
- ./data:/app/data
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock # optional but required for Docker integration
|
||||||
|
```
|
BIN
apps/dashboard/flame.png
Normal file
BIN
apps/dashboard/flame.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 101 KiB |
Loading…
Reference in New Issue
Block a user