archomrade

joined 1 year ago
[–] archomrade@midwest.social 14 points 1 week ago (8 children)

I wonder if anybody here has tried some of the other failed reddit alternatives like Voat for a long enough time to be able to speak on how lemmy has fared relative to them.

I tried a few during other reddit exoduses, and they all felt... bad. Lemmy is the first one I've managed to actually stay on comfortably without being tempted back to reddit.

[–] archomrade@midwest.social 0 points 1 week ago

Least islamaphobic liberal.

[–] archomrade@midwest.social 1 points 1 week ago

I'm not much for word games, thanks.

[–] archomrade@midwest.social 1 points 1 week ago

not protest, that doesn’t work

Civil disobedience works too.

[–] archomrade@midwest.social -4 points 1 week ago (2 children)

If all you do is vote then you're a big part of the problem.

[–] archomrade@midwest.social 0 points 1 week ago (2 children)

OK now do Iran

[–] archomrade@midwest.social 9 points 1 week ago (6 children)

And this is why libs are made fun of for their feckless electoralism.

Try organizing and building mutual aid networks instead of just sitting on your ass and watching.

Maybe in 4 years you'll be better prepared.

[–] archomrade@midwest.social 1 points 1 week ago (2 children)

I just want to hear you say that votes cast not for your party aren’t legitimate votes

Never what I said, nor intended

voting for a 3rd party doesn’t count

Whoomp, there it is.

[–] archomrade@midwest.social 1 points 1 week ago

Lmao, the CIA fomenting violent revolution in their own country in order to install a pro-western dictator/monarch would be very on-brand, I will grant you that

[–] archomrade@midwest.social 1 points 1 week ago (2 children)

No lol, we do not agree.

There are numerous examples of revolutionary change bringing better, more equitable systems of governance.

The only pattern I see is that the ones where the US is involved end up turning to shit.

[–] archomrade@midwest.social 2 points 1 week ago (5 children)

I just want to hear you say that votes cast not for your party aren't legitimate votes

[–] archomrade@midwest.social 4 points 1 week ago (4 children)

Literally two comments ago you were saying this:

Most of the time when you destroy the system you get a much worse system.

Was the Shah good or bad? Is it important that what came before the Shah was a popular democratic system that the US destroyed? Is that destruction justified if it becomes a great vacationing spot for Americans?

You're all over the place bud.

 

Edited for legibility

 
 
 
 
 
 

edit: a working solution is proposed by @Lifebandit666@feddit.uk below:

So you’re trying to get 2 instances of qbt behind the same Gluetun vpn container?

I don’t use Qbt but I certainly have done in the past. Am I correct in remembering that in the gui you can change the port?

If so, maybe what you could do is set up your stack with 1 instance in, go into the GUI and change the port on the service to 8000 or 8081 or whatever.

Map that port in your Gluetun config and leave the default port open for QBT, and add a second instance to the stack with a different name and addresses for the config files.

Restart the stack and have 2 instances.


Has anyone run into issues with docker port collisions when trying to run images behind a bridge network (i think I got those terms right?)?

I'm trying to run the arr stack behind a VPN container (gluetun for those familiar), and I would really like to duplicate a container image within the stack (e.g. a separate download client for different types of downloads). As soon as I set the network_mode to 'service' or 'container', i lose the ability to set the public/internal port of the service, which means any image that doesn't allow setting ports from an environment variable is stuck with whatever the default port is within the application.

Here's an example .yml:

services:
  gluetun:
    image: qmcgaw/gluetun:latest
    container_name: gluetun
    cap_add:
      - NET_ADMIN
    environment:
      - VPN_SERVICE_PROVIDER=mullvad
      - VPN_TYPE=[redacted]
      - WIREGUARD_PRIVATE_KEY=[redacted]
      - WIREGUARD_ADDRESSES=[redacted]
      - SERVER_COUNTRIES=[redacted]
    ports:
      - "8080:8080" #qbittorrent
      - "6881:6881"
      - "6881:6881/udp"
      - "9696:9696" # Prowlarr
      - "7878:7878" # Radar
      - "8686:8686" # Lidarr
      - "8989:8989" # Sonarr
    restart: always

  qbittorrent:
    image: lscr.io/linuxserver/qbittorrent:latest
    container_name: "qbittorrent"
    network_mode: "service:gluetun"
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=CST/CDT
      - WEBUI_PORT=8080
    volumes:
      - /docker/appdata/qbittorrent:/config
      - /media/nas_share/data:/data)

Declaring ports in the qbittorrent service raises an error saying you cannot set ports when using the service network mode. Linuxserver.io has a WEBUI_PORT environment variable, but using it without also setting the service ports breaks it (their documentation says this is due to CSRF issues and port mapping, but then why even include it as a variable?)

The only workaround i can think of is doing a local build of the image that needs duplication to allow ports to be configured from the e variables, OR run duplicate gluetun containers for each client which seems dumb and not at all worthwhile.

Has anyone dealt with this before?

 

It's educate, AGITATE, organize

edit: putting this at the top so people understand the basis for this:

You may well ask: “Why direct action? Why sit ins, marches and so forth? Isn’t negotiation a better path?” You are quite right in calling for negotiation. Indeed, this is the very purpose of direct action. Nonviolent direct action seeks to create such a crisis and foster such a tension that a community which has constantly refused to negotiate is forced to confront the issue. It seeks so to dramatize the issue that it can no longer be ignored. My citing the creation of tension as part of the work of the nonviolent resister may sound rather shocking. But I must confess that I am not afraid of the word “tension.” I have earnestly opposed violent tension, but there is a type of constructive, nonviolent tension which is necessary for growth. Just as Socrates felt that it was necessary to create a tension in the mind so that individuals could rise from the bondage of myths and half truths to the unfettered realm of creative analysis and objective appraisal, so must we see the need for nonviolent gadflies to create the kind of tension in society that will help men rise from the dark depths of prejudice and racism to the majestic heights of understanding and brotherhood.

Letter from Birmingham, MLK

 
 
160
Political Subtext (midwest.social)
submitted 5 months ago* (last edited 5 months ago) by archomrade@midwest.social to c/politicalmemes@lemmy.world
 

edit: spelling

 
view more: ‹ prev next ›