All Projects → owncloud-docker → base

owncloud-docker / base

Licence: MIT license
Base image for the ownCloud stack

Programming Languages

shell
77523 projects
PHP
23972 projects - #3 most used programming language
Starlark
911 projects

Projects that are alternatives of or similar to base

audioplayer editor
Audio Player ID3 editor add-on for the Audio Player in Nextcloud & ownCloud
Stars: ✭ 24 (+20%)
Mutual labels:  owncloud
checksum
Plugin for Nextcloud and ownCloud to create hashes of files.
Stars: ✭ 25 (+25%)
Mutual labels:  owncloud
base
Base is Baianat's design language, built based on the art of big typography and giving exactly the same experience on any device using responsive elements technique.
Stars: ✭ 13 (-35%)
Mutual labels:  base
Android
☎️ The ownCloud Android App
Stars: ✭ 3,212 (+15960%)
Mutual labels:  owncloud
Server
☁️ Nextcloud server, a safe home for all your data
Stars: ✭ 17,723 (+88515%)
Mutual labels:  owncloud
owncloud-sdk
☁️ ownCloud client library for JavaScript
Stars: ✭ 66 (+230%)
Mutual labels:  owncloud
Base
🍁 Base是针对于Android开发封装好一些常用的基类,主要包括通用的Adapter、Activity、Fragment、Dialog等、和一些常用的Util类,只为更简单。
Stars: ✭ 249 (+1145%)
Mutual labels:  base
Foundation
My Software BASE
Stars: ✭ 48 (+140%)
Mutual labels:  base
base-elements
A selection of configurable native DOM UI elements
Stars: ✭ 41 (+105%)
Mutual labels:  base
react-page-swapper
An orchestrator that eases out the implementation of page transitions
Stars: ✭ 16 (-20%)
Mutual labels:  base
Core
☁️ ownCloud web server core (Files, DAV, etc.)
Stars: ✭ 7,599 (+37895%)
Mutual labels:  owncloud
Floccus
☁️ Sync your bookmarks privately across browsers
Stars: ✭ 2,630 (+13050%)
Mutual labels:  owncloud
nextcloud-java-api
Java api library to access nextcloud features from java applications
Stars: ✭ 61 (+205%)
Mutual labels:  owncloud
ubuntu-1804
🔵 Curso GRÁTIS Linux Ubuntu Server 18.04.x LTS - REPOSITÓRIO CONGELADO - Esse repositório não irá mais receber atualizações. Novo repositório: vaamonde/ubuntu-2004
Stars: ✭ 99 (+395%)
Mutual labels:  owncloud
ButOSX
CSGO Cheat Base for MacOSX. Written in C++ & Objective C. Menu Powered by ImGui. Includes Apple TouchBar API.
Stars: ✭ 58 (+190%)
Mutual labels:  base
owncloud-cookbook
Chef cookbook to install and configure ownCloud.
Stars: ✭ 39 (+95%)
Mutual labels:  owncloud
backmeup
BackMeUp: An automated MySQL / MariaDB databases and files backup solution on *nix Machines using Amazon S3, WebDAV (ownCloud / NextCloud etc.), Google Drive and Dropbox.
Stars: ✭ 80 (+300%)
Mutual labels:  owncloud
calcardbackup
calcardbackup: moved to https://codeberg.org/BernieO/calcardbackup
Stars: ✭ 67 (+235%)
Mutual labels:  owncloud
ansible-repertory
No description or website provided.
Stars: ✭ 61 (+205%)
Mutual labels:  base
Implementaion-of-Private-Cloud-using-ownCloud
Implementation of Private Cloud using ownCloud. ownCloud is a suite of client–server software for creating and using file hosting services. This repository explains implementing ownCloud on an Ubuntu VM running on top of a Windows host for secure cloud storage
Stars: ✭ 30 (+50%)
Mutual labels:  owncloud

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=localhost
    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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].