1
0
Fork 0
mirror of https://codeberg.org/Reuh/feather.git synced 2025-10-27 18:19:32 +00:00

docs: bump version to v1.0.0

This commit is contained in:
Étienne Fildadut 2025-10-15 16:24:43 +02:00
parent 5d92c32e41
commit 0c5860cd5d
3 changed files with 6 additions and 9 deletions

View file

@ -96,12 +96,12 @@ Since, as the kids say, everything is a file, Feather can be easily integrated w
### Docker
If use Docker or Podman, an image is available at `codeberg.org/reuh/feather:latest`.
If use Docker or Podman, an image is available at `codeberg.org/reuh/feather:1`.
For example, to start a new container with the Feather daemon running, using the `config.yml` (see [basic configuration](#basic-configuration)) in the current directory and exposing the feeds in the `reader` directory:
```sh
docker run -d -v ./config.toml:/feather/config.toml:ro -v ./reader:/feather/reader -v feather-data:/feather/data --name feather codeberg.org/reuh/feather:latest daemon
docker run -d -v ./config.toml:/feather/config.toml:ro -v ./reader:/feather/reader -v feather-data:/feather/data --name feather codeberg.org/reuh/feather:1 daemon
```
Instead of using a configuration file, you may also use environment variables; see [the default configuration file](src/feather/config.default.toml) for details.
@ -120,7 +120,7 @@ Description=Feather container
[Container]
ContainerName=feather
Image=codeberg.org/reuh/feather:latest
Image=codeberg.org/reuh/feather:1
Exec=daemon
# Auto-update container
@ -215,5 +215,5 @@ While I mostly started this project for fun, it ended up actually quite usable,
- [x] Write documentation
- [ ] Re-read
- [ ] Tag v1.0 in git & container
- [x] Tag v1.0 in git & container
- [ ] Publish