mirror of
https://github.com/pawelmalak/flame.git
synced 2025-08-03 01:45:17 +02:00
Added url parser to support wider range of addresses
This commit is contained in:
parent
5968663be4
commit
a5504e6e80
7 changed files with 63 additions and 24 deletions
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}`
|
Loading…
Add table
Add a link
Reference in a new issue