2022-07-09 09:22:20 +02:00
|
|
|
|
2022-08-06 14:18:29 +02:00
|
|
|
|
2022-07-09 09:22:20 +02:00
|
|
|
<a href="https://poketube.fun/watch?v=dQw4w9WgXcQ">
|
2022-08-08 14:49:47 +02:00
|
|
|
<img src="https://poketube.fun/css/logo.svg" > </a>
|
2022-05-18 19:17:44 +02:00
|
|
|
|
2022-03-29 23:26:32 +02:00
|
|
|
<img src="https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg">
|
2022-08-06 13:54:04 +02:00
|
|
|
|
|
|
|
# PokeTube Source Repo - GitHub
|
2022-07-24 17:01:41 +02:00
|
|
|
|
2022-08-06 13:54:04 +02:00
|
|
|
## Table of contents
|
2022-08-06 13:58:28 +02:00
|
|
|
- [About](#about)
|
|
|
|
- [Usage](#usage)
|
|
|
|
- [Why Poketube](#why-poketube)
|
2022-08-06 14:18:29 +02:00
|
|
|
- [Legal Stuff](#legal-stuff)
|
2022-08-06 13:54:04 +02:00
|
|
|
|
|
|
|
|
|
|
|
## About
|
|
|
|
- This is the source code of PokeTube! (whoa) the youtube front-end that doesnt tracks you
|
|
|
|
- For matomos source code,see [here](https://github.com/poketube-org/poketube/tree/main/t)
|
2022-08-06 14:18:29 +02:00
|
|
|
- Distrotube review [here](https://poketube.fun/watch?v=dQw4w9WgXcQ)
|
2022-07-24 17:01:41 +02:00
|
|
|
|
2022-07-10 22:36:56 +02:00
|
|
|
|
2022-08-06 13:54:04 +02:00
|
|
|
## Usage
|
|
|
|
- To self host you'll need [Node.js](https://nodejs.org/en/download/)
|
|
|
|
- which comes with [npm](http://npmjs.com) installed on your computer
|
2022-08-06 14:18:29 +02:00
|
|
|
- for nyArch Linuwu [AUR package](https://aur.archlinux.org/packages/nodejs-git)
|
2022-08-06 13:54:04 +02:00
|
|
|
- First clone poketube
|
|
|
|
```
|
|
|
|
git clone https://github.com/poketube-org/poketube
|
|
|
|
```
|
|
|
|
- Run the following command inside poketube/
|
|
|
|
```
|
2022-08-06 16:11:23 +02:00
|
|
|
npm install
|
2022-08-06 13:54:04 +02:00
|
|
|
```
|
|
|
|
- Now run
|
|
|
|
```
|
|
|
|
node server.js
|
|
|
|
```
|
|
|
|
- Poketube is running on `localhost:3000`
|
|
|
|
## Why PokeTube
|
2022-05-20 23:30:32 +02:00
|
|
|
- Lyrics for songs!
|
2022-07-10 22:46:51 +02:00
|
|
|
- Beautiful UI (Dont expect much tho lol)
|
2022-07-10 22:36:56 +02:00
|
|
|
- No cookies,no data collection
|
2022-03-06 21:40:25 +01:00
|
|
|
- Javascript-free on frontend
|
2022-07-10 22:36:56 +02:00
|
|
|
- No ads & Tracking
|
2022-07-14 12:23:04 +02:00
|
|
|
- 100% free software
|
2022-07-10 22:36:56 +02:00
|
|
|
- See Dislike counts from [Return YouTube Dislike Api](https://www.returnyoutubedislike.com/)!
|
2022-06-22 16:43:32 +02:00
|
|
|
- Uses LightTube api
|
2022-03-26 11:04:40 +01:00
|
|
|
- <a href="https://github.com/iamashley0/poketube/tree/main/sdk">Custom sdk!</a>
|
2022-03-14 19:12:14 +01:00
|
|
|
|
2022-08-06 14:18:29 +02:00
|
|
|
## Legal Stuff
|
2022-07-19 21:59:19 +02:00
|
|
|
|
2022-08-06 14:18:29 +02:00
|
|
|
[Privacy Policy](https://poketube.fun/privacy) <br>
|
|
|
|
TL;DR:we dont collect or share your personal info lol
|