1
0
mirror of https://gitlab.com/cyber5k/mistborn.git synced 2022-06-09 18:03:35 +03:00

Resolve "Manual clearing of MFA sessions"

This commit is contained in:
Steven Foerster
2022-01-22 01:51:06 +00:00
parent 9d5df806df
commit 1808fc95c4
4 changed files with 12 additions and 15 deletions

View File

@@ -192,7 +192,7 @@ services:
pihole:
container_name: mistborn_production_pihole
image: pihole/pihole:v5.8
image: pihole/pihole:2022.01.1
env_file:
- ./.envs/.production/.pihole
ports:

View File

@@ -3,7 +3,7 @@ version: '3'
services:
onlyoffice:
container_name: mistborn_production_onlyoffice
image: onlyoffice/documentserver:latest
image: onlyoffice/documentserver:6.4.2.6
volumes:
- ../../mistborn_volumes/extra/onlyoffice/logs:/var/log/onlyoffice
- ../../mistborn_volumes/extra/onlyoffice/cache:/var/lib/onlyoffice

View File

@@ -53,18 +53,15 @@ fi
echo "Running as $USER"
# banner
echo -e " ____ _ ____ _ __"
echo -e " / ___| _| |__ ___ _ __ | ___|| |/ /"
echo -e "| | | | | | '_ \ / _ \ '__| |___ \| ' /"
echo -e "| |__| |_| | |_) | __/ | ___) | . \ "
echo -e " \____\__, |_.__/ \___|_| |____/|_|\_\ "
echo -e " |___/"
echo -e " __ __ _ _ _"
echo -e "| \/ (_)___| |_| |__ ___ _ __ _ __"
echo -e "| |\/| | / __| __| '_ \ / _ \| '__| '_ \ "
echo -e "| | | | \__ \ |_| |_) | (_) | | | | | |"
echo -e "|_| |_|_|___/\__|_.__/ \___/|_| |_| |_|"
echo -e ""
# check that figlet exists
if ! [ -x "$(command -v figlet)" ]; then
echo "Installing figlet"
sudo apt-get install -y figlet
fi
figlet "Stormblest"
figlet "Mistborn"
sudo rm -rf /opt/mistborn 2>/dev/null || true