I also added some whitespace handling to traefik.tmpl.yml to remove the excessive newlines on conditional blocks
Adds support for the new onion recipe: https://git.coopcloud.tech/coop-cloud/onion
I also added some whitespace handling to `traefik.tmpl.yml` to remove the excessive newlines on conditional blocks
@vaznasty Thanks!
You need to bump the version if you update this config file: https://git.coopcloud.tech/coop-cloud/traefik/src/commit/a233438f8041e78d00ad0b36478254cd47e8f96d/abra.sh#L1
AFAIR `{{- ... }` removed whitespace? That seems like a good change.
I can try fit this into the new release re: https://git.coopcloud.tech/coop-cloud/traefik/pulls/80 (time slipped away but I'll try to get back on it 🙏)
@p4u1 the pull request template didn't work?
@decentral1se I just bumped that config file version :)
Yes, the dash removes whitespace on the side of the conditional it's located. It's nice for conditionals because currently traefik.yml has a bunch of extra newlines (the ones after {{ end }} tags since those are outside the conditionals)
@decentral1se I just bumped that config file version :)
Yes, the dash removes whitespace on the side of the conditional it's located. It's nice for conditionals because currently traefik.yml has a bunch of extra newlines (the ones after `{{ end }}` tags since those are outside the conditionals)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Adds support for the new onion recipe: https://git.coopcloud.tech/coop-cloud/onion
I also added some whitespace handling to
traefik.tmpl.ymlto remove the excessive newlines on conditional blocks@vaznasty Thanks!
You need to bump the version if you update this config file:
AFAIR
{{- ... }removed whitespace? That seems like a good change.I can try fit this into the new release re: #80 (time slipped away but I'll try to get back on it 🙏)
@p4u1 the pull request template didn't work?
@decentral1se yes, our template seems to be broken. I opened #82
Very exciting to see this btw😍
@decentral1se I just bumped that config file version :)
Yes, the dash removes whitespace on the side of the conditional it's located. It's nice for conditionals because currently traefik.yml has a bunch of extra newlines (the ones after
{{ end }}tags since those are outside the conditionals)Could you add a small section to the readme where you mainly link to the onion recipe?
Just added a short note about it, how's that?
Looks good to me. The change with the white space trimming is a bit unrelated but lets go with it