Categorygithub.com/birabittoh/fixyoutube-go
modulepackage
1.0.1
Repository: https://github.com/birabittoh/fixyoutube-go.git
Documentation: pkg.go.dev

# README

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.

https://github.com/BiRabittoh/FixYouTube/assets/26506860/e1ad5397-41c8-4073-9b3e-598c66241255

Instructions

First of all, you should duplicate and fill your .env file:

cp .env.example .env
nano .env

Docker without reverse proxy

Just run:

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

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.

cd swag
cp swag.env.example swag.env
nano swag.env
cd ..

Finally: docker compose up -d.

Test and debug locally

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

# Packages

No description provided by the author