Skip to content

URL aliasing service, with support for template parameters

Notifications You must be signed in to change notification settings

egoodhall/go-links

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-links

Service for managing easy-to-remember redirects to commonly used tools. All links are configured in a static file, to keep the operations simple.

Example Configuration

address: :8443
targets:
-
  title: GitHub
  description: Online code repositories
  aliases:
  - git
  - gh
  urls:
  - https://github.com/egoodhall
  - https://github.com/egoodhall/:repo
  - https://github.com/:org/:repo

This will start the service with the following paths:

  • GET /git
  • GET /git/:repo
  • GET /git/:org/repo
  • GET /gh
  • GET /gh/:repo
  • GET /gh/:org/repo

About

URL aliasing service, with support for template parameters

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published