Go to file
Perflyst 67009abc57 Track shards and drop travis 2021-01-07 20:56:14 +01:00
.github/workflows curl only once 2021-01-07 13:44:15 +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 Update the documentation and repository links 2020-12-01 18:18:05 +01: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 Update the readme 2020-12-01 18:27:14 +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

Status page for Invidious instances, sourced from here.

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