Giter VIP home page Giter VIP logo

base's Introduction

ownCloud: Base

This is our basic ownCloud webserver image that shares the functionality for the ownCloud community and enterprise edition, it is based on our Ubuntu container.

Build locally

The available versions should be already pushed to the Docker Hub, but in case you want to try a change locally you can always execute the following command to get this image built locally:

IMAGE_NAME=owncloud/base:latest ./hooks/build

Versions

To get an overview about the available versions please take a look at the GitHub branches or our Docker Hub tags, these lists are always up to date.

Volumes

  • /mnt/data

Ports

  • 80
  • 443

Available environment variables

OWNCLOUD_LOGLEVEL 0
OWNCLOUD_MAX_UPLOAD 20G
OWNCLOUD_MAX_EXECUTION_TIME 3600
OWNCLOUD_MAX_INPUT_TIME 3600
OWNCLOUD_DEFAULT_LANGUAGE en
OWNCLOUD_CROND_ENABLED true
OWNCLOUD_DB_TYPE sqlite
OWNCLOUD_DB_HOST
OWNCLOUD_DB_NAME owncloud
OWNCLOUD_DB_USERNAME
OWNCLOUD_DB_PASSWORD
OWNCLOUD_DB_PREFIX oc_
OWNCLOUD_DB_TIMEOUT 180
OWNCLOUD_DB_FAIL true
OWNCLOUD_ADMIN_USERNAME admin
OWNCLOUD_ADMIN_PASSWORD admin
OWNCLOUD_REDIS_ENABLED false
OWNCLOUD_REDIS_HOST redis
OWNCLOUD_REDIS_PORT 6379
OWNCLOUD_REDIS_PASSWORD
OWNCLOUD_REDIS_DB
OWNCLOUD_MEMCACHED_ENABLED false
OWNCLOUD_MEMCACHED_HOST memcached
OWNCLOUD_MEMCACHED_PORT 11211
OWNCLOUD_OBJECTSTORE_ENABLED false
OWNCLOUD_OBJECTSTORE_CLASS OCA\\ObjectStore\\S3
OWNCLOUD_OBJECTSTORE_BUCKET owncloud
OWNCLOUD_OBJECTSTORE_AUTOCREATE true
OWNCLOUD_OBJECTSTORE_VERSION 2006-03-01
OWNCLOUD_OBJECTSTORE_REGION us-east-1
OWNCLOUD_OBJECTSTORE_KEY
OWNCLOUD_OBJECTSTORE_SECRET
OWNCLOUD_OBJECTSTORE_ENDPOINT s3-${OWNCLOUD_OBJECTSTORE_REGION}.amazonaws.com
OWNCLOUD_OBJECTSTORE_PATHSTYLE false
OWNCLOUD_CACHING_CLASS \\OC\\Memcache\\APCu
OWNCLOUD_SUB_URL /
OWNCLOUD_VOLUME_ROOT /mnt/data
OWNCLOUD_VOLUME_CONFIG $OWNCLOUD_VOLUME_ROOT/config
OWNCLOUD_VOLUME_FILES $OWNCLOUD_VOLUME_ROOT/files
OWNCLOUD_VOLUME_CERTS $OWNCLOUD_VOLUME_ROOT/certs
OWNCLOUD_VOLUME_APPS $OWNCLOUD_VOLUME_ROOT/apps
OWNCLOUD_VOLUME_SESSIONS $OWNCLOUD_VOLUME_ROOT/sessions
OWNCLOUD_APPS_INSTALL
OWNCLOUD_APPS_ENABLE
OWNCLOUD_LICENSE_KEY
OWNCLOUD_MARKETPLACE_APIKEY
OWNCLOUD_UTF8MB4_ENABLED false
OWNCLOUD_SKIP_CHOWN false
OWNCLOUD_PRE_INSTALL_PATH /etc/pre_install.d
OWNCLOUD_POST_INSTALL_PATH /etc/post_install.d
OWNCLOUD_PRE_SERVER_PATH /etc/pre_server.d
OWNCLOUD_POST_SERVER_PATH /etc/post_server.d
OWNCLOUD_LOCKING_ENABLED true

Issues, Feedback and Ideas

Open an Issue

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

MIT

Copyright

Copyright (c) 2017 Felix Böhm <[email protected]>

base's People

Contributors

deepdiver1975 avatar patrickjahns avatar tboerger avatar thomdietrich avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.