Commit Graph

14 Commits

Author SHA1 Message Date
cupcakearmy 7e70c81d81 cleanup 2026-05-31 21:39:37 +02:00
Stefan Meinecke 1a243cc96a Replace Redis with Valkey in docker-compose files and fix Rust 2024 compat
Swap redis:7-alpine images to valkey/valkey:7-alpine across all
docker-compose files and example READMEs. Keep service name as
"redis" so that the default REDIS=redis://redis/ connection string
still resolves correctly in Docker networking.

Also add turbofish type annotations to redis crate calls in store.rs
for Rust 2024 never-type-fallback compatibility, and fix a typo
("notion" -> "note") in an error message.
2026-05-12 18:40:41 +02:00
Lars Gerber d652c4ee1e docs(compose): prevent anonymous volume creation 2025-03-01 21:28:34 +01:00
cupcakearmy a1db60d159 update docs about ram only redis 2025-02-27 19:38:07 +01:00
cupcakearmy 724d0709d3 .env.dev 2024-08-25 22:20:29 +02:00
cupcakearmy a45f6a3772 use 3000 port 2024-08-23 14:27:17 +02:00
cupcakearmy 4aadeb492a maintenance 2024-08-22 18:40:56 +02:00
cupcakearmy 1698abe2eb pipeline 2024-03-04 15:15:47 +01:00
cupcakearmy 22d4efb03e add healthcheck examples 2023-06-23 10:15:31 +02:00
cupcakearmy d7e5a34b14 CLI (#84)
* move to packages

* update deps

* update deps

* actions maintenance

* don't use blob

* cli

* fix default import

* use synthetic default imports

* remove comment

* cli packaging

* node 18 guard

* packages

* build system

* testing

* test pipeline

* pipelines

* changelog

* version bump

* update locales

* update deps

* update deps

* update dependecies
2023-05-14 13:52:47 +02:00
cupcakearmy 436ae2a7e5 move dev ports 2023-01-13 19:36:26 +01:00
cupcakearmy 0ab39023b0 test 2022-11-14 16:16:50 +01:00
cupcakearmy 7b202962e8 testing 2022-11-14 15:55:49 +01:00
cupcakearmy 7a045b3f34 test on docker image 2022-11-14 15:47:12 +01:00