Skip to content

Watch discord videos in the browser instead of downloading them by default.

License

Notifications You must be signed in to change notification settings

nouryxd/embed-discord-video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Embed Discord Video

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.

Like this: https://dc.dank.pw/https://cdn.discordapp.com/attachments/1004882628140339281/1039659891310198845/namnam.mp4

Install

With docker-compose.yml

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

Manually

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.

About

Watch discord videos in the browser instead of downloading them by default.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published