From b9fe538febf0610b07fe3059e082b11fec2a7064 Mon Sep 17 00:00:00 2001 From: ashley Date: Fri, 21 Jun 2024 20:57:15 +0000 Subject: [PATCH] Update README.md --- README.md | 213 ++++++++++++++++-------------------------------------- 1 file changed, 64 insertions(+), 149 deletions(-) diff --git a/README.md b/README.md index 87c5231..a90d594 100644 --- a/README.md +++ b/README.md @@ -1,176 +1,87 @@ -

- - - - -

The Ultimate Privacy App

-

- -
- - Be Anonymous watching epic videos, searching thingys on the interwebs and listening to music on poke - the free privacy front end! - - "Since you work on poke, Are you in touch with its lead developer "Jose marchasi"?
--RMS - -Stallman though poke was GNU poke lmaoooo -
-
- + + + + DRM Free + +

PRIVACY APP OF YOUR DREAMS! :3

+
+

Be anonymous while watching (cat falling) videos, searching the web, and listening to music on Poke - the free privacy front-end!

+
-[Welcome!](#welcome)   |   [Features](#features)   |   [No non-free codec needed](#no-non-free-codec-needed-3)   |   [Hosting Poke~](#hosting-poketube)   |   [Poke community!](#poketube-community)   |   [The Legal Stuff (boring tbh)](#the-legal-stuff-boring-tbh) - - - Netweak status badge -
- - - - License - GPL-3 +
+ Welcome!  |  Features  |  No Non-Free Codec  |  Hosting  |  Community  |  Legal +

+ + Status Badge + + Stand with Ukraine + + GPL-3 License +
![Preview](./css/README_Preview.png) ## Welcome! -This is the source code of Poke (formerly PokeTube), the privacy-friendly youtube front-end built with the InnerTube API! +Welcome to Poke (formerly PokeTube), the privacy-friendly YouTube front-end built with the InnerTube API! Imagine paying for YouTube Premium just to download videos - couldn't be us (literally). -# Features +## Features -| |

Return YouTube Dislikes Built-In

See the dislikes from returnyoutubedislike!
| +| |

🔙 Built-In Return YouTube Dislikes

See the dislikes from *returnyoutubedislike* - because sometimes you need to know how bad that video really is :3
| | - | - | -|

PWA Support

With PWA Support, you can install Poke on your mobile device :3
| | +|

📱 PWA Support

With PWA Support, you can install Poke on your mobile device. Now you can pretend to be productive while watching cat videos on the go, mreoww! :3
| | +|

🎨 Customize

Customize Poke however you want. Make it as unique as your taste in memes. |

📥 Accounts

Suscribe (yes Suscribe hehe sussy baka) to whaever channel you want! | +|

🔍 Web Search

Search the web privately on PokeTube. Incognito mode who? |

🎶 And...

Ambient mode, HQ audio, and even more! :3 | -

Customize

-Customize Poketube However you want :3 +## No Non-Free Codec Needed -

Accounts

-Suscribe (yes Suscribe hehe sussy baka) to whaever channel you want! +Poke uses OpenH264, which is free software! No non-free components included :3 View the source code of OpenH264 [here](https://github.com/cisco/openh264.git). Because who wants to deal with non-free stuff? Not us!~ -

Web Search

-Search the web privatly on poketube :3 +## Hosting Poke -
-

And...

-

-Ambient mode, HQ audio And Even more!!!!! -

+### NodeJS -## Written by humans - not gpt -poke is made by hard-working hoomans - not gpt :3
-Written by Humanss, Not by AI +1. **Install Packages** + - Fedora/RHEL: `$ sudo dnf install git make gcc libcurl nodejs python libcurl4 g++` + - Debian/Ubuntu: `$ sudo apt install git make gcc libcurl4-openssl-dev nodejs npm python g++` -## No Non-free codec needed :3 +2. **Clone Repo** + - Codeberg: `$ git clone https://codeberg.org/ashley/poke.git` + - GitHub: `$ git clone https://github.com/ashley0143/poke.git` -Poke uses openh264 which is free software! poketube does not inculude non free stuff owowowoow!!!! +3. **Install Dependencies** + - `$ cd poke` + - `$ npm install` -you can view the source code of the openh264 codec in this repo :3 --> https://github.com/cisco/openh264.git +4. **Start Server** + - `$ node server.js` -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. + Congrats! PokeTube should now be running on `localhost:6003`! 🎉 -## Hosting Poke~ +### Docker -### IMPORTANT -Before you host, if ur server is in usa, set the proxylocation to `USA` (which is the default) - if you use any eu server set it to `EU` instead to make videos load faster +1. **Create Directory** + - `$ mkdir poketube && cd poketube` - ### With NodeJS -To self host your own Poke instance, you'll need some packages installed on your GNU/Linux install. +2. **Download Config** + - `$ curl -O https://codeberg.org/Ashley/poke/raw/branch/main/docker-compose.yml` -
-For Fedora/RHEL/Rocky/CentOS -
+3. **Run PokeTube** + - `$ docker compose up -d` -``` -sudo dnf install git make gcc libcurl nodejs python libcurl4 g++ -``` + Congrats! PokeTube should now be running on `localhost:6003`! 🎉 -
+## Poke Community -
-For Debian/Ubuntu -
+Join us on [Revolt](https://rvlt.gg/poketube) or [Matrix](https://matrix.to/#/#poke:vern.cc)! I promise we're cool! <3 -``` -sudo apt install git make gcc libcurl4-openssl-dev nodejs npm python g++ -``` - -
-
- -Once you have everything, clone our repo: - -
-Clone via Codeberg -
- -``` -git clone https://codeberg.org/ashley/poke.git -``` - -
-
-Clone via GitHub -
- -``` -git clone https://github.com/ashley0143/poke.git -``` - -
-
- -Now, install the needed dependencies within the Poke folder: -( go to the folder by running cd poke) -``` -npm install -``` - -Once everythings installed, start your server with the following command: - -``` -node server.js -``` - -Congrats, Poketube should now be running on `localhost:6003`! - -### 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/poke/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. - -## 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 - -## Poke community! - -Join the community on [revolt](https://rvlt.gg/poketube) or [matrix](https://matrix.to/#/#poke:vern.cc) :3 + ## The Legal Stuff (boring tbh) the main parts of the project is Under GPL-3.0-OR-LATER :3 @@ -178,18 +89,22 @@ 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 - [Code Of conduct](https://codeberg.org/Ashley/poke/src/branch/main/CODE_OF_CONDUCT.md) [Privacy Policy](https://poketube.fun/privacy) TL;DR: we dont collect or share your personal info, that's it lol. -We additionally use the GNU Coding Standard, see [this link.](https://www.gnu.org/prep/standards) +We use the GNU Coding Standard Thingy, see [this link.](https://www.gnu.org/prep/standards) -
-

some parts of poketube.fun is proudly hosted on glitch.com since 2020

-

- -
+
+

Parts of Poke are hosted on Glitch.com since 2020.

+ + + +

+ + + +
\ No newline at end of file