Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…

# [[ Production Configuration File for golift.io Code Repo ]] | |
host: golift.io | |
title: Go Lift | |
logo_url: https://docs.golift.io/apple-touch-icon.png | |
description: Go Language Code Libraries - amazing! | |
links: | |
- title: Docker | |
url: https://hub.docker.com/u/golift | |
- title: GitHub | |
url: https://github.com/golift | |
# If this is set, a source link to this path is displayed on the index page. | |
# protip: setup a redirect for /source - see below. | |
src: /source | |
# This controls the max-age cache-control value. | |
# This setting is global, can be set per path too. | |
cache_max_age: 86400 | |
# This is the path used for badgedata. Most people will unset this to turn off badgedata. | |
bd_path: "/bd/" | |
# These paths will be redirected if redir is not "" | |
# This setting is global, can be set per path too. | |
# Redirection works like this: if the path matches, | |
# the sub-path is then checked for one of these strings. | |
# If sub-path also matches, the client is redirected to | |
# $redir + $subpath (subpath doesn't contain matched $path) | |
redir_paths: ["tar.gz", "wiki", "releases"] | |
# Paths that get handled by this app. | |
paths: | |
/badgedata: | |
repo: https://github.com/golift/badgedata | |
redir: https://github.com/golift/badgedata | |
/unifi: | |
repo: https://github.com/golift/unifi | |
redir: https://github.com/golift/unifi | |
image_url: https://docs.golift.io/svg/ubiquiti_color.svg | |
description: Package unifi provides API methods to extract client and device data from a UniFi Controller. | |
Methods are also provided to marshal the data into InfluxDB data points that can be used to create visualizations. | |
This library is used by UniFi Poller to collect and graph network data. | |
links: | |
- url: https://golift.io/unifi-poller | |
title: "UniFi Poller" | |
- url: http://grafana.com/dashboards?search=unifi-poller | |
title: "Grafana Dashboards" | |
cache_max_age: 2345 | |
/deluge: | |
repo: https://github.com/golift/deluge | |
redir: https://github.com/golift/deluge | |
/imessage: | |
repo: https://github.com/golift/imessage | |
redir: https://github.com/golift/imessage | |
/subscribe: | |
repo: https://github.com/golift/subscribe | |
redir: https://github.com/golift/subscribe | |
/ffmpeg: | |
repo: https://github.com/golift/ffmpeg | |
redir: https://github.com/golift/ffmpeg | |
/starr: | |
repo: https://github.com/golift/starr | |
redir: https://github.com/golift/starr | |
/securityspy: | |
repo: https://github.com/golift/securityspy | |
redir: https://github.com/golift/securityspy | |
/rar: | |
repo: https://github.com/golift/rar | |
redir: https://github.com/golift/rar | |
# Unused Examples. | |
/david/: | |
repo: https://github.com/davidnewhall/ | |
wildcard: true | |
/captain-: | |
repo: https://github.com/davidnewhall/ | |
wildcard: true | |
# No repos. | |
/unifi-poller: | |
redir: https://github.com/davidnewhall/unifi-poller | |
redir_paths: [""] | |
/secspy: | |
redir: https://github.com/davidnewhall/secspy | |
redir_paths: [""] | |
/unpacker-poller: | |
redir: https://github.com/davidnewhall/unpacker-poller | |
redir_paths: [""] | |
/turbovanityurls: | |
redir: https://github.com/golift/turbovanityurls | |
redir_paths: [""] | |
/source: | |
redir_paths: [""] | |
redir: https://github.com/golift/turbovanityurls |