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 @@