7

书签导航应用:Flare

 2 years ago
source link: https://immmmm.com/startpage-flare/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

书签导航应用:Flare

11天前 / 121 阅读 / 0 comments

Flame 是服务器的自托管起始页。使用内置编辑器轻松管理您的应用程序和书签。 —— Flame

在线预览:https://edui.fun/

推荐 @soulteary 做的中文化优化版本 Flare,Docker 一键部署,内存占用小到忽略不计,重点是可以直接前端编辑。比 Edui123.com 采用的 Hugo Theme Webstack 更灵活些。

修改 docker-compose.yml 内的 0.3.2 ,再一键三连,镜像更新完毕。

# docker-compose.yml
version: '3.6'
services:
  flare:
    image: soulteary/flare:0.3.2
    restart: always
    command: flare --nologin=0
    environment:
      - FLARE_USER=flare
      - FLARE_PASS=flare123456
    ports:
      - 5005:5005
    volumes:
      - /www/wwwroot/edui.fun/app:/app
docker-compose pull
docker-compose down
docker-compose up -d

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK