mirror of
https://github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin.git
synced 2026-07-21 19:48:59 +02:00
* 📝 Add documentation exemple 4 for vm binary usage * :hammer:Update binary version * 🔨 update * 🔨 update * 🚧 Working Crowdsec with tls auth * 🐛 Add changes to download the plugin from the service * 🔧 Add config middle for https * 🔧 Update config for the exemple * 🔧 Add conf for certs, working example * 📝 Add doc for binary vm Readme * 📝 update documentation for exemple and make * 🚨 Fix lint * 🚨 Fix Lint End of File
12 lines
355 B
Bash
12 lines
355 B
Bash
#!/bin/bash
|
|
|
|
|
|
sudo cp /home/vagrant/vagrant_data/traefik/traefik.yml /etc/traefik/traefik.yml
|
|
sudo cp -a /home/vagrant/vagrant_data/traefik/conf /etc/traefik/
|
|
sudo chown -R traefik:traefik /etc/traefik
|
|
sudo mkdir /var/log/traefik
|
|
sudo chown -R traefik:traefik /var/log/traefik
|
|
|
|
sudo systemctl restart traefik.service
|
|
sudo systemctl status traefik.service
|