diff --git a/README.md b/README.md index 042f9f1a..b66a45f5 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,11 @@ 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 + ## PokeTube community! Join the community on [revolt](https://rvlt.gg/poketube) :3 diff --git a/config.json b/config.json index c0d7419d..f733bdb1 100644 --- a/config.json +++ b/config.json @@ -3,6 +3,7 @@ "invapi": "https://invid-api.poketube.fun/api/v1", "dislikes": "https://returnyoutubedislikeapi.com/votes?videoId=", "invchannel": "https://invid-api.poketube.fun/api/v1", + "media_proxy": "https://image-proxy.poketube.fun", "cacher_max_age": "864000", "enablealwayshttps": false, "t_url": "https://t.poketube.fun/", diff --git a/css/app.main.css b/css/app.main.css index bccb47f3..76c7eb49 100644 --- a/css/app.main.css +++ b/css/app.main.css @@ -743,7 +743,7 @@ body { } -body, .loaded {cursor: url('/static/cursor.ico'), default !important} +body {cursor: url('/static/cursor.ico'), default} a, btn, @@ -753,7 +753,7 @@ select, button, summary, span > a, -li > a {cursor: url('/static/cursor-pointer.ico'), pointer} +li > a {cursor: url('/static/cursor-pointer.ico'), pointer !important;} p { color: #fff; diff --git a/html/account-me.ejs b/html/account-me.ejs index ab2598a4..7c5b353a 100644 --- a/html/account-me.ejs +++ b/html/account-me.ejs @@ -3,7 +3,7 @@ PokeTube | Subscriptions - + - + @@ -767,7 +767,7 @@ white-space: nowrap;text-decoration: none;" href="/feeds/videos.xml?channel_id=< <% } %> - + <% } %> @@ -1054,7 +1054,7 @@ width: fit-content; <% tj.videos.forEach (x => { %> -
<%- turntomins(x.lengthSeconds) %>
+
<%- turntomins(x.lengthSeconds) %>
<%- x.title %> @@ -1110,7 +1110,7 @@ width: fit-content; <% if (Array?.isArray( shorts.videos)) { %> <% shorts.videos.forEach (x => { %> - + <%- x.title %> <% }) %> @@ -1211,7 +1211,7 @@ width: fit-content; <% stream.videos.forEach (x => { %> -
<%- turntomins(x.lengthSeconds) %>
+
<%- turntomins(x.lengthSeconds) %>
<%- x.title %> @@ -1287,7 +1287,7 @@ width: fit-content; -
<%- turntomins(x.lengthSeconds) %>
+
<%- turntomins(x.lengthSeconds) %>
<%- x.title %> By <%- x.author %> @@ -1128,7 +1128,7 @@ margin-left: auto; <% p.forEach(x => { %> -
<%- turntomins(x.lengthSeconds) %>
+
<%- turntomins(x.lengthSeconds) %>
<%- x.title %> By <%- x.author %> diff --git a/html/download.ejs b/html/download.ejs index fb75fbe8..7e820bec 100644 --- a/html/download.ejs +++ b/html/download.ejs @@ -31,7 +31,7 @@ - + diff --git a/html/lite.ejs b/html/lite.ejs index d88c0f67..2c904271 100644 --- a/html/lite.ejs +++ b/html/lite.ejs @@ -261,8 +261,8 @@ background: none !important; - - + + diff --git a/html/poketube.ejs b/html/poketube.ejs index f7258935..a34b6259 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -353,7 +353,7 @@ a[data-onclick="jump_to_time"] { - + @@ -416,6 +416,7 @@ text-shadow: 1px 1px #000,1px 1px 0.1px #000;!important; <% } %> + <% if(IsOldWindows) { %> + <% if(shortsui) { %> + + <% } %> + <% if(dm) { %> + +