Last active
July 13, 2021 15:40
-
-
Save lukaszraczylo/ac674bf010ee9903a9e0f9dd76722804 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# 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