Skip to content

Laura7089/etesync-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Etesync Docker Image

Build files for the Etesync Server. This is a relatively simple setup.

Usage

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

You should refer to the upstream production setup guide 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