Unable to install traefik #929

Closed
opened 2026-09-13 20:58:08 +00:00 by matzipan · 1 comment

Hi,

First of all, thanks for all the nice work you've done putting this ecosystem and tooling together.

I was trying to give your stack a try on our collab server today. But I hit a snag quite early on.

There might be multiple different issues here, but I'm not sure.

I was following this guide

When running abra app new traefik, I get:

DEBU <cli/run.go:137> abra version: 0.13.0-beta, commit: 06a57ded, lang: en
DEBU <git/branch.go:99> successfully checked out refs/heads/main in /home/matzipan/.abra/catalogue
DEBU <catalogue/catalogue.go:84> fetched latest git changes for /home/matzipan/.abra/catalogue
DEBU <recipe/recipe.go:406> read recipe catalogue from file system cache in /home/matzipan/.abra/catalogue/recipes.json
FATA <recipe/recipe.go:175> failed to check git status of traefik: 7:4: illegal character U+002E '.'

I am not sure if this is an issue with abra itself or with the recipe, so I'd be happy to move this ticket somewhere else.

Workstation: Fedora Linux 44
Server: Ubuntu 26.04

Hi, First of all, thanks for all the nice work you've done putting this ecosystem and tooling together. I was trying to give your stack a try on our collab server today. But I hit a snag quite early on. There might be multiple different issues here, but I'm not sure. I was following [this guide](https://docs.coopcloud.tech/operators/tutorial/#web-proxy-setup) When running `abra app new traefik`, I get: ``` DEBU <cli/run.go:137> abra version: 0.13.0-beta, commit: 06a57ded, lang: en DEBU <git/branch.go:99> successfully checked out refs/heads/main in /home/matzipan/.abra/catalogue DEBU <catalogue/catalogue.go:84> fetched latest git changes for /home/matzipan/.abra/catalogue DEBU <recipe/recipe.go:406> read recipe catalogue from file system cache in /home/matzipan/.abra/catalogue/recipes.json FATA <recipe/recipe.go:175> failed to check git status of traefik: 7:4: illegal character U+002E '.' ``` I am not sure if this is an issue with abra itself or with the recipe, so I'd be happy to move this ticket somewhere else. Workstation: Fedora Linux 44 Server: Ubuntu 26.04
Author

Found the issue. It's because I had the following session in my .gitconfig:

[re.sonny.Commit]
title-length-hint=50
body-length-wrap=72
auto-capitalize-title=true

I guess a bug, but a rare one due to my setup.

Found the issue. It's because I had the following session in my `.gitconfig`: ``` [re.sonny.Commit] title-length-hint=50 body-length-wrap=72 auto-capitalize-title=true ``` I guess a bug, but a rare one due to my setup.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: toolshed/abra#929