Skip to content

Commit

Permalink
feat(dot_config): add cloudflared variables to config template
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Sep 27, 2023
1 parent 109bfea commit 23dd985
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions chezmoi/dot_config/shrc/00-dotfiles-export.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ export WORKSPACE_CONTAINER_DIR="{{ .workspace.container_dir }}"
export WORKSPACE_MODEL_DIR="{{ .workspace.model_dir }}"
export WORKSPACE_DATASET_DIR="{{ .workspace.dataset_dir }}"

export DOTFILES_USE_CLOUDFLARED="{{ .cloudflared.enabled }}"
export CLOUDFLARED_CONFIG="{{ .cloudflared.config_file }}"
export CLOUDFLARED_TUNNEL_UUID="{{ .cloudflared.tunnel_uuid }}"
export CLOUDFLARED_TUNNEL_NAME="{{ .cloudflared.tunnel_name }}"
export CLOUDFLARED_TUNNEL_HOSTNAME="{{ .cloudflared.tunnel_hostname }}"

export DOCKER_USERNAME="{{ .docker.username }}"
export CONTAINER_REGISTRY="{{ .docker.container_registry }}"
export DOCKERFILES_SHARE_DIR="{{ .docker.share_dir }}"
Expand Down

0 comments on commit 23dd985

Please sign in to comment.