# Installing Anbuis to site between forgejo and caddy on debian ## Install Anubis Taken from: https://anubis.techaro.lol/docs/admin/native-install ```bash $ # This is the latest version of Anubis at time of writing; check: https://github.com/TecharoHQ/anubis/releases $ wget https://github.com/TecharoHQ/anubis/releases/download/v1.20.0/anubis_1.20.0_amd64.deb $ sudo apt install ./anubis_1.20.0_amd64.deb $ sudo cp /usr/share/doc/anubis/botPolicies.yaml /etc/anubis/forgejo.botPolicies.yaml $ sudo tee /etc/anubis/forgejo.env >/dev/null <