Skip to content

iv-org/instances-api

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
August 10, 2021 16:42
September 4, 2019 20:55
September 4, 2019 20:55
September 4, 2019 20:55
April 27, 2021 20:17
September 4, 2019 20:55
August 10, 2021 16:45
April 27, 2021 20:17
April 27, 2021 20:17

api.invidious.io/

Build Status

Status page for Invidious instances, sourced from the documentation.

Installation

$ git clone https://github.com/iv-org/instances-api
$ cd instances-api
$ shards install
$ crystal build src/instances.cr --release

Usage

$ ./instances -h
    -b HOST, --bind HOST             Host to bind (defaults to 0.0.0.0)
    -p PORT, --port PORT             Port to listen for connections (defaults to 3000)
    -s, --ssl                        Enables SSL
    --ssl-key-file FILE              SSL key file
    --ssl-cert-file FILE             SSL certificate file
    -h, --help                       Shows this help

Contributing

  1. Fork it (https://github.com/iv-org/instances-api/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors