From de65f65c728bd7dc6359c966e8db90840ac6a655 Mon Sep 17 00:00:00 2001 From: Philippe-Adrien Nousse Date: Mon, 30 Jul 2018 10:31:19 +0200 Subject: [PATCH] removed sensitive data --- .gitignore | 2 ++ docs/README.md | 2 ++ example.config.yml | 10 ++++++++++ 3 files changed, 14 insertions(+) create mode 100644 example.config.yml diff --git a/.gitignore b/.gitignore index 7c6a378..a1b5978 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ # Created by .ignore support plugin (hsz.mobi) + +config.yml ### Go template # Binaries for programs and plugins *.exe diff --git a/docs/README.md b/docs/README.md index 076625b..1a00a09 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,5 +1,7 @@ ![Nextcloud](https://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Nextcloud_Logo.svg/2000px-Nextcloud_Logo.svg.png) +[![Go Report Card](https://goreportcard.com/badge/github.com/partitio/gonextcloud)](https://goreportcard.com/report/github.com/partitio/gonextcloud) + # gonextcloud ```go diff --git a/example.config.yml b/example.config.yml new file mode 100644 index 0000000..b23a734 --- /dev/null +++ b/example.config.yml @@ -0,0 +1,10 @@ +url: https://my.nextcloud.com +login: admin +password: mypassword +app-name: testapp +groups-to-create: + - grp1 + - grp2 + - grp3 +not-existing-user: this-user-should-not-exist +not-existing-group: this-group-should-not-exist \ No newline at end of file