Go to file
Perflyst 9cc8a0b4e6 Update to crystal 1.0.0 2021-04-27 20:17:32 +02:00
.github/workflows Update to crystal 1.0.0 2021-04-27 20:17:32 +02: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 fixes 2021-03-10 12:50:45 -05: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 Update to crystal 1.0.0 2021-04-27 20:17:32 +02: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 Update to crystal 1.0.0 2021-04-27 20:17:32 +02:00
shard.yml Update to crystal 1.0.0 2021-04-27 20:17:32 +02: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