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 b44e850fa1
Support sv locale
2020-12-14 08:56:02 +01:00
PeerTube@b2c76204f9 Add client 2020-09-01 11:04:45 +02:00
client Support sv locale 2020-12-14 08:56:02 +01:00
config Add ability to customize searched fields 2020-10-23 10:16:35 +02:00
server Add timeout to requests 2020-11-03 09:06:33 +01:00
shared Add ability to customize instance 2020-09-18 16:29:32 +02:00
support Add nginx template 2020-08-13 08:05:59 +02:00
themes/framasoft Fix framasoft's theme on small devices 2020-09-21 14:02:26 +02:00
.eslintrc.json Fix body payload 2020-05-29 16:16:55 +02: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 Support sv locale 2020-12-14 08:56:02 +01:00
package.json Add ability to customize instance 2020-09-18 16:29:32 +02:00
server.ts Add cache 2020-09-22 09:24:10 +02:00
tsconfig.json Index videos 2020-02-13 16:06:52 +01:00
yarn.lock Add opengraph 2020-09-02 14:07:22 +02: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 at startup.

Run simultaneously (for example with 3 terminals):

$ tsc -w
$ node dist/server
$ cd client && npm run serve

Then open http://localhost:8080.

Production

Install dependencies:

  • NodeJS (v12)
  • Elastic Search

In the root of the cloned repo:

$ git submodule update --init --recursive
$ yarn install --pure-lockfile
$ npm run build
$ cp config/default.yaml config/production.yaml
$ vim config/production.yaml
$ node dist/server.js

Add locale

Add the locale in client/src/main.ts and client/Makefile. Then update translations.