seedbox/init-traefik.sh

7 lines
201 B
Bash
Executable File

#!/bin/bash
touch /opt/traefik/acme.json && chmod 600 /opt/traefik/acme.json
cp .env.sample .env
cp tunnel-options.sh.sample tunnel-options.sh
echo "Please edit .env file and tunnel-options.sh"
exit 0