diff --git a/.env.sample b/.env.sample new file mode 100644 index 0000000..26e6d8d --- /dev/null +++ b/.env.sample @@ -0,0 +1,20 @@ +APP=drone + +DOMAIN=drone.example.com +EXTRA_DOMAINS=', `www.drone.example.com`' +LETS_ENCRYPT_ENV=production + +DRONE_ENV_VERSION=v1 +RPC_SECRET_VERSION=v1 + +## Required for any kind of Single Sign On +#CLIENT_SECRET_VERSION=v1 + +## Gitea Single Sign On +#COMPOSE_FILE="compose.yml:compose.gitea.yml" +#GITEA_CLIENT_ID=your-client-id +#GITEA_DOMAIN=git.example.com + +## Github Single Sign On +#COMPOSE_FILE="compose.yml:compose.github.yml" +#GITHUB_CLIENT_ID=your-client-id diff --git a/.envrc.sample b/.envrc.sample deleted file mode 100644 index 7273161..0000000 --- a/.envrc.sample +++ /dev/null @@ -1,20 +0,0 @@ -export APP=drone - -export DOMAIN=drone.example.com -export EXTRA_DOMAINS=', `www.drone.example.com`' -export LETS_ENCRYPT_ENV=production - -export DRONE_ENV_VERSION=v1 -export RPC_SECRET_VERSION=v1 - -## Required for any kind of Single Sign On -#export CLIENT_SECRET_VERSION=v1 - -## Gitea Single Sign On -#export COMPOSE_FILE="compose.yml:compose.gitea.yml" -#export GITEA_CLIENT_ID=your-client-id -#export GITEA_DOMAIN=git.example.com - -## Github Single Sign On -#export COMPOSE_FILE="compose.yml:compose.github.yml" -#export GITHUB_CLIENT_ID=your-client-id