Some minor changes.

This commit is contained in:
Christoph 2025-03-18 16:09:41 +01:00
parent 0712a8fbad
commit be11ad67d9
3 changed files with 13 additions and 2 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ conf/*.conf
crontab-* crontab-*
login-credentials-* login-credentials-*
current-configuration.txt

View File

@ -1,7 +1,7 @@
# Login as temporary admin user # Login as temporary admin user
# #
LOGIN_NAME=temp-admin LOGIN_NAME=admin
LOGIN_PASS='0JP.k-K-/hd-h3g4' LOGIN_PASS='0x-O-/s7eku9Y./l'
NEW_ADMIN=admin-nd NEW_ADMIN=admin-nd
NEW_ADMIN_PASS='u6V2.W.o7e-f+mY6' NEW_ADMIN_PASS='u6V2.W.o7e-f+mY6'

10
rm-keycloak-service.sh Executable file
View File

@ -0,0 +1,10 @@
#!/usr/bin/env bash
systemctl stop keycloak.service
systemctl disable keycloak.service
rm /etc/systemd/system/keycloak.service
rm -rf /opt/*
exit 0