mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-30 23:07:57 +01:00 
			
		
		
		
	GoMatrixHosting v0.5.5
This commit is contained in:
		| @@ -1,17 +0,0 @@ | ||||
| #jinja2: lstrip_blocks: "True" | ||||
| #!/bin/bash | ||||
|  | ||||
| if [ $# -ne 3 ]; then | ||||
| 	echo "Usage: "$0" <username> <password> <admin access: 0 or 1>" | ||||
| 	exit 1 | ||||
| fi | ||||
|  | ||||
| user=$1 | ||||
| password=$2 | ||||
| admin=$3 | ||||
|  | ||||
| if [ "$admin" -eq "1" ]; then | ||||
| 	docker exec matrix-synapse register_new_matrix_user -u "$user" -p "$password" -c /data/homeserver.yaml --admin http://localhost:8008 | ||||
| else | ||||
| 	docker exec matrix-synapse register_new_matrix_user -u "$user" -p "$password" -c /data/homeserver.yaml --no-admin http://localhost:8008 | ||||
| fi | ||||
		Reference in New Issue
	
	Block a user