summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2017-03-14 10:36:59 +0100
committerGitHub <noreply@github.com>2017-03-14 10:36:59 +0100
commita5f1ad244fb61d4e92e78147f595e2aa4766b0ff (patch)
treecd0cc1f343cd35888a3c91dba7f85d47fd0da99c /README.md
parent3043269f91421744acc164945b2f93a84ee8344a (diff)
Added build status badge
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6b616464..9947968a 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+[![build status badge](https://doi-janky.infosiftr.net/job/update.sh/job/nextcloud/badge/icon)](https://doi-janky.infosiftr.net/job/update.sh/job/nextcloud)
+
What is Nextcloud?
A safe home for all your data. Access & share your files, calendars, contacts, mail & more from any device, on your terms.
@@ -17,6 +19,8 @@ $ docker run -d nextcloud
Now you can get access to fpm running on port 9000 inside the container. If you want to access it from the internet, we recommend using a reverse proxy in front. You can install it directly on your machine or use an additional container (You can find more information on that on the docker-compose section). Once you have a reverse proxy, you can access Nextcloud at http://localhost/ and go through the wizard.
+
+
By default this container uses SQLite for data storage, but the Nextcloud setup wizard (appears on first run) allows connecting to an existing MySQL/MariaDB or PostgreSQL database. You can also link a database container, e.g. `--link my-mysql:mysql`, and then use `mysql` as the database host on setup.
## Persistent data