Add example link (to nature.seedno.de)
This commit is contained in:
parent
9d4d5df3f9
commit
64639f17d2
|
@ -17,6 +17,8 @@ x86_64 and ARM Docker images of latest version: `oci.seedno.de/seednode/roulette
|
||||||
|
|
||||||
Dockerfile available [here](https://git.seedno.de/seednode/roulette/raw/branch/master/docker/Dockerfile).
|
Dockerfile available [here](https://git.seedno.de/seednode/roulette/raw/branch/master/docker/Dockerfile).
|
||||||
|
|
||||||
|
An example instance with most features enabled can be found [here](https://nature.seedno.de/).
|
||||||
|
|
||||||
## Filtering
|
## Filtering
|
||||||
You can provide a comma-delimited string of alphanumeric patterns to match via the `include=` query parameter, assuming the `-f|--filter` flag is enabled.
|
You can provide a comma-delimited string of alphanumeric patterns to match via the `include=` query parameter, assuming the `-f|--filter` flag is enabled.
|
||||||
|
|
||||||
|
@ -144,4 +146,4 @@ Flags:
|
||||||
## Building the Docker container
|
## Building the Docker container
|
||||||
From inside the `docker/` subdirectory, build the image using the following command:
|
From inside the `docker/` subdirectory, build the image using the following command:
|
||||||
|
|
||||||
`REGISTRY=<registry url> LATEST=yes TAG=alpine ./build.sh`
|
`REGISTRY=<registry url> LATEST=yes TAG=alpine ./build.sh`
|
||||||
|
|
Loading…
Reference in New Issue