cupcakearmy
690b955d5d
watchexec & breaking changes in axum 0.8
2026-05-31 22:55:11 +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
cupcakearmy
0fa5a35dae
update some versions
2025-02-27 20:00:38 +01:00
cupcakearmy
c13e53404c
add csp draft
2025-01-17 18:48:28 +01:00
cupcakearmy
ea50590532
fix: introduce locks for delete endpoint to guarantee view counter
2025-01-17 17:34:32 +01:00
Uli Roth
57ea5f0b28
added imprint_html option
2024-09-24 10:25:15 +02:00
Uli Roth
fca8761515
Added option to have an imprint
...
The environment Variable IMPRINT_URL simply adds a /imprint button in footer to the url
2024-09-24 10:15:22 +02:00
cupcakearmy
7aae690850
cleanup imports
2024-08-27 10:55:51 +02:00
cupcakearmy
bd5acca97a
use axum body limit
2024-08-25 22:19:41 +02:00
cupcakearmy
a0a99cd3cc
cleanup status variable
2024-08-25 22:18:31 +02:00
cupcakearmy
c2b81bc04d
refactor to use axum
2024-08-23 14:27:47 +02:00
Matthieu Guegan
ed3e5f48a0
Fix wrong type due to updated lib
...
See https://github.com/redis-rs/redis-rs/pull/589
2024-05-16 09:47:01 +02:00
Tamás Kádár
239e950f8e
NEW_NOTE_NOTICE -> THEME_NEW_NOTE_NOTICE
2024-03-19 12:06:46 +00:00
Tamás Kádár
e70f06f99f
NEW_NOTE_NOTICE feature flag
2024-03-15 14:26:33 +00:00
Tamás Kádár
2653a4bccf
ALLOW_FILES flag
2024-03-15 14:14:17 +00:00
cupcakearmy
e2711cc887
add healthcheck endpoint and startup check
2023-06-23 10:17:13 +02:00
cupcakearmy
a323d48c41
feat: add note id size option
2023-05-29 16:34:59 +02:00
cupcakearmy
6000553b95
include meta in info endpoint
2023-05-23 09:38:23 +02:00
cupcakearmy
436ae2a7e5
move dev ports
2023-01-13 19:36:26 +01:00
cupcakearmy
9d13e607f5
#66 set minimum
2022-11-12 13:42:09 +01:00
cupcakearmy
67d4f09bd7
#62 ( #63 )
...
* #62 add theme options for title and favicon
* docs
* version bump
2022-10-27 17:26:56 +02:00
cupcakearmy
cacb808117
restructuring ( #56 )
...
* restructuring
* pin svelte kit version & parallel execution
* update svelte kit
* correct test result assets
* add timeout
* correct locale path
* simplify crypto
* fix for #58
* add verbosity flag
* disable flaky test
2022-10-07 21:28:25 +02:00