Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 19434932 authored by Arnau Vàzquez's avatar Arnau Vàzquez
Browse files

Merge branch 'publish-project' into 'master'

Publish /e/ patches to nextcloud

See merge request !16
parents 7a23c38d cc10bcd6
Loading
Loading
Loading
Loading
Loading

COPYING-README

0 → 100644
+16 −0
Original line number Diff line number Diff line
Files in Nextcloud are licensed under the Affero General Public License version 3,
the text of which can be found in LICENSE, or any later version of the AGPL,
unless otherwise noted.

Licensing of components:
* jQuery: MIT / GPL
* HTTP: 3 clause BSD
* MDB2: BSD style custom
* User: AGPL
* XML/RPC: MIT / PHP
* Elementary filetype icons: GPL v3+
* Material UI icons: APACHE LICENSE, VERSION 2.0
All unmodified files from these and other sources retain their original copyright
and license notices: see the relevant individual files.

Attribution information for Nextcloud is contained in the AUTHORS file: https://raw.githubusercontent.com/nextcloud/server/master/AUTHORS

LICENSE

0 → 100644
+661 −0

File added.

Preview size limit exceeded, changes collapsed.

README.md

0 → 100644
+15 −0
Original line number Diff line number Diff line
# Custom nextcloud image for eCloud

This project builds a custom docker image from the official Nextcloud one, applying workarounds or specific behaviour of interest only for a shared, private-by-default installation such as ecloud.global.

## Building

Simply build as a standard docker image. Check `gitlab-ci.ym` for the commands we use.

## Using

We suggest you use our [ecloud-selfhosting](https://gitlab.e.foundation/e/infra/ecloud-selfhosting) project instead of this one directly. But if you wish to do so, then check our [releases page](https://gitlab.e.foundation/e/infra/ecloud/nextcloud/-/releases) and pull the latest tag from the container registry.

## Contributing

Anyone can fork a project on our GitLab instance, but to prevent abuse it's disabled by default. Get in touch with us [by e-mail](mailto:join@e.email) or through our support channels and we will let you create a fork and submit MRs.
+1 −1
Original line number Diff line number Diff line
@@ -16,4 +16,4 @@ rsync $rsync_options --include "/user_backend_sql_raw/" --exclude '/*' $SRC_DIR/
rsync $rsync_options --include "/eelo/" --exclude '/*' $SRC_DIR/themes/ $DST_DIR/themes/

/entrypoint.sh "$@"
echo "bye bye NC"
echo "NC exits"