Skip to content
This repository was archived by the owner on Aug 26, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 865 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 865 Bytes

Omnibus docker image for the Etebase server. Includes the EteSync web client.

Usage

Start a Docker container with

docker run -v <PATH TO DATA DIRECTORY>:/data -p 8080:8080 dsaier/etebase

This automatically creates a SQLite database in the given data directory if it does not exist yet. It also creates a user admin and prints its random password in the container output. Alternatively you can specify the initial password of the admin user with the environment variable ETEBASE_INITIAL_ADMIN_PASSWORD.

Go to localhost:8080/admin and login with this admin user to change its password and create normal users. Then go to localhost:8080 to use the web client.

Note that this image only supports HTTP. You should use it behind a reverse proxy that supports encrypted connections.