Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.
/ docker-etesync Public archive

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

Notifications You must be signed in to change notification settings

saierd/docker-etesync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published