An open API service indexing awesome lists of open source software.

https://github.com/laura7089/etesync-docker

Docker image for Etesync server
https://github.com/laura7089/etesync-docker

docker docker-image etesync etesync-server

Last synced: about 2 months ago
JSON representation

Docker image for Etesync server

Awesome Lists containing this project

README

          

# Etesync Docker Image

Build files for the [Etesync Server](https://github.com/etesync/server).
This is a relatively simple setup.

## Usage

```bash
docker build -t laura7089/etesync .
docker run -p 8000:8000
```

You should refer to the [upstream production setup guide](https://github.com/etesync/server/wiki/Production-setup-using-Nginx) once you have confirmed the image works.

An example setup is included with this repo in `deploy/`, but should not be considered production-ready.

### Configuration

The "easy" configuration file from upstream is modified here and mounted at `/etc/etebase-server/etebase-server.ini` by default; override this if you wish.

- Static files are created at start in the volume at `/srv/etebase-server`
- Data files are stored in the volume at `/var/etebase-server`
- The image will serve at `8000` on TCP