Embed YouTube videos on Telegram, Discord and more!
Replace www.youtube.com or youtu.be with y.outube.duckdns.org to fix embeds for short videos.
demo.mp4
First of all, you should create your .env file:
cp .env.example .env
Just run:
docker compose -f compose.simple.yaml up -d
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.
go test -v ./...
go run .