├── .env-example ├── .gitignore ├── LICENSE ├── README.md └── docker-compose.yml /.env-example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Someone0nEarth/excalidraw-self-hosted/HEAD/.env-example -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .env 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Someone0nEarth/excalidraw-self-hosted/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Someone0nEarth/excalidraw-self-hosted/HEAD/README.md -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Someone0nEarth/excalidraw-self-hosted/HEAD/docker-compose.yml --------------------------------------------------------------------------------