mirror of
https://github.com/iv-org/invidious.git
synced 2025-11-21 08:55:54 +00:00
Some checks failed
Build and release container directly from master / release (docker/Dockerfile, AMD64, ubuntu-latest, linux/amd64, ) (push) Has been cancelled
Build and release container directly from master / release (docker/Dockerfile.arm64, ARM64, ubuntu-24.04-arm, linux/arm64/v8, -arm64) (push) Has been cancelled
Invidious CI / build - crystal: ${{ matrix.crystal }}, stable: ${{ matrix.stable }} (nightly, false) (push) Has been cancelled
Invidious CI / build - crystal: ${{ matrix.crystal }}, stable: ${{ matrix.stable }} (1.12.2, true) (push) Has been cancelled
Invidious CI / build - crystal: ${{ matrix.crystal }}, stable: ${{ matrix.stable }} (1.13.3, true) (push) Has been cancelled
Invidious CI / build - crystal: ${{ matrix.crystal }}, stable: ${{ matrix.stable }} (1.14.1, true) (push) Has been cancelled
Invidious CI / build - crystal: ${{ matrix.crystal }}, stable: ${{ matrix.stable }} (1.15.1, true) (push) Has been cancelled
Invidious CI / build - crystal: ${{ matrix.crystal }}, stable: ${{ matrix.stable }} (1.16.3, true) (push) Has been cancelled
Invidious CI / Test ${{ matrix.name }} Docker build (AMD64, ubuntu-latest) (push) Has been cancelled
Invidious CI / Test ${{ matrix.name }} Docker build (ARM64, ubuntu-24.04-arm) (push) Has been cancelled
Invidious CI / lint (push) Has been cancelled
46 lines
934 B
YAML
46 lines
934 B
YAML
name: invidious
|
|
version: 2.20250913.0-dev
|
|
|
|
authors:
|
|
- Invidious team <contact@invidious.io>
|
|
- Contributors!
|
|
|
|
description: |
|
|
Invidious is an alternative front-end to YouTube
|
|
|
|
dependencies:
|
|
pg:
|
|
github: will/crystal-pg
|
|
version: ~> 0.28.0
|
|
sqlite3:
|
|
github: crystal-lang/crystal-sqlite3
|
|
version: ~> 0.21.0
|
|
kemal:
|
|
github: kemalcr/kemal
|
|
version: ~> 1.6.0
|
|
protodec:
|
|
github: iv-org/protodec
|
|
version: ~> 0.1.5
|
|
athena-negotiation:
|
|
github: athena-framework/negotiation
|
|
version: ~> 0.1.1
|
|
http_proxy:
|
|
github: mamantoha/http_proxy
|
|
version: ~> 0.10.3
|
|
|
|
development_dependencies:
|
|
spectator:
|
|
github: icy-arctic-fox/spectator
|
|
version: ~> 0.10.4
|
|
ameba:
|
|
github: crystal-ameba/ameba
|
|
version: ~> 1.6.1
|
|
|
|
crystal: ">= 1.10.0, < 2.0.0"
|
|
|
|
license: AGPLv3
|
|
|
|
repository: https://github.com/iv-org/invidious
|
|
homepage: https://invidious.io
|
|
documentation: https://docs.invidious.io
|