diff --git a/clean.sh b/clean.sh deleted file mode 100755 index 7ece2e3..0000000 --- a/clean.sh +++ /dev/null @@ -1,38 +0,0 @@ -#!/bin/bash - -cd "$(dirname $0)" - -while : ; do - read -p "Remove vagrant generated files (y/n)? " yn - case "${yn}" in - [yY]*|[Oo]* ) - rm -f Vagrantfile - break;; - ""|[Nn]* ) break;; - * ) echo "Please answer y/n.";; - esac -done - -while : ; do - read -p "Remove proxy generated files (y/n)? " yn - case "${yn}" in - [yY]*|[Oo]* ) - rm -f files/kaz/.apt-mirror-config files/kaz/.proxy-config - rm -f files/.apt-mirror-config files/.proxy-config files/.docker-config.json - break;; - ""|[Nn]* ) break;; - * ) echo "Please answer y/n.";; - esac -done - -while : ; do - read -p "Remove custom generated files (y/n)? " yn - case "${yn}" in - [yY]*|[Oo]* ) - rm -f files/.customDocker.sh - rm -f files/kaz/.customDocker.sh files/local.sh - break;; - ""|[Nn]* ) break;; - * ) echo "Please answer y/n.";; - esac -done diff --git a/files/snster-kaz/hoster-a/kaz1/kaz-config/container-withMail.list b/files/snster-kaz/hoster-a/kaz1/kaz-config/container-withMail.list index 4a87346..af86a0d 100644 --- a/files/snster-kaz/hoster-a/kaz1/kaz-config/container-withMail.list +++ b/files/snster-kaz/hoster-a/kaz1/kaz-config/container-withMail.list @@ -4,7 +4,7 @@ dokuwiki garradin gitea jirafeau -mattermost +#mattermost roundcube #keycloak mobilizon diff --git a/files/vm-provision.sh b/files/vm-provision.sh index 1d52104..0c9d6cf 100755 --- a/files/vm-provision.sh +++ b/files/vm-provision.sh @@ -176,8 +176,8 @@ auth: cd git clone https://framagit.org/flesueur/snster.git cd snster - # git checkout tags/v1.1.0 - git checkout 34b7c57cb7480cb4b3a84d14a1a46b60d0eb5967 + git checkout tags/v1.2.0 + # git checkout 34b7c57cb7480cb4b3a84d14a1a46b60d0eb5967 ./install.sh # BTRFS avec hotfix sale de SNSTER