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
- Host: GitHub
- URL: https://github.com/laura7089/etesync-docker
- Owner: Laura7089
- License: agpl-3.0
- Created: 2024-06-24T16:22:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T20:18:34.000Z (almost 2 years ago)
- Last Synced: 2024-06-25T18:48:33.772Z (almost 2 years ago)
- Topics: docker, docker-image, etesync, etesync-server
- Language: Dockerfile
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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