mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-19 11:39:36 +02:00
update README to fix docker tags listed, removed a dated warning and added a note about support
This commit is contained in:
parent
2ffecba8aa
commit
edc3e6c330
1 changed files with 5 additions and 7 deletions
12
README.md
12
README.md
|
@ -2,10 +2,10 @@
|
|||
|
||||

|
||||
|
||||
## Important update 2021-12-10
|
||||
Due to prolonged inactivity on my end and multiple conflicting changes with the original repository, I applied app categories from scratch using the original repository's code. **This means there are some breaking changes, the biggest one being the database**. The database schemas of the old version and the new one are incompatible. You will need to delete/rename the previous database file so Flame can re-create it. You can then add your apps/bookmarks manually.
|
||||
## Important note
|
||||
If you encounter any problem, you can open an Issue in this fork so I can look into it.
|
||||
|
||||
If you encounter any problem, you can open an Issue in this fork so I can look into it.
|
||||
Since this is a fork aimed at adding app categories only, no new features will be added, but bugs will be fixed if I can reproduce them on my setup. If my setup does not allow me to reproduce bugs reported (such as the ones involving Kubernetes, which I don't use), I will ask the person who opened the issue to test a bugfix build before publishing the fix.
|
||||
|
||||
## Description
|
||||
|
||||
|
@ -24,16 +24,14 @@ Flame is self-hosted startpage for your server. Its design is inspired (heavily)
|
|||
|
||||
### With Docker (recommended)
|
||||
|
||||
[Docker Hub link](https://hub.docker.com/r/pawelmalak/flame)
|
||||
|
||||
```sh
|
||||
docker pull ghcr.io/fdarveau/flame:latest
|
||||
|
||||
# for ARM architecture (e.g. RaspberryPi)
|
||||
docker pull ghcr.io/fdarveau/flame:latest:multiarch
|
||||
docker pull ghcr.io/fdarveau/flame:latest-multiarch
|
||||
|
||||
# installing specific version
|
||||
docker pull ghcr.io/fdarveau/flame:latest:2021-12-12
|
||||
docker pull ghcr.io/fdarveau/flame:2021-12-12
|
||||
```
|
||||
|
||||
#### Deployment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue