Kilian Decaderincourt 5f6fe76dff Revert "fix: use more maintained fork of keyv"
This reverts commit c3858e94665a2e1bb72e8a612aae461a35e6fa1d.
2021-11-25 14:30:54 +01:00

998 B

excalidraw-storage-backend

This is a reimplementation of excalidraw-json suitable for self hosting you own instance of Excalidraw.

It can be used with kiliandeca/excalidraw-fork

DockerHub kiliandeca/excalidraw-storage-backend

Environement Variables

Name Description Default value
PORT Server listening port 8080
GLOBAL_PREFIX API global prefix for every routes /api/v2
STORAGE_URI Keyv connection string "" (in memory)

Availabe Keyv storage adapter: redis, mongo, postgres and mysql