1
Fork 0
poke/README.md

159 lines
5.3 KiB
Markdown
Raw Normal View History

2023-12-29 12:20:15 -05:00
# see https://codeberg.org/Ashley/poke/issues/59 if you are having problems using poke
2023-08-04 17:28:25 -04:00
<h1 align="center">
2022-12-24 07:59:34 -05:00
<a href="https://poketube.fun/watch?v=9sJUDx7iEJw&quality=medium&=sjohgteojgytrueugtye4jhtytjrjnyıı">
2023-11-03 11:52:32 -04:00
<img src="https://poketube.fun/css/logo-poke.svg" width="400">
2023-08-04 17:28:25 -04:00
</a>
2023-11-03 11:52:32 -04:00
<p>The Ultimate Privacy App</p>
2023-10-28 08:13:56 -04:00
</h1>
2023-08-04 17:28:25 -04:00
<div align="center">
2023-11-30 06:05:12 -05:00
<span> Be Anonymous watching epic videos, searching thingys on the interwebs and listening to music on poke - the free privacy front end!</span></div>
2023-10-28 08:13:56 -04:00
<div align="center">
2023-11-30 06:05:12 -05:00
[Welcome!](#welcome)&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;[Features](#features)&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;[No non-free codec needed](#no-non-free-codec-needed-3)&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;[Hosting Poke~](#hosting-poketube)&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;[Poke community!](#poketube-community)&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;[The Legal Stuff (boring tbh)](#the-legal-stuff-boring-tbh)
2022-08-25 07:34:00 -04:00
2023-11-04 13:45:31 -04:00
<a href="https://status.poketube.fun" target="_blank">
<img
width="170"
src="https://api.netweak.com/status-badges/K2LY9"
alt="Netweak status badge"
/>
</a>
2023-08-04 17:28:25 -04:00
<a href="https://tosdr.org/en/service/7114">
<img src="https://shields.tosdr.org/en_7114.svg"/>
</a>
2023-10-28 08:13:56 -04:00
<img src="https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg"> <a href="./LICENSE"><img src="https://img.shields.io/badge/License-GPL--3-FF6666" alt="License - GPL-3"></a>
2023-08-04 17:28:25 -04:00
</div>
2023-08-04 17:28:25 -04:00
## Welcome!
2024-01-05 11:30:24 -05:00
This is the source code of Poke (formerly PokeTube), the privacy-friendly youtube front-end built with the InnerTube API!
2023-10-28 04:57:28 -04:00
<h1>Features</h1>
<h3>Return Youtube Dislikes Built-in </h3>
<img src="https://autumn.revolt.chat/attachments/0JlGwlnJdMcQwc6qzoo2qpmMAOWbrYMZ9vDX50l80r/resim.png">
<p>See the dislikes from returnyoutubedislike!</p>
<h3>Customize</h3>
Customize Poketube However you want :3
<h3>PWA</h3>
Install PokeTube as a pwa on your mobile device :3
<h3>Accounts </h3>
Suscribe (yes Suscribe hehe sussy baka) to whaever channel you want!
<h3>Web Search </h3>
Search the web privatly on poketube :3
2023-10-28 08:13:56 -04:00
<br>
<h3>And... </h3>
<p>
Ambient mode, HQ audio And Even more!!!!!
</p>
2023-10-07 05:55:21 -04:00
## Written by humans - not gpt
2023-11-30 06:05:12 -05:00
poke is made by hard-working hoomans - not gpt :3<br>
2023-10-18 00:34:31 -04:00
<a href="https://notbyai.fyi"><img src="https://cdn.glitch.global/d68d17bb-f2c0-4bc3-993f-50902734f652/Written-By-Human-Not-By-AI-Badge-white.svg?v=1696672202901" alt="Written by Humanss, Not by AI"></a>
2023-10-07 05:55:21 -04:00
2023-03-04 15:48:39 -05:00
## No Non-free codec needed :3
2023-08-04 17:28:25 -04:00
2023-11-30 06:05:12 -05:00
Poke uses openh264 which is free software! poketube does not inculude non free stuff owowowoow!!!!
2023-03-04 15:48:39 -05:00
2023-08-04 17:28:25 -04:00
you can view the source code of the openh264 codec in this repo :3 --> https://github.com/cisco/openh264.git
2023-03-04 15:49:27 -05:00
2023-03-07 14:57:11 -05:00
PLEASE NOTE THAT THIS SOFTWARE MAY INCULUDE CODECS THAT IN CERTAIN COUNTRIES MAY BE COVERED BY PATENTS OR HAVE LEGAL ISSUES. PATENT AND COPYRIGHT LAWS OPERATE DIFFERENTLY DEPENDING ON WHICH COUNTRY YOU ARE IN. PLEASE OBTAIN LEGAL ADVICE IF YOU ARE UNSURE WHETHER A PARTICULAR PATENT OR RESTRICTION APPLIES TO A CODEC YOU WISH TO USE IN YOUR COUNTRY.
2023-11-30 06:05:12 -05:00
## Hosting Poke~
### With NodeJS
2023-11-30 06:05:12 -05:00
- To self host your own Poke instance, you'll need the following:
2023-08-04 17:28:25 -04:00
- [Node.js](https://nodejs.org/en/download/)
- [npm](http://npmjs.com) (Included with Node.js)
2022-08-09 05:39:18 -04:00
Once you have everything, clone our repo:
2023-08-04 17:28:25 -04:00
```
2023-11-30 06:05:12 -05:00
git clone https://codeberg.org/ashley/poke.git
```
2023-08-04 17:28:25 -04:00
You can also clone using our Github mirror if you'd prefer:
2023-08-04 17:28:25 -04:00
```
2023-11-30 06:05:12 -05:00
git clone https://github.com/ashley0143/poke.git
```
2023-11-30 06:05:12 -05:00
Or you can use our forgejo instance:
2023-08-04 17:28:25 -04:00
2023-11-30 06:05:12 -05:00
```
git clone https://git.poketube.fun/ashley/poke.gitt
```
Now, install the needed dependencies within the Poke folder:
( go to the folder by running cd pokee)
```
2022-08-06 10:11:23 -04:00
npm install
```
2023-08-04 17:28:25 -04:00
Once everythings installed, start your server with the following command:
2023-08-04 17:28:25 -04:00
```
node server.js
```
2023-03-05 00:48:43 -05:00
2023-11-07 00:12:41 -05:00
Congrats, Poketube should now be running on `localhost:6003`!
2022-07-19 15:59:19 -04:00
### With Docker
Create a new directory for PokeTube:
```
mkdir poketube && cd poketube
```
Download the docker compose and config file:
```
curl -O https://codeberg.org/Ashley/poketube/raw/branch/main/docker-compose.yml
```
Run PokeTube:
```
docker compose up -d
```
PokeTube should be running on `http://localhost:6003`.
The port can be changed with the config file you downloaded, just change the `server_port` option.
2023-12-10 05:39:58 -05:00
## Hosting Image Proxy
see [here](https://codeberg.org/Ashley/poke/src/branch/main/january) :3
just uhh change the url in config.json to ur image proxy
2023-12-30 14:04:33 -05:00
## Poke community!
2023-12-30 14:04:33 -05:00
Join the community on [revolt](https://rvlt.gg/poketube) or [matrix](https://matrix.to/#/#poke:vern.cc) :3
## The Legal Stuff (boring tbh)
2023-12-30 14:04:33 -05:00
the main parts of the project is Under GPL-3.0-OR-LATER :3
see the each sections LICENSE tho!!
Copyleft 2021-202x Poke Project
2023-08-04 17:28:25 -04:00
[Code Of conduct](https://codeberg.org/Ashley/poketube/src/branch/main/CODE_OF_CONDUCT.md)
2023-03-07 14:57:11 -05:00
2023-08-04 17:28:25 -04:00
[Privacy Policy](https://poketube.fun/privacy)
2022-08-25 07:40:24 -04:00
2023-08-04 17:28:25 -04:00
TL;DR: we dont collect or share your personal info, that's it lol.
2023-08-04 17:28:25 -04:00
We additionally use the GNU Coding Standard, see [this link.](https://www.gnu.org/prep/standards)
2023-10-07 05:35:32 -04:00
2023-10-07 05:55:21 -04:00
<div>
2023-10-17 11:33:09 -04:00
<h3>some parts of poketube.fun is proudly hosted on glitch.com since <i>2020</i> </h3>
<a href="https://glitch.com/"><img src="https://cdn.glitch.global/d68d17bb-f2c0-4bc3-993f-50902734f652/glitch-fastly-lock-up.svg?v=1696671148266"></a><br><hr>
<a href="https://gnu.org/not-open-source"><img width="200" src="https://autumn.revolt.chat/attachments/eNpfwV2C1_wudONe43YCvWr-4vbvLpG78HbuXgOYfO"></a>
2023-10-07 05:55:21 -04:00
</div>
2023-10-17 11:33:09 -04:00