Add clouseau

This commit is contained in:
thomas 2022-10-12 03:19:49 +02:00
parent 3cc1c674b2
commit b3b102814b
12 changed files with 126 additions and 0 deletions

View file

@ -0,0 +1,22 @@
#### clouseau
##### Information
Source : https://github.com/cloudant-labs/clouseau
##### Install
```bash
apt update
apt install -y --no-install-recommends curl apt-transport-https gnupg wget ca-certificates software-properties-common
wget -qO - https://deb.lgy.fr/install.sh | bash
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9
apt-add-repository 'deb http://repos.azulsystems.com/debian stable main'
apt-get update
apt-get install -y clouseau
#edit /etc/clouseau/clouseau.ini
systemctl enable --now clouseau
```