https://github.com/realorangeone/slides
A custom container to serve my talk slides.
https://github.com/realorangeone/slides
Last synced: about 1 year ago
JSON representation
A custom container to serve my talk slides.
- Host: GitHub
- URL: https://github.com/realorangeone/slides
- Owner: RealOrangeOne
- Created: 2024-03-03T18:26:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-01T19:25:53.000Z (almost 2 years ago)
- Last Synced: 2025-02-10T12:43:05.287Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://slides.jakehoward.tech
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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`.