This commit is contained in:
anarch3 2022-11-13 04:32:48 -05:00
parent 67522d3a4e
commit 39d198cfd5
4 changed files with 24 additions and 7 deletions

View file

@ -2,6 +2,27 @@
A media host specialized in good looking embeds for services like Discord
![Imgur Image](https://i.imgur.com/prEZnmT.mp4)
## Run
Source:
```Bash
EBPASS=changeme
EBPORT=3000
EBSECRET=4jkdmakl2l #jwt session secret
$ npm install
$ node db.js
$ npm start
```
Docker
```
docker build . -t embedder
docker run -d -p "4000:4000" -e EBPORT=4000 -e EBPASS=pass -e EBSECRET=4jkdmakl2l embedder
```
## License
[The Unlicense](https://opensource.org/licenses/unlicense)