Album filters: star threshold as interactive stars control
ci / docker (push) Successful in 17s

Replaces the three fixed star chips with the Stars component as a
min-average selector, combinable with the verdict chips
This commit is contained in:
2026-07-17 18:59:26 +02:00
parent b5512aa7e5
commit 46dd8df55c
3 changed files with 35 additions and 16 deletions
+3 -3
View File
@@ -112,8 +112,8 @@ The prebuilt image is at `git.draic.info/nils/photos` (single image contains
`server`, `worker`, and the built frontend). To build your own instead:
```sh
docker build -t registry.example.com/you/photos:0.4.2 .
docker push registry.example.com/you/photos:0.4.2
docker build -t registry.example.com/you/photos:0.4.3 .
docker push registry.example.com/you/photos:0.4.3
```
Install the chart, pointing it at your existing Postgres and S3:
@@ -121,7 +121,7 @@ Install the chart, pointing it at your existing Postgres and S3:
```sh
helm install photos deploy/chart \
--set image.repository=git.draic.info/nils/photos \
--set image.tag=0.4.2 \
--set image.tag=0.4.3 \
--set publicUrl=https://photos.example.com \
--set ingress.host=photos.example.com \
--set config.oidcIssuer=https://auth.example.com \