mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 10:38:25 +01:00
58 lines
1.8 KiB
Markdown
58 lines
1.8 KiB
Markdown
|
|
|
|
<a href="https://poketube.fun/watch?v=dQw4w9WgXcQ">
|
|
<img src="https://poketube.fun/css/logo.svg" width="600"> </a>
|
|
|
|
<img src="https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg">
|
|
|
|
# PokeTube Source Repo
|
|
|
|
## Table of contents
|
|
- [About](#about)
|
|
- [Coding Standards](#coding-standards)
|
|
- [Usage](#usage)
|
|
- [Why Poketube](#why-poketube)
|
|
- [Legal Stuff](#legal-stuff)
|
|
|
|
|
|
## About
|
|
- This is the source code of PokeTube! (whoa) the youtube front-end that doesnt tracks you
|
|
- For matomos source code,see [here](https://codeberg.org/ashley/poketube/src/branch/main/t)
|
|
- Distrotube review [here](https://poketube.fun/watch?v=dQw4w9WgXcQ)
|
|
- issues: https://codeberg.org/Ashley/poketube/issues
|
|
|
|
# Coding Standards
|
|
we use the GNU Coding Standard, see https://www.gnu.org/prep/standards
|
|
|
|
## 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
|
|
- for nyArch Linuwu [AUR package](https://aur.archlinux.org/packages/nodejs-git)
|
|
- First clone poketube
|
|
```
|
|
git clone https://codeberg.org/ashley/poketube.git
|
|
```
|
|
- Run the following command inside poketube/
|
|
```
|
|
npm install
|
|
```
|
|
- Now run
|
|
```
|
|
node server.js
|
|
```
|
|
- Poketube is running on `localhost:3000`
|
|
## Why PokeTube
|
|
- Lyrics for songs!
|
|
- Beautiful UI (Dont expect much tho lol)
|
|
- No cookies,no data collection
|
|
- Javascript-free on frontend
|
|
- No ads & Tracking
|
|
- 100% free software
|
|
- See Dislike counts from [Return YouTube Dislike Api](https://www.returnyoutubedislike.com/)!
|
|
- Uses LightTube api
|
|
- <a href="https://github.com/iamashley0/poketube/tree/main/sdk">Custom sdk!</a>
|
|
|
|
## Legal Stuff
|
|
|
|
[Privacy Policy](https://poketube.fun/privacy) <br>
|
|
TL;DR:we dont collect or share your personal info lol
|