7 Commits

Author SHA1 Message Date
Panagiotis Papadopoulos
a979e87a7f refactor(cookiePath): remove non-working cookiePath option
this option will currently not work => the cookie will never
be set by the server, if you use a different path other than "/"

in order for this to work we would need to introduce some kind of
"custom route prefix", that would make express serve the routes with
the custom prefix — but that kinda falls more into a reverse proxy
job territory.

So let's remove this feature for now and amend the docs on how to
correctly handle the cookies per instance via the reverse proxy.
2025-04-13 10:53:34 +02:00
Elian Doran
61899aa32d
chore(edit-docs): ignore document.db 2025-03-12 13:14:09 +02:00
Elian Doran
bb288c5c68
fix(edit-docs): consistency check issues 2025-03-11 18:26:49 +02:00
Elian Doran
054a919fad
chore(docs): small structure update 2025-03-10 15:04:04 +02:00
Elian Doran
9fa19469fd
chore(docs): improvements + new doc 2025-03-10 14:21:53 +02:00
Elian Doran
0232fee905
chore(docs): reorder and improve slightly 2025-03-09 23:29:01 +02:00
Elian Doran
064799e8cb
feat(docs): add v1 of the full documentation 2025-03-09 13:19:48 +02:00