Valmond

joined 2 years ago
[–] Valmond@lemmy.ml 2 points 2 years ago

And you can set up a folder where you just paste torrents and it takes care of downloading your favourite OS or other interesting file.

[–] Valmond@lemmy.ml 0 points 2 years ago (2 children)

Windows chance , and . depending on the language settings, so yeah so so simple and helpful :-/

[–] Valmond@lemmy.ml 3 points 2 years ago (1 children)

And usability, windows gets more and more complicated IMO, and not in the "fun" way Linux can be completed.

[–] Valmond@lemmy.ml 0 points 2 years ago (1 children)

TIL, I always thought the sound made the law (so a URL but not an URL)

[–] Valmond@lemmy.ml 3 points 2 years ago* (last edited 2 years ago)

r/anime_titties ( :-D ), r/fountainpens, r/chessbeginners & r/chess (and maaaybe r/anarchychess) r/moebius and r/moebius_giraud_study :-/

Edit: the old r/madlads was nice, if someone could revive it ^

[–] Valmond@lemmy.ml 4 points 2 years ago (1 children)

I had one main account but also a couple for using when I didn't want to mix my "private" life up with other things. I don't even know if it's not allowed in the TOS?

Anyway, I stupidly made a Valmond account on several Lemmy instances before I got the hang of it, and when (if!) my server will one day function I'll make an account there so ...

I guess it might be like in the old forum days, you have a respectable account and another if you wanted to ask a stupid question etc. admin would see (if they cared) but not the ordinary users.

[–] Valmond@lemmy.ml 61 points 2 years ago (19 children)

Over a houndred dollars for 700 upvotes O_o

I wouldn't exactly call that cheap 🤑

On the other hand, ten or twenty quick downvotes on an early answer could swing things I guess ...

[–] Valmond@lemmy.ml 3 points 2 years ago* (last edited 2 years ago)

Sure do.

I love the idea behind a decentralized discussion-world!

I'm trying to ser up my own Lemmy, but damn, it is hard sweating!

[–] Valmond@lemmy.ml 1 points 2 years ago* (last edited 2 years ago) (3 children)

Hello !

I followed your instructions, taking the:

lemmy-ansible/templates/nginx_internal.conf

and sticking:

lemmy-ansible/templates/nginx.conf

in the "http {" section + changing all the {{domain}} to lemmy.mindoki.com and changing the {{lemmy_port}} to 1236 (FYI: 0.0.0.0:1236 hits up Lemmy locally)

Saving it all off in the nginx nginx.conf file.

I feel exceedingly stupid, but is this the way to go? Because I get this error when I reload nginx:

nginx: [emerg] host not found in upstream "lemmy:8536" in /etc/nginx/nginx.conf:111

Cheers and thanks again!

Edit: removing the upstreams, changed the backend proxy_pass, but to no avail...

[–] Valmond@lemmy.ml 1 points 2 years ago

Thank you I will do!

[–] Valmond@lemmy.ml 1 points 2 years ago

Good morning and thank you, I'll use your recommended config asap, and then be back with more questions most probably :-) !

[–] Valmond@lemmy.ml 1 points 2 years ago (6 children)

Thank you and yes, yes it does clarify a lot how nginx is working!

I'm trying to use use the conf file coming with lemmy docker install, and after some searching I don't even know if this is deprecated or not (it's in the http{} ), or how I should tell nginx the information about where to find the docker devices:

upstream lemmy {
    # this needs to map to the lemmy (server) docker service hostname
    server "lemmy:8536";
}
upstream lemmy-ui {
    # this needs to map to the lemmy-ui docker service hostname
    server "lemmy-ui:1234";
}

Also, shouldn't I tell nginx to listen to port 80?

Also, I get this error when I run "sudo nginx -s reload" and I don't even understand what it means:

nginx: [emerg] host not found in upstream "lemmy" in /etc/nginx/nginx.conf:53

Thank you again, I'm a slow learner!

view more: ‹ prev next ›