Remove usage of Go templates #1

Closed
opened 2024-12-29 18:22:38 +00:00 by decentral1se · 1 comment
Owner
grep -iR "{{" .
./README.md:# {{ .Name }}
./README.md:{{ .Description }}
./README.md:* **Category**: {{ .Category }}
./README.md:* **Status**: {{ .Status }}
./README.md:* **Image**: {{ .Image }}
./README.md:* **Healthcheck**: {{ .Healthcheck }}
./README.md:* **Backups**: {{ .Backups }}
./README.md:* **Email**: {{ .Email }}
./README.md:* **Tests**: {{ .Tests }}
./README.md:* **SSO**: {{ .SSO }}
./README.md:* `abra app new {{ .Name }} --secrets`
./.env.sample:TYPE={{ .Name }}
./.env.sample:DOMAIN={{ .Name }}.example.com
./.env.sample:#EXTRA_DOMAINS=', `www.{{ .Name }}.example.com`'
./.drone.yml:      stack: {{ .Name }}
./.drone.yml:      DOMAIN: {{ .Name }}.swarm-test.autonomic.zone
./.drone.yml:      STACK_NAME: {{ .Name }}
``` grep -iR "{{" . ./README.md:# {{ .Name }} ./README.md:{{ .Description }} ./README.md:* **Category**: {{ .Category }} ./README.md:* **Status**: {{ .Status }} ./README.md:* **Image**: {{ .Image }} ./README.md:* **Healthcheck**: {{ .Healthcheck }} ./README.md:* **Backups**: {{ .Backups }} ./README.md:* **Email**: {{ .Email }} ./README.md:* **Tests**: {{ .Tests }} ./README.md:* **SSO**: {{ .SSO }} ./README.md:* `abra app new {{ .Name }} --secrets` ./.env.sample:TYPE={{ .Name }} ./.env.sample:DOMAIN={{ .Name }}.example.com ./.env.sample:#EXTRA_DOMAINS=', `www.{{ .Name }}.example.com`' ./.drone.yml: stack: {{ .Name }} ./.drone.yml: DOMAIN: {{ .Name }}.swarm-test.autonomic.zone ./.drone.yml: STACK_NAME: {{ .Name }} ```
Author
Owner

Wait a second, I'm tripping. I thought this was removed but now that I check it, we did seem to go for the Golang templating, e.g. filling out the metadata info.

Wait a second, I'm tripping. I thought this was removed but now that I check it, we did seem to go for the Golang templating, e.g. filling out the metadata info.
Sign in to join this conversation.
No description provided.