Interlinker that allows multiple users to collaborate on real-time documents using Etherpad technology
View Interlink project »
Report Bug
·
Request Feature
This interlinker is intended to be a wrapper for the Etherpad open source tool. It consists of an API (developed with FastAPI) that acts as a proxy with Etherpad's own API (https://etherpad.org/doc/v1.8.4/), so that the specification of the project's interlinkers is followed and the agreed standard methods are provided.
To get a local copy up and running follow these simple example steps.
- Install docker-compose to run this project.
-
Build the containers
docker-compose -f docker-compose.devintegrated.yml build
-
Run the containers
docker-compose -f docker-compose.devintegrated.yml up -d
POST to DOMAIN/assets/instantiate
GET to DOMAIN/assets/{id}/view
DELETE to DOMAIN/assets/{id}
POST to DOMAIN/assets/{id}/clone
