Motore di ricerca video globale per istanze Peertube. Cercando una parola chiave, il servizio restituisce tutti i video dalle istanze peertube federate. E' possibile applicare un ordinare per data, durata o per lingua https://sepiasearch.peertube.uno
Go to file
Chocobozzz 199745e161
Use https for git
2020-03-04 11:45:39 +01:00
PeerTube@68ca61941e First commit 2020-02-13 11:49:03 +01:00
config Index and serve channels 2020-02-19 15:39:35 +01:00
server Index videos every 24 hours 2020-02-20 14:17:55 +01:00
support/systemd First commit 2020-02-13 11:49:03 +01:00
.eslintrc.json Index instances 2020-02-14 14:09:31 +01:00
.gitignore First commit 2020-02-13 11:49:03 +01:00
.gitmodules Use https for git 2020-03-04 11:45:39 +01:00
LICENSE First commit 2020-02-13 11:49:03 +01:00
README.md Videos search works 2020-02-18 15:33:21 +01:00
package.json Index videos 2020-02-13 16:06:52 +01:00
server.ts Index and serve channels 2020-02-19 15:39:35 +01:00
tsconfig.json Index videos 2020-02-13 16:06:52 +01:00
yarn.lock Index videos 2020-02-13 16:06:52 +01:00

README.md

Application behind search.joinpeertube.org

Dev

$ git submodule update --init --recursive
$ yarn install --pure-lockfile

The database (Elastic Search) is automatically created by PeerTube on startup.

Then run simultaneously (for example with 2 terminals):

$ tsc -w
$ node dist/server

Then open http://localhost:3234.

Production

In the root of the cloned repo:

$ git submodule update --init --recursive
$ yarn install --pure-lockfile
$ npm run build
$ node dist/server.js