50501

929 readers
0 users here now

50501 is a nationwide movement of Americans standing for democracy and against the GOP Administration's undemocratic vices by protesting across 50 states to demand upholding the Constitution and ending executive overreach


Rules

I. Non-Violent / Inclusive


We must center safety while maintaining message clarity. No racism, sexism, violence, derogatory language, hate speech, personal attacks, homophobia, ageism, or other type of disparaging remarks that are abusive in nature. Attacks specifically against marginalized or vulnerable groups will not be tolerated. Violations of this rule may be met with temporary or permanent bans at moderator discretion.


II. Protect Your Information


It is imperative you guard your personal info. Any personal info will be removed to protect you!


III. Maintain Integrity


No misinformation, spam, trolling, etc. Swift removal/ban when detected. Let's keep it clean and fact-proven! Discuss relevant topics in appropriate communities.


IV. No AI or Bots


Only allowed bot is 50501. No other AI or bots are allowed here.


V. Follow Platform Rules


Abide by the platform rules as stated in the Lemmy CoC.


Alternative Themes


Local Communities


State Communities

Rep Community Mod Request


  • Email: community(at)50501.chat

Community List | Organizers



founded 6 months ago
ADMINS
326
 
 
327
13
submitted 10 hours ago* (last edited 8 hours ago) by brokenlcd@feddit.it to c/selfhosted@lemmy.world
 
 

i'm trying to setup nginx to run as a proxy to aggregate multiple services. running on different ports on the server, using nginx to let me connect to all the services by going to a specific subdirectory. so i can keep only one port open in the router between my lab and the main house network.

i'm using the following config file from an example i found to do this, with a landing page to let me get to the other services:

used config file


server { listen 80; server_name 10.0.0.114; # Replace with your domain or IP

# Redirect HTTP to HTTPS
return 301 https://$host$request_uri;

}

server { listen 1403 ssl; # Listen on port 443 for HTTPS server_name 10.0.0.114; # Replace with your domain or IP

ssl_certificate /certs/cert.pem;  # Path to your SSL certificate
ssl_certificate_key /certs/key.pem;  # Path to your SSL certificate key

location / {
    root /var/www/html;  # Path to the directory containing your HTML file
    index index.html;  # Default file to serve
}


location /transbt {
#configuration for transmission
    proxy_pass http://10.89.0.3:9091/;  
proxy_set_header Host $host;
    proxy_set_header X-Real-IP $remote_addr;
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    proxy_set_header X-Forwarded-Proto $scheme;$proxy_add_x_forwarded_for;
}

but the problem i'm having is that, while nginx does redirect to transmission's login prompt just fine, after logging in it tries to redirect me to 10.0.0.114:1403/transmission/web instead of remaining in 10.0.0.114:1403/transbt and breaks the page. i've found a configuration file that should work, but it manually redirects each subdirectory transmission tries to use, and adds proxy_pass_header X-Transmission-Session-Id; which i'm not sure what's accomplishing: github gist

is there a way to do it without needing to declare it explicitly for each subdirectory? especially since i need to setup other services, and i doubt i'll find config files for those as well it's my first time setting up nginx, and i haven't been able to find anything to make it work.

Edit: I forgot to mention. The server is still inside of a nat. It's not reachable by the outside. The SSL certificate is self signed and it's just a piece of mind because a lot of things connect to the home net. And none of the services I plan to use only support http.

328
329
 
 

The Pentagon will drastically change its rules for journalists who cover the Department of Defense, two U.S. officials who are not authorized to speak publicly confirmed to NPR Friday. The move drew sharp criticism from news organizations, who said it violated the bedrock of a free press.

Going forward, journalists must sign a pledge not to gather any information, including unclassified reports, that hasn't been authorized for release.

330
 
 

I treat social media as pure discussion platform to advance understanding or to know new stuff.

There had been something on my mind lately which I wanted to discuss as a way to improve the upvotes relevance to the quality of the post and the amount of discussion.

Let's apply quality control on upvotes, so any post can get only 20 upvotes till it gets a specific amount of comments then the limit could be pumped up to 40 upvotes till it gets more comments, etc...

Why I am bringing this up, you might ask? The linked post by me is the peek proof of my point.

It's pretty clear no one read the linked article and despite that, the post is the top post in the technology community. There is no comments discussing directly the story and from the face of it, There does not seem to be any indicator that any one benefited from this.

I skimmed over the story and shared it in the hopes to basically learn new stuff, get relevant recommendations or basically read some direct discussions.

In any way, I think my described system to handle upvotes would highly improve Lemmy, taking into consideration that numbers used are only for demonstration and the used numbers will need to be figured out separately.

Should this system be implemented into Lemmy?

331
332
 
 

cross-posted from: https://lemmy.zip/post/49272284

"Seriously though, has anyone ever been handed $50,000 cash in a paper bag for something legit?"

333
 
 

An example that I just watched: https://www.youtube.com/watch?v=zp_qHcQQyz8

I feel like this has become a trend. Personally, I can't stand it, but since it's become a trend, I figured I might be in the minority. Am I the only one who finds it impossible to fully process several sentences of text WHILE someone is providing verbal commentary? I'm constantly having to pause so I can read the text, which not only defeats the purpose of watching a video instead of reading an article, but also tires my brain out since it keeps switching between reading and listening.

I get that some topics involve lots of textual references, especially discussing court cases like the above example, but I would much rather the creator either (a) stick to verbal summaries and commentary while providing links to all references in case I want to dig deeper myself after watching, or (b) if they're gonna show a bunch of text, read it out loud so that I can put the video on while I do the dishes or something without needing to keep my eyes on the screen and my finger hovering over the pause button.

334
335
 
 
336
 
 

In addition to this, on the national broadcaster site I read that one of their journalists has seen several firetrucks going towards the VIP terminal, while there is not yet any police at the passenger terminals.

The ongoing UN assembly together with the presence here in town of the UN Citadel makes me fear an attack against a diplomat or other UN worker.

337
338
339
 
 

It was the Trump show at the Charlie Kirk memorial, where the US president pushed hate, fear, and downright conspiracy theory

340
341
342
343
344
 
 
345
346
347
 
 

Deliberate or just losing his mind?

348
 
 

With Friday’s action, the total number of people killed in U.S. counter-narcotics operations since Trump ordered warships deployed to the Caribbean has risen to 17.

Trump did not specify the exact location of the strike, the name of the terrorist organization allegedly involved, or which branch of the U.S. military conducted the operation. He cited only Doral-based Southern Command, which oversees military operations in Latin America and the Caribbean.

The president framed the strike as part of a broader effort to confront narcotrafficking and hold foreign actors accountable for what he described as threats to American communities.

349
350
 
 
view more: ‹ prev next ›