initial commit
This commit is contained in:
15
initialize.sh
Executable file
15
initialize.sh
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
mkdir -p ./traefik
|
||||
touch traefik/acme.json
|
||||
chmod 600 traefik/acme.json
|
||||
|
||||
if [ ! -f .logins ]; then
|
||||
cp .logins.example .logins
|
||||
fi
|
||||
|
||||
if [ ! -f .env ]; then
|
||||
cp .env.example .env
|
||||
fi
|
||||
Reference in New Issue
Block a user