1
Fork 0
A custom container to serve my talk slides. https://slides.jakehoward.tech
Find a file
2024-06-26 19:58:27 +01:00
.github/workflows
docker-compose.yml Mount nginx config for easier dev 2024-06-08 15:15:44 +01:00
docker-entrypoint.sh Fix quotes in entrypoint 2024-03-03 19:41:34 +00:00
Dockerfile Unpin alpine 2024-06-26 19:58:27 +01:00
nginx.conf Define simpler pattern for presentations 2024-06-25 22:12:22 +01:00
README.md
renovate.json
slides.js Dynamically get sitemap hostname 2024-03-03 21:11:41 +00:00

Slides

A custom container to serve my talk slides.

You probably don't want to use this yourself, but it's open source anyway!

Features

  • Serve files performantly with nginx
  • Automatically calculate a sitemap based on directories
  • Redirect the root to my website.
  • Upload files via WebDAV (protected by basic auth).
  • Healthcheck endpoint at /.ping.

Configuration

Files should be mounted to /srv.

By default, basic auth is credentials are user:password, but can be overridden by /etc/nginx/.htpasswd.

By default, the container runs as UID 1000, which can be overridden by $PUID.