mirror of
				https://gitlab.bertha.cloud/partitio/Nextcloud-Partitio/gonextcloud
				synced 2025-11-04 11:01:46 +00:00 
			
		
		
		
	removed sensitive data
This commit is contained in:
		
							
								
								
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -1,4 +1,6 @@
 | 
				
			|||||||
# Created by .ignore support plugin (hsz.mobi)
 | 
					# Created by .ignore support plugin (hsz.mobi)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					config.yml
 | 
				
			||||||
### Go template
 | 
					### Go template
 | 
				
			||||||
# Binaries for programs and plugins
 | 
					# Binaries for programs and plugins
 | 
				
			||||||
*.exe
 | 
					*.exe
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,7 @@
 | 
				
			|||||||

 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[](https://goreportcard.com/report/github.com/partitio/gonextcloud)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# gonextcloud
 | 
					# gonextcloud
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```go
 | 
					```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
 | 
				
			||||||
		Reference in New Issue
	
	Block a user