Giter Club home page Giter Club logo

alpine-caddy's People

Contributors

dominictayloruk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

alpine-caddy's Issues

Can't run ARM image - permission denied

Running yobasystems/alpine-caddy:armhf ends with:

making user directory: mkdir /home/caddy: permission denied

On the container it seems that /home exists but it's empty and owned by root and the user running is caddy.

Cannot start PHP version

I'm getting this error from docker, while setting it up with this command:
docker run -d --name spooler -v $(pwd):/srv -p 2015:2015 yobasystems/alpine-caddy:php

run: reading config file: open /etc/caddy/Caddyfile: no such file or directory

Can't run with GitLab CI

Hello,

I had to add one more command in order to get the certificates from the Let's Encrypt staging server.

I was receiving (in the GitLab CI)

[example.com] failed to get certificate: [example.com] error presenting token: presenting with standard HTTP provider server: Could not start HTTP server for challenge -> listen tcp :80: bind: permission denied

and

listen tcp :443: bind: permission denied

After adding this commands (including libcap) in your Docker image

RUN apk add --update openssh-client git tar curl libcap
...
RUN chown -R caddy:caddy /srv /home
RUN setcap CAP_NET_BIND_SERVICE=+eip /usr/bin/caddy

it resolved the issue. libcap and the RUN command after RUN chown -R caddy:caddy /srv /home

Link to Yoba Systems in README is broken

Maybe it's not the best place to report, as it doesn't much relate to alpine-caddy, but ๐Ÿคท๐Ÿปโ€โ™‚๏ธ

On the bottom of README there is a link do Yoba Systems webpage, on .co.uk, which redirects to another domain yoba.systems which complains about some invalid SSL certificate.

alpine-caddy:php can not up

Hello, Dominic
I am bob. I pulled your docker image 'alpine-caddy' and ran as daemon. It ran up ok.
But I ran 'alpine-caddy:php', It failed to run and logs is the following:

no action found for directive 'startup' with server type 'http' (missing a plugin?)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.