Skip to content

A simple redirection service for elks on popular routes.

License

Notifications You must be signed in to change notification settings

elkowar/headlights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Headlights

A simple redirection service for elks on popular routes.

Launching

Launch the service using

swipl server.pl --port=8000 --fork=false

Configuration format

The route mappings must be available under some public url. The URL must be provided via the environment variable HEADLIGHTS_LINKS_URL.

The mappings are formatted like this:

subdomain1:
  path1: https://target-url1
  path2: https://target-url2
subdomain2:
  path1: https://target-url3
  path2: https://target-url4

About

A simple redirection service for elks on popular routes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published