-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
60 changed files
with
580 additions
and
335 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# Global | ||
GLOBAL_TZ="Australia/Melbourne" | ||
DOMAIN_NAME="localhost" | ||
DOMAIN_URL="https://${DOMAIN_NAME}" | ||
PUBLIC_URL="https://governance.foundation" | ||
ENV_FILE=".env" # used for secrets in containers | ||
GIT_REPO="https://github.com/governance-foundation/governance.foundation" | ||
GIT_USER="governance-foundation" | ||
SITE_TITLE="Governance Foundation" | ||
SITE_DESCRIPTION="Governance Foundation exploring foundations for governance" | ||
EMAIL="devops@governance.foundation" | ||
# Google Drive | ||
GOOGLE_DRIVE_FOLDER="https://drive.google.com/drive/u/0/folders/1n5tDuoSgp3BWthd43GDue0PPUR6LVOFD" | ||
|
||
# Traefik | ||
TRAEFIK_API_PORT=8080 | ||
TRAEFIK_HTTP_PORT=80 | ||
TRAEFIK_HTTPS_PORT=443 | ||
TRAEFIK_SUBDOMAIN_NAME="traefik" | ||
TRAEFIK_DOCKER_SOCK="/var/run/docker.sock" | ||
TRAEFIK_CERTIFICATE_PATH="./services/traefik/certs" | ||
TRAEFIK_CONFIG_DYNAMIC_PATH="./services/traefik/config/dynamic" | ||
TRAEFIK_LOG_LEVEL="DEBUG" | ||
TRAEFIK_ACCESS_LOG="true" | ||
TRAEFIK_PILOT_TOKEN="1af198ae-0690-45a2-976f-0e414979a440" | ||
TRAEFIK_HOST="${TRAEFIK_SUBDOMAIN_NAME}.${DOMAIN_NAME}" | ||
TRAEFIK_URL="https://${TRAEFIK_SUBDOMAIN_NAME}.${DOMAIN_NAME}" | ||
|
||
|
||
# Traefik - createcertpkcs12 | ||
# used for exporting private key | ||
TRAEFIK_CERT_KEYPASS="McinQrzivavwhzxzqrGnatXRiYcbUKDikGuHTRyxXVXddzkFiqRWGNYGjxxL" | ||
|
||
# Nginx | ||
NGINX_CONTENT_PATH="./services/nginx/content" | ||
NGINX_CONTENT_BUILD_PATH="./services/nginx/data/build" | ||
NGINX_CONFIG_FILE="./services/nginx/config/nginx.conf" | ||
|
||
# Server | ||
SERVER_CONTENT_PATH="./" | ||
SERVER_LIVERELOAD_PORT=35729 | ||
SERVER_PORT=4000 | ||
SERVER_SUBDOMAIN_NAME="gvfn" | ||
SERVER_HOST="${SERVER_SUBDOMAIN_NAME}.${DOMAIN_NAME}" | ||
SERVER_URL="https://${SERVER_SUBDOMAIN_NAME}.${DOMAIN_NAME}" | ||
|
||
|
||
|
||
# Traefik - createcert | ||
# used for making new certificates | ||
TRAEFIK_CERT_DOMAINS="${TRAEFIK_HOST} ${SERVER_HOST} localhost 127.0.0.1 ::1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ Gemfile.lock | |
.ssl/ | ||
*.iml | ||
.DS_Store | ||
logs/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
title: ${SITE_TITLE} | ||
name: ${SITE_TITLE} | ||
email: ${EMAIL} | ||
description: > # this means to ignore newlines until next attribute | ||
${SITE_DESCRIPTION} | ||
github_username: ${GIT_USER} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
title: Governance Foundation | ||
name: Governance Foundation | ||
email: devops@governance.foundation | ||
description: > # this means to ignore newlines until next attribute | ||
Governance Foundation exploring foundations for governance | ||
github_username: governance-foundation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.