Skip to content

Instantly share code, notes, and snippets.

@lukaszraczylo
Last active July 13, 2021 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lukaszraczylo/ac674bf010ee9903a9e0f9dd76722804 to your computer and use it in GitHub Desktop.
Save lukaszraczylo/ac674bf010ee9903a9e0f9dd76722804 to your computer and use it in GitHub Desktop.
# Variables used for barebone kubernetes setup
network_subnet = "192.168.50"
net_hosts = {
adguard = "240"
adguard_catchall = "249"
traefik = "234"
torrent_rpc = "245"
}
nfs_storage = {
general = "/media/nfs"
torrent = "/mnt/drobo-storage/docker-volumes/torrent"
adguard = "/mnt/drobo-storage/docker-volumes/adguard"
}
# ENV variable: TRAEFIK_API_KEY sets traefik_api_key
# ENV variable: GH_USER, GH_PAT for authentication with private containers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment