https://github.com/potentialstyx/caddy-replauth
Repl Auth middleware for Caddy
https://github.com/potentialstyx/caddy-replauth
Last synced: 3 months ago
JSON representation
Repl Auth middleware for Caddy
- Host: GitHub
- URL: https://github.com/potentialstyx/caddy-replauth
- Owner: PotentialStyx
- License: mit
- Created: 2023-07-18T19:19:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T23:53:51.000Z (almost 3 years ago)
- Last Synced: 2025-03-06T12:46:47.880Z (over 1 year ago)
- Language: HTML
- Size: 96.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Repl Auth middleware for [Caddy](https://caddyserver.com)
This module provides a drop in repl auth middleware for [Caddy](https://caddyserver.com). When using [Caddy](https://caddyserver.com) as a reverse proxy with this module, the server being proxied will get the exact same information as if it were hosted on replit[^compat]. An example config can be found in [`config.json5`](config.json5).
To use [Caddy](https://caddyserver.com) with this module you will need to build it using xcaddy.[^xcaddy] You can also use the [`build.sh`](build.sh) script that is provided in this repository.
[^compat]: If something works on replit but not with this caddy module please report an issue as that is a bug.
[^xcaddy]: Read https://caddyserver.com/docs/build#xcaddy for information on how to do that