2022-08-25 13:34:00 +02:00
< div align = "center" >
2022-12-24 13:59:34 +01:00
< a href = "https://poketube.fun/watch?v=9sJUDx7iEJw&quality=medium&=sjohgteojgytrueugtye4jhtytjrjnyıı" >
2022-10-28 17:46:29 +02:00
< img src = "https://poketube.fun/css/logo.svg" width = "500" > < / a > < br >
2022-08-25 13:34:00 +02:00
< / div >
2022-08-06 13:54:04 +02:00
2022-10-28 17:46:29 +02:00
#
2022-08-25 13:34:00 +02:00
2022-10-28 17:46:29 +02:00
## Table of Contents:
- [Welcome! ](#Welcome! )
- [Hosting Poketube~ ](#hosting-poketube )
- [The Legal Stuff ](#the-legal-stuff )
2022-08-06 13:54:04 +02:00
2022-10-28 17:46:29 +02:00
## Welcome!
This is the source code of PokeTube, the privacy-friendly youtube front-end built with the Litetube API that's packed with some pretty cool stuff including:
- ZERO ads
- Lyrics to songs
- A clean and modern UI
- A Javascript-free frontend
- No cookies or data collection
- And built-in dislike counts Thaks to the [Return YouTube Dislike Api ](https://www.returnyoutubedislike.com/ )!
#
## Hosting Poketube~
- To self host your own Poketube instance, you'll need the following:
2022-08-06 13:54:04 +02:00
2022-10-28 17:46:29 +02:00
- [Node.js ](https://nodejs.org/en/download/ )
- [npm ](http://npmjs.com ) (Included with Node.js)
2022-08-09 11:39:18 +02:00
2022-07-10 22:36:56 +02:00
2022-10-28 17:46:29 +02:00
Once you have everything, clone our repo:
2022-08-06 13:54:04 +02:00
```
2022-08-13 21:20:01 +02:00
git clone https://codeberg.org/ashley/poketube.git
2022-08-06 13:54:04 +02:00
```
2022-10-28 17:46:29 +02:00
You can also clone using our Github mirror if you'd prefer:
```
git clone https://github.com/ashley0143/poketube.git
```
Now, install the needed dependencies within the Poketube folder:
2022-08-06 13:54:04 +02:00
```
2022-08-06 16:11:23 +02:00
npm install
2022-08-06 13:54:04 +02:00
```
2022-10-28 17:46:29 +02:00
Once everythings installed, start your server with the following command:
2022-08-06 13:54:04 +02:00
```
node server.js
```
2022-10-28 17:46:29 +02:00
Congrats, Poketube should now be running on `localhost:3000` !
#
## The 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 >
2022-10-28 17:46:29 +02:00
TL;DR: we dont collect or share your personal info, that's it lol
We additionally use the GNU Coding Standard, see https://www.gnu.org/prep/standards
2022-08-25 13:40:24 +02:00
< a href = "https://codeberg.org/Ashley/poketube/src/branch/main/LICENSE" > < img src = "https://www.gnu.org/graphics/gplv3-88x31.png" > < / a >
2022-10-28 17:46:29 +02:00
#
< div align = center > < img src = "https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg" > < / div >