Go to file
Perflyst e2d7c7dd6d
Use default uptimerobot url
2021-04-27 19:55:45 +02:00
.github/workflows Add container release CI 2021-01-08 14:26:37 +01:00
assets/css Initial commit 2019-09-04 20:55:33 -04:00
spec Initial commit 2019-09-04 20:55:33 -04:00
src Use default uptimerobot url 2021-04-27 19:55:45 +02:00
.editorconfig Initial commit 2019-09-04 20:55:33 -04:00
.gitignore Track shards and drop travis 2021-01-07 20:56:14 +01:00
Dockerfile Add container and CI 2021-01-07 13:20:18 +01:00
LICENSE Initial commit 2019-09-04 20:55:33 -04:00
README.md Add badge to readme, update docs reference 2021-01-07 20:56:42 +01:00
docker-compose.yml Add container and CI 2021-01-07 13:20:18 +01:00
shard.lock Track shards and drop travis 2021-01-07 20:56:14 +01:00
shard.yml Update dependencies 2020-07-16 18:15:17 -04:00

README.md

instances.invidio.us

Build Status

Status page for Invidious instances, sourced from the documentation.

Installation

$ git clone https://github.com/iv-org/instances.invidio.us
$ cd instances.invidio.us
$ 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.invidio.us/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