Skip to content
Snippets Groups Projects
Commit f19d48b2 authored by Kilian Decaderincourt's avatar Kilian Decaderincourt
Browse files

docs: add feature description

parent 2e433c32
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,14 @@ It can be used with [kiliandeca/excalidraw-fork](https://gitlab.com/kiliandeca/e ...@@ -6,6 +6,14 @@ It can be used with [kiliandeca/excalidraw-fork](https://gitlab.com/kiliandeca/e
[DockerHub kiliandeca/excalidraw-storage-backend](https://hub.docker.com/r/kiliandeca/excalidraw-storage-backend) [DockerHub kiliandeca/excalidraw-storage-backend](https://hub.docker.com/r/kiliandeca/excalidraw-storage-backend)
Feature:
- Storing scenes: when you export as a link
- Storing rooms: when you create a live collaboration
- Storing images: when you export or do a live collaboration of a scene with images
It use Keyv as a simple K/V store so you can use the database of your choice.
## Environement Variables ## Environement Variables
| Name | Description | Default value | | Name | Description | Default value |
......
...@@ -10,9 +10,12 @@ services: ...@@ -10,9 +10,12 @@ services:
environment: environment:
BACKEND_V2_GET_URL: http://localhost:8080/api/v2/scenes/ BACKEND_V2_GET_URL: http://localhost:8080/api/v2/scenes/
BACKEND_V2_POST_URL: http://localhost:8080/api/v2/scenes/ BACKEND_V2_POST_URL: http://localhost:8080/api/v2/scenes/
LIBRARY_URL: https://libraries.excalidraw.com
LIBRARY_BACKEND: https://us-central1-excalidraw-room-persistence.cloudfunctions.net/libraries
SOCKET_SERVER_URL: http://localhost:5000/ SOCKET_SERVER_URL: http://localhost:5000/
STORAGE_BACKEND: "http" STORAGE_BACKEND: "http"
HTTP_STORAGE_BACKEND_URL: "http://localhost:8080/api/v2" HTTP_STORAGE_BACKEND_URL: "http://localhost:8080/api/v2"
excalidraw-storage-backend: excalidraw-storage-backend:
build: . build: .
ports: ports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment