Latest
This commit is contained in:
parent
4998048ab9
commit
21a87bd72d
2 changed files with 0 additions and 4 deletions
|
@ -10,8 +10,6 @@
|
||||||
<string>{{ .host.cloudflare.teamsOrg }}</string>
|
<string>{{ .host.cloudflare.teamsOrg }}</string>
|
||||||
<key>service_mode</key>
|
<key>service_mode</key>
|
||||||
<string>warp</string>
|
<string>warp</string>
|
||||||
<key>support_url</key>
|
|
||||||
<string>https://{{ .host.domain }}</string>
|
|
||||||
<key>auth_client_id</key>
|
<key>auth_client_id</key>
|
||||||
<string>{{- if and (stat (joinPath .host.home ".config" "age" "chezmoi.txt")) (stat (joinPath .chezmoi.sourceDir ".chezmoitemplates" "secrets" "CLOUDFLARE_TEAMS_CLIENT_ID")) -}}{{- includeTemplate "secrets/CLOUDFLARE_TEAMS_CLIENT_ID" | decrypt | trim -}}{{- else -}}{{- env "CLOUDFLARE_TEAMS_CLIENT_ID" -}}{{- end -}}</string>
|
<string>{{- if and (stat (joinPath .host.home ".config" "age" "chezmoi.txt")) (stat (joinPath .chezmoi.sourceDir ".chezmoitemplates" "secrets" "CLOUDFLARE_TEAMS_CLIENT_ID")) -}}{{- includeTemplate "secrets/CLOUDFLARE_TEAMS_CLIENT_ID" | decrypt | trim -}}{{- else -}}{{- env "CLOUDFLARE_TEAMS_CLIENT_ID" -}}{{- end -}}</string>
|
||||||
<key>auth_client_secret</key>
|
<key>auth_client_secret</key>
|
||||||
|
|
|
@ -8,8 +8,6 @@
|
||||||
<string>{{ .host.cloudflare.teamsOrg }}</string>
|
<string>{{ .host.cloudflare.teamsOrg }}</string>
|
||||||
<key>service_mode</key>
|
<key>service_mode</key>
|
||||||
<string>warp</string>
|
<string>warp</string>
|
||||||
<key>support_url</key>
|
|
||||||
<string>https://{{ .host.domain }}</string>
|
|
||||||
<key>auth_client_id</key>
|
<key>auth_client_id</key>
|
||||||
<string>{{ if (stat (joinPath .chezmoi.sourceDir ".chezmoitemplates" "secrets" "CLOUDFLARE_TEAMS_CLIENT_ID")) }}{{- includeTemplate "secrets/CLOUDFLARE_TEAMS_CLIENT_ID" | decrypt | trim -}}{{ else }}{{- env "CLOUDFLARE_TEAMS_CLIENT_ID" -}}{{ end }}</string>
|
<string>{{ if (stat (joinPath .chezmoi.sourceDir ".chezmoitemplates" "secrets" "CLOUDFLARE_TEAMS_CLIENT_ID")) }}{{- includeTemplate "secrets/CLOUDFLARE_TEAMS_CLIENT_ID" | decrypt | trim -}}{{ else }}{{- env "CLOUDFLARE_TEAMS_CLIENT_ID" -}}{{ end }}</string>
|
||||||
<key>auth_client_secret</key>
|
<key>auth_client_secret</key>
|
||||||
|
|
Loading…
Reference in a new issue