Skip to content

A better way to embed YouTube videos everywhere (inspired by FixTweet).

License

Notifications You must be signed in to change notification settings

birabittoh/fixyoutube-go

Repository files navigation

FixYouTube

Embed YouTube videos on Telegram, Discord and more!

How to use:

Replace www.youtube.com or youtu.be with y.outube.duckdns.org to fix embeds for short videos.

demo.mp4

Instructions

First of all, you should set the API key to whatever you want:

cp .env.example .env
nano .env

Docker with reverse proxy

Copy the template config file and make your adjustments. My configuration is based on DuckDNS but you can use whatever provider you find here.

cp docker/swag.env.example docker/swag.env
nano docker/swag.env

Finally: docker-compose up -d.

Docker without reverse proxy

Just run:

docker-compose -f docker-compose.simple.yaml up -d

Test and debug locally

go test -v ./...
go run .