abiosoft / abiosoft/caddy-git

Problems with clone on startup with git host in same Caddyfile

Abierto
#109 2 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Go
Estrellas
206
Forks
42
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

I am using Caddy for proxying to gitea and providing static file hosting from a directory. I now want to auto-deploy a website using this plugin.

Caddyfile looks like this:

```
git.bar.com {
proxy / localhost:3000
}
blog.bar.com {
root /var/www/foo2
git {
repo https://git.bar.com/...
}
}
```

Now the startup fails as the initial clone can not reach the git Server as the caddy serves this itself. Maybe it is possible to delay the clone, ignore errors or deactivate that behaviour? All three are possible solutions.

EDIT: Didn't want to add a new issue for this: Does it serve the .git folder? Or do I need to use the internal directive to hide it?

EDIT 2: Also mentioned in #102, #79 and #85

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.