Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
luckylu committed Nov 27, 2023
1 parent db21fa6 commit e28e1ec
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
screenshots/
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
# 新功能
### 1. 增加了Google搜索框,方便快速搜索
### 2. 增加了背景图,为了使文字清晰点,背景图加了毛玻璃的效果
使用方法:把背景图命名为bg.jpg,然后放在主机上要映射到docker的目录

![homepage screenshot](https://github.com/luckylu/flare/raw/main/screenshots/homepage.jpg)

docker-compose.yml
```shell
version: '3.6'

services:
flare:
image: luckylu/flare
restart: always
# 默认无需添加任何参数,如有特殊需求
# 可阅读文档 https://github.com/soulteary/docker-flare/blob/main/docs/advanced-startup.md
command: flare
# 启用账号登陆模式
# command: flare --nologin=0
# environment:
# 如需开启用户登陆模式,需要先设置 `nologin` 启动参数为 `0`
# 如开启 `nologin`,未设置 FLARE_USER,则默认用户为 `flare`
# - FLARE_USER=flare
# 指定你自己的账号密码,如未设置 `FLARE_USER`,则会默认生成密码并展示在应用启动日志中
# - FLARE_PASS=your_password
# 是否开启“使用向导”,访问 `/guide`
# - FLARE_GUIDE=1
ports:
- 5005:5005
volumes:
- /flare:/app
```

# Flare

Challenge all bookmarking apps and websites directories, Aim to Be a best performance monster.
Expand Down
Binary file added screenshots/homepage.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e28e1ec

Please sign in to comment.