diff --git a/Dockerfile b/Dockerfile index 66f2062b..605becdb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN apt-get update && apt-get -y install \ RUN mkdir -p /etc/apt/keyrings RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg -RUN echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list +RUN echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_16.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list RUN apt-get update RUN apt-get -y install nodejs npm diff --git a/README.md b/README.md index a32d4b31..abaa6988 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,11 @@ you can view the source code of the openh264 codec in this repo :3 --> https://g 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. ## Hosting Poke~ -### With NodeJS + +### 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 + + ### With NodeJS - To self host your own Poke instance, you'll need the following: - [Node.js](https://nodejs.org/en/download/) @@ -103,11 +107,11 @@ git clone https://github.com/ashley0143/poke.git Or you can use our forgejo instance: ``` -git clone https://git.poketube.fun/ashley/poke.gitt +git clone https://git.poketube.fun/ashley/poke.git ``` Now, install the needed dependencies within the Poke folder: -( go to the folder by running cd pokee) +( go to the folder by running cd poke) ``` npm install ``` diff --git a/config.json b/config.json index 987b259e..28704f70 100644 --- a/config.json +++ b/config.json @@ -7,6 +7,7 @@ "media_proxy": "https://image-proxy.poketube.fun", "cacher_max_age": "864000", "enablealwayshttps": false, + "proxylocation":"USA", "t_url": "https://t.poketube.fun/", "server_port": "6003" } \ No newline at end of file diff --git a/css/landing.css b/css/landing.css index ce39f613..1a98f912 100644 --- a/css/landing.css +++ b/css/landing.css @@ -890,7 +890,7 @@ video { height: 100%; object-fit: cover; z-index: -1; - opacity: 0.2; + opacity: 0.27; pointer-events: none; } diff --git a/html/channel.ejs b/html/channel.ejs index 4b39c086..d2c64979 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -585,19 +585,6 @@ color:#ea9999 !important; <% } %> - <% if (!isMobile) { %> - -
<%-cinv.descriptionHtml%>
-<%- cinv.error %> - literally 1984 lmao
+ + <% } %><%-cinv.descriptionHtml%>
+