Update webserver requirements.

This commit is contained in:
Dessalines 2018-10-24 15:33:14 -07:00
parent 524c6cf3c2
commit 6059eda831
2 changed files with 8 additions and 3 deletions

View File

@ -22,8 +22,14 @@ Made with [Rust](https://www.rust-lang.org), [ripgrep](https://github.com/BurntS
### Running ### Running
To find torrents, run `./search.sh "bleh season 1"`
``` ```
git clone https://gitlab.com/dessalines/torrents.csv
cd torrents.csv
./search.sh "bleh season 1"
```
```
...
bleh season 1 (1993-) bleh season 1 (1993-)
seeders: 33 seeders: 33
size: 13GiB size: 13GiB
@ -35,7 +41,6 @@ bleh season 1 (1993-)
### Requirements ### Requirements
- Rust - Rust
- ripgrep
- Yarn - Yarn
### Running ### Running

View File

@ -101,7 +101,7 @@ class TorrentSearchComponent extends Component<any, State> {
</td> </td>
<td class="text-right"> <td class="text-right">
<a href={magnetLink(torrent.infohash)}> <a href={magnetLink(torrent.infohash)}>
<i title="magnet link" class="fas fa-fw fa-magnet mr-2"></i> <i title="magnet link" class="fas fa-fw fa-magnet mr-lg-2"></i>
</a> </a>
<a href={`https://gitlab.com/dessalines/torrents.csv/issues/new?issue[assignee_id]=&issue[milestone_id]=&issue[title]=Report%20Torrent%20infohash%20${torrent.infohash}`}> <a href={`https://gitlab.com/dessalines/torrents.csv/issues/new?issue[assignee_id]=&issue[milestone_id]=&issue[title]=Report%20Torrent%20infohash%20${torrent.infohash}`}>
<i title="Report torrent" class="fas fa-fw fa-flag"></i> <i title="Report torrent" class="fas fa-fw fa-flag"></i>