oop
This commit is contained in:
7
Makefile
7
Makefile
@@ -1,4 +1,4 @@
|
||||
.PHONY: help certs matrix-user switch
|
||||
.PHONY: help certs switch
|
||||
|
||||
help:
|
||||
@grep -E '^[a-zA-Z_-]+:.*##' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*## "}; {printf " \033[36m%-20s\033[0m %s\n", $$1, $$2}'
|
||||
@@ -16,8 +16,3 @@ certs:
|
||||
done; \
|
||||
wait; \
|
||||
echo "Done. Check status with: systemctl list-units 'acme-order-renew-*' --all --state=failed"
|
||||
|
||||
matrix-user:
|
||||
@nix shell nixpkgs#matrix-synapse -c register_new_matrix_user \
|
||||
-k "$$(sudo cat /var/lib/matrix-synapse/registration_shared_secret)" \
|
||||
http://localhost:8008
|
||||
|
||||
Reference in New Issue
Block a user