Kumi
13a771214a
Updated README with detailed instructions for setting environment variables via a .env file. Added sample Caddyfile for reverse proxy configuration and systemd service files for managing the tracker and application. These enhancements streamline deployment, especially in production environments, by providing clear guidance and automation options. Resolves #1
9 lines
190 B
Caddyfile
9 lines
190 B
Caddyfile
# Simple example of how to use Caddy for Transfer.coffee
|
|
|
|
transfer.example www.transfer.example {
|
|
reverse_proxy localhost:8105
|
|
}
|
|
|
|
tracker.transfer.example {
|
|
reverse_proxy localhost:8106
|
|
}
|