Lets you watch a discord video in the browser instead of downloading it by default.
Simply paste the link to a discord video at the end of the url.
Clone the repo:
$ git clone https://github.com/nouryxd/embed-discord-video.git
Change the 7352
port value in the docker-compose.yml
to the port you want to run it on with nginx/caddy.
ports:
- "127.0.0.1:7532:8080"
Then build it and see if it works.
$ make build
$ sudo docker compose build
$ sudo docker compose up
Run it in the background.
$ sudo docker compose up -d
Clone the repo:
$ git clone https://github.com/nouryxd/embed-discord-video.git
Change the PORT
value in cmd/main.go
to the port you want to run it on with nginx/caddy.
var PORT = "8080"
Build, and run it.
$ make build
$ make run
Then add it to systemd as autostart or whatever, you know this probably better.