Service for managing easy-to-remember redirects to commonly used tools. All links are configured in a static file, to keep the operations simple.
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/:repoThis will start the service with the following paths:
GET /gitGET /git/:repoGET /git/:org/repoGET /ghGET /gh/:repoGET /gh/:org/repo