Sign inSign up

ajeeth/seafile

By ajeeth

Updated almost 11 years ago

Seafile 4 with Maria DB

Image
0

10K+

ajeeth/seafile repository overview

Initial run: docker run -t -i -p 10001:10001 -p 12001:12001 -p 8000:8000 -p 8080:8080 -p 8082:8082 -v /opt/seafile:/opt/seafile ajeeth/seafile - - /bin/bash

Once inside run seafile-init This will configure mariadb, seafile databases and start seafile setup

Customization can be added to Host: /opt/seafile/custom directory. Following are currently supported customizations: ccnet-custom.conf
seahub_settings-custom.py seafile-custom.conf
custom.css
favicon.png
footer.html
admin_in.png admin_out.png seafile_logo-custom.png

Daemon run as: docker run -d -p 10001:10001 -p 12001:12001 -p 8000:8000 -p 8080:8080 -p 8082:8082 -v /opt/seafile:/opt/seafile -e autostart=true ajeeth/seafile

Tag summary

Content type

Image

Digest

sha256:fa2207244

Size

131.3 MB

Last updated

almost 11 years ago

docker pull ajeeth/seafile