abiosoft / abiosoft/caddy-docker

Build tool suggestion: also generate service file?

Abierto
#115 1 comentario 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Shell
Estrellas
787
Forks
303
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

@abiosoft per your suggestion, I tried your build tool. I already have a service file standard in place where I use Caddy; you might want to attempt generating one that folks could modify for their needs?

Related suggestion: maybe also a suggestion to the user to **/sbin/setcap CAP_NET_BIND_SERVICE=+eip (installed caddy binary)** ?

```
[Unit]
Description=Caddy
After=network.target
[Service]
Type=simple
LimitNOFILE=8192
ExecStartPre=/bin/mkdir -p /tmp/caddy_cache
ExecStart=/usr/local/bin/caddy -conf /etc/default/caddy
ExecReload=/usr/bin/pkill -USR1 caddy
User=caddy
Group=caddy
[Install]
WantedBy=multi-user.target
```

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.