Nextcloud Server
Go to file
Damjan Georgievski 982bdb1823 introduce NEXTCLOUD_CONFIG_DIR env variable (see #300)
nextcloud by default uses the `/config/` directory in the source/application tree for its config file(s).
with this commit that directory can be overridden by the `NEXTCLOUD_CONFIG_DIR` environment variable.

in uwsgi, you would use the option `--env "NEXTCLOUD_CONFIG_DIR=/tmp/nx-config/"`
in apache `SetENV …`
and the cli command can be run with: `NEXTCLOUD_CONFIG_DIR=/tmp/nx-config ./occ` (or just use `export` once in the
shell).

NEXTCLOUD_CONFIG_DIR can be supplied with or without the trailing slash (`/`), but in all cases `$configDir` will have
it automatically added if needed.

The other changes are several occurrences of `OC::$SERVERROOT . '/config'` to `OC::$configDir`.
2016-07-29 17:49:14 +02:00
.idea
3rdparty@cba0f29cd5
apps Merge pull request #625 from nextcloud/video-container-size 2016-07-29 15:36:30 +02:00
build Merge pull request #648 from nextcloud/add-quotaplugin-v2-master 2016-07-29 11:44:34 +02:00
config Merge pull request #523 from Faldon/master 2016-07-25 11:41:24 +02:00
core Merge pull request #630 from nextcloud/enoch85-patch-1 2016-07-29 10:55:47 +02:00
l10n
lib introduce NEXTCLOUD_CONFIG_DIR env variable (see #300) 2016-07-29 17:49:14 +02:00
ocs Catch LoginException 2016-07-22 11:43:47 +02:00
ocs-provider
resources
settings Fix misspelling of database "READ COMMITTED" 2016-07-29 11:06:32 +02:00
tests Merge pull request #556 from nextcloud/nextcloud-version-check 2016-07-29 09:26:25 +02:00
themes
.bowerrc
.drone.yml
.gitignore Add workflowengine 2016-07-26 11:16:34 +02:00
.gitmodules
.htaccess
.jshintrc
.lgtm
.mailmap
.mention-bot
.scrutinizer.yml
.tag
.travis.yml
.user.ini
AUTHORS
autotest-external.sh
autotest-hhvm.sh
autotest-js.sh
autotest.sh
bower.json
buildjsdocs.sh
composer.json
console.php
CONTRIBUTING.md change core to server 2016-07-23 10:50:00 +02:00
COPYING-AGPL
COPYING-README
cron.php introduce NEXTCLOUD_CONFIG_DIR env variable (see #300) 2016-07-29 17:49:14 +02:00
db_structure.xml
index.html
index.php
issue_template.md
occ
public.php
README.md wording 2016-07-28 16:24:37 +02:00
remote.php
robots.txt
status.php
version.php Merge pull request #500 from nextcloud/bump_version 2016-07-22 10:03:42 +02:00

Nextcloud

Build Status irc irc

Please stay tuned while we get all the repositories up.

Meanwhile check out https://nextcloud.com and follow us on https://twitter.com/nextclouders

If you want to contribute, you are very welcome:

  • on our IRC channels #nextcloud & #nextcloud-dev irc://#nextcloud-dev@freenode.net (on freenode) and
  • our forum at https://help.nextcloud.com

Please read the Code of Conduct. This document offers some guidance to ensure Nextcloud participants can cooperate effectively in a positive and inspiring atmosphere, and to explain how together we can strengthen and support each other.

if you want to join the Github organization just let us know and well add you! :)

This is by the community, for the community. Everyone is welcome! :)

Why is this so awesome?

  • 📁 Access your Data You can store your files, contacts, calendars and more on a server of your choosing.
  • 📦 Sync your Data You keep your files, contacts, calendars and more synchronized amongst your devices.
  • 🔄 Share your Data You share your data with others, and give them access to your latest photo galleries, your calendar or anything else you want them to see.
  • 🚀 Expandable with dozens of Apps ...like Calendar, Contacts, Mail or News.
  • ☁️ All Benefits of the Cloud ...on your own Server.
  • 🔒 Encryption You can encrypt data in transit with secure https connections. You can enable the encryption app to encrypt data on storage for improved security and privacy.
  • ...

Contribution Guidelines

All contributions to this repository from June, 16 2016 on are considered to be licensed under the AGPLv3 or any later version.

Nextcloud doesn't require a CLA (Contributor License Agreement). The copyright belongs to all the individual contributors. Therefore we recommend that every contributor adds following line to the header of a file, if he changed it substantially:

@copyright Copyright (c) <year>, <your name> (<your email address>)

More information how to contribute: https://nextcloud.com/contribute/

Nextcloud VM

If you're not familiar with Linux, or simply just want to get up and running on a pre-configured system in no time - we have developed a VM that you download. Just extract it and mount it in VMware or VirtualBox and your're all set.

Download the latest version of the Nextcloud VM

Support

Learn about the different ways you can get support for Nextcloud: https://nextcloud.com/support/

Get in touch