wtshare/README.md

26 lines
438 B
Markdown
Raw Normal View History

2022-10-14 21:13:16 +00:00
# wtshare - WebTorrent Share
This project can be used with JS only, but if you like you can use `docker` and `docker-compose` to deploy
### Configuration and Recommendations
```
2022-10-14 21:14:41 +00:00
If you want to use this project consider using it behind a proxy, you need to set some variables in the `main.js` file to work properly
2022-10-14 21:13:16 +00:00
```
### Build
```bash
docker-compose build --no-cache
```
### Run
```bash
docker-compose up -d
```
### License
2022-10-14 21:14:41 +00:00
MIT