mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00:00 
			
		
		
		
	Updated README.md of nextcloud
This commit is contained in:
		| @@ -93,8 +93,19 @@ To use OCC, run: | ||||
| docker-compose exec -it -u www-data application /var/www/html/occ | ||||
| ``` | ||||
|  | ||||
| ### Make user admin via cli | ||||
| ```bash | ||||
| docker compose exec -it -u www-data application php occ group:adduser admin {{username}} | ||||
| ``` | ||||
|  | ||||
| ### Delete user via CLI | ||||
| ```bash | ||||
| docker compose exec -it -u www-data application php occ user:delete {{username}} | ||||
| ``` | ||||
| --- | ||||
|  | ||||
|  | ||||
|  | ||||
| ## App Relevant Tables 🗃️ | ||||
|  | ||||
| - `oc_appconfig` | ||||
| @@ -130,6 +141,10 @@ docker compose exec -u www-data application /var/www/html/occ config:app:get soc | ||||
|  | ||||
| More information: https://docs.nextcloud.com/server/latest/admin_manual/configuration_user/user_auth_ldap.html | ||||
|  | ||||
| ## Federation | ||||
|  | ||||
| If users are just created via Keycloak and not via LDAP, they have a different username. Due to this reaso concider to use LDAP to guaranty that the username is valid.  | ||||
|  | ||||
| --- | ||||
|  | ||||
| ## Further Information ℹ️ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user