SmallAlmond

joined 1 year ago
MODERATOR OF
[–] [email protected] 4 points 1 year ago

wouldn't yearly be too frequent?

[–] [email protected] 16 points 1 year ago (4 children)

Sad to see it finish so soon :(

[–] [email protected] 6 points 1 year ago (1 children)

That's my favorite amongus so far

[–] [email protected] 4 points 1 year ago

Olauncher, Foss and actually minimal

[–] [email protected] 9 points 1 year ago

Fuck chrome first of all, and second: why on steamdeck community?

[–] [email protected] 0 points 1 year ago

I deleted reddit years ago and now joined lemmy

[–] [email protected] 4 points 1 year ago* (last edited 1 year ago)

A shower thought is not simply "a thought you have in the shower", it is actually written in the sidebar:

Miniature epiphanies you have that highlight the oddities within the familiar.

That's why folks will reply with "not a shower thought", and I agree with them.

[–] [email protected] 1 points 1 year ago

I also have a 240hz but it works fine? I've never heard of this, although I still hate the nvidia drivers for many things

[–] [email protected] 87 points 1 year ago (2 children)

Opera is just chromium with extra spyware and shit. Firefox is mentioned a lot because it is foss, and my favorite browser for that matter.

[–] [email protected] 2 points 1 year ago
[–] [email protected] 1 points 1 year ago

I mean... That's what the webui I deployed has, the "guest mode login", but it still makes those http requests to their servers :/

[–] [email protected] 0 points 1 year ago* (last edited 1 year ago) (2 children)

I managed to selfhost the web interface, but I encountered an issue that I don't think I can fix...

I used this docker run command (not compose yet, just testing)

docker run -it --rm --name stremio-web -p 8080:8080 node:alpine sh -c """ apk add git git clone https://github.com/stremio/stremio-web --depth 1 cd stremio-web npm install npm run build npm install -g http-server http-server build/ -p 8080 -d false """

And I can reach the web ui. Now I can go into the settings page and set the backend url, which works perfectly. But when I go to the discover page nothing loads because it wants to reach stremio's own servers.

Note: To access my selfhosted services I use a firefox profile that doesn't have access to the internet, to be able to fully seflhost my stuff, that's why the connection to their servers is blocked.

v3-cinemeta.strem.io GET

Is there a way to proxy these remote connections from the backend or am I just lost at this point?

view more: ‹ prev next ›