This repository contains configurations and html files for a static site hosted with Caddy.
- Caddy installed on your machine.
- Clone this repository.
- (Optional) Setup the env variable
CADDY_PORT
to the address you want to host the site on. If this is not provided, the config defaults to port8080
.export CADDY_PORT=8080
- Run
caddy run
in the root directory of this repository.
Caddyfile
: Configuration file for Caddy.index.html
: Homepage of the site with team details.Dockerfile
: Dockerfile for building the container consisting of static site & Caddy.Jenkinsfile
: Jenkins pipeline for building and pushing image of the static site.