Skip to content
/ base Public
forked from owncloud-docker/base

Base image for the ownCloud stack

License

Notifications You must be signed in to change notification settings

d7oc/base

 
 

Repository files navigation

ownCloud: Base

Build Status Docker Hub GitHub contributors Source: GitHub License: MIT

ownCloud Docker base image.

IMPORTANT: We had to change the behavior of the ownCloud setting for trusted domains. Instead of automatic detection, it is now required to set all trusted domains with the environment variable "OWNCLOUD_TRUSTED_DOMAINS".

Quick reference

Docker Tags and respective Dockerfile links

  • latest available as owncloud/base:latest
  • 20.04 available as owncloud/base:20.04

Default volumes

  • /mnt/data

Exposed ports

  • 8080

Environment variables

INFO: The following list contains only a small subset of commonly used environment variables to get started. A complete list of all available environment variables can be found here.

  • OWNCLOUD_DOMAIN=localhost
    Base domain used in OWNCLOUD_OVERWRITE_CLI_URL by default.
  • OWNCLOUD_TRUSTED_DOMAINS=${OWNCLOUD_DOMAIN}
    List of trusted domains to prevent host header poisoning (see documentation).
  • OWNCLOUD_DB_TYPE=sqlite
    Identify the database used with this installation (see documentation).
  • OWNCLOUD_DB_NAME=owncloud
    Define the ownCloud database name (see documentation).
  • OWNCLOUD_DB_USERNAME=
    Define the ownCloud database user (see documentation).
  • OWNCLOUD_DB_PASSWORD=
    Define the password for the database user (see documentation).
  • OWNCLOUD_DB_HOST=
    Define the database server host name (see documentation).
  • OWNCLOUD_ADMIN_USERNAME=admin
    ownCloud admin username.
  • OWNCLOUD_ADMIN_PASSWORD=admin
    ownCloud admin password.
  • OWNCLOUD_LICENSE_KEY=
    ownCloud Enterprise License Key (see documentation).

License

This project is licensed under the MIT License - see the LICENSE file for details.

Copyright

Copyright (c) 2022 ownCloud GmbH

About

Base image for the ownCloud stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 58.3%
  • PHP 30.7%
  • Starlark 11.0%