mirror of
https://gitlab.bertha.cloud/partitio/Nextcloud-Partitio/gonextcloud
synced 2024-11-06 00:06:24 +00:00
removed sensitive data
This commit is contained in:
parent
62ed77f142
commit
de65f65c72
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,6 @@
|
||||
# Created by .ignore support plugin (hsz.mobi)
|
||||
|
||||
config.yml
|
||||
### Go template
|
||||
# Binaries for programs and plugins
|
||||
*.exe
|
||||
|
@ -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
|
||||
|
10
example.config.yml
Normal file
10
example.config.yml
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user