mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-19 03:29:37 +02:00
Pushed version 1.7.4
This commit is contained in:
parent
9db46faabe
commit
4f2ba0a96d
7 changed files with 26 additions and 31 deletions
31
README.md
31
README.md
|
@ -121,21 +121,6 @@ Follow instructions from wiki: [Installation without Docker](https://github.com/
|
|||
|
||||
## Usage
|
||||
|
||||
### Import HTML Bookmarks (Experimental)
|
||||
- Requirements
|
||||
- Python3
|
||||
- pip packages: Pillow, beautifulsoup4
|
||||
- Backup your db.sqlite before running script!
|
||||
- Known Issues:
|
||||
- generated icons are sometimes incorrect
|
||||
```shell
|
||||
|
||||
pip3 install Pillow, beautifulsoup4
|
||||
|
||||
cd flame/.dev
|
||||
python3 bookmarks_importer.py --bookmarks <path to bookmarks.html> --data <path to flame data folder>
|
||||
```
|
||||
|
||||
### Search bar
|
||||
|
||||
#### Searching
|
||||
|
@ -216,6 +201,22 @@ metadata:
|
|||
|
||||
> "Use Kubernetes Ingress API" option must be enabled for this to work. You can find it in Settings > Other > Kubernetes section
|
||||
|
||||
### Import HTML Bookmarks (Experimental)
|
||||
|
||||
- Requirements
|
||||
- python3
|
||||
- pip packages: Pillow, beautifulsoup4
|
||||
- Backup your `db.sqlite` before running script!
|
||||
- Known Issues:
|
||||
- generated icons are sometimes incorrect
|
||||
|
||||
```bash
|
||||
pip3 install Pillow, beautifulsoup4
|
||||
|
||||
cd flame/.dev
|
||||
python3 bookmarks_importer.py --bookmarks <path to bookmarks.html> --data <path to flame data folder>
|
||||
```
|
||||
|
||||
### Custom CSS and themes
|
||||
|
||||
See project wiki for [Custom CSS](https://github.com/pawelmalak/flame/wiki/Custom-CSS) and [Custom theme with CSS](https://github.com/pawelmalak/flame/wiki/Custom-theme-with-CSS).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue