mirror of
https://github.com/pawelmalak/flame.git
synced 2026-02-28 09:23:12 +08:00
Added url parser to support wider range of addresses
This commit is contained in:
15
README.md
15
README.md
@@ -59,4 +59,17 @@ docker run -p 5005:5005 -v <host_dir>:/app/data flame
|
||||
- Themes
|
||||
- Customize your page by choosing from 12 color themes
|
||||
|
||||

|
||||

|
||||
|
||||
## Usage
|
||||
### Supported links for applications and bookmarks
|
||||
#### Rules
|
||||
- URL starts with `http://`
|
||||
- Format: `http://www.domain.com`, `http://domain.com`
|
||||
- Redirect: `{dest}`
|
||||
- URL starts with `https://`
|
||||
- Format: `https://www.domain.com`, `https://domain.com`
|
||||
- Redirect: `https://{dest}`
|
||||
- URL without protocol
|
||||
- Format: `www.domain.com`, `domain.com`, `sub.domain.com`, `local`, `ip`, `ip:port`
|
||||
- Redirect: `http://{dest}`
|
||||
Reference in New Issue
Block a user