archomrade

joined 1 year ago
[–] [email protected] 8 points 12 hours ago

Uhhh, because these were bombs - bombs that were remotely and indiscriminately detonated. Some of the people were driving, some standing next to children or on busses full of people. There are reports of children who died because they were standing next to a target at head-level with the pager.There's no guarantee they were even being carried by "Hezbollah's guys".

I don't even know why anyone would assume otherwise. This was a loosely targeted terror attack

[–] [email protected] 28 points 21 hours ago (5 children)

Likely because the bulk of those wounded by this attack were not Hezbollah

I don't even know how you'd reasonably expect to only injure your targets in an attack as widespread and remote as this one. Seems blatantly indiscriminate at best.

[–] [email protected] 24 points 1 day ago (11 children)

I'm honestly surprised peertube has lasted as long as it has as it is

[–] [email protected] -1 points 1 day ago

It makes a difference, just not to any of us plebes

[–] [email protected] 6 points 1 day ago

You should really not use double quotation marks when you are paraphrasing, a lot of people will confuse this for a direct quote

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

"You say you oppose capitalism, and yet you exist in it? Interesting...."

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

I use this for architecture and it's saved me so much time

[–] [email protected] 1 points 3 days ago (3 children)

How could I have possibly questioned your communist educational backround lol

[–] [email protected] 1 points 3 days ago (5 children)

Lol, well sounds like everything is going swell then no need for revolution!

[–] [email protected] 1 points 4 days ago (7 children)

Either you think reform will liberate the working class from capitalist oppression, or you think it can't and people should just shut up about it already.

[–] [email protected] 1 points 4 days ago (9 children)

Errrrr, do we though? lmao

[–] [email protected] 2 points 4 days ago (11 children)

And i've spent decades listening to liberals tell me that capitalism just needs to be reformed.

 
 
 

Edited for legibility

 
 
 
 
 
 

edit: a working solution is proposed by @[email protected] 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?

1
submitted 3 months ago* (last edited 3 months ago) by [email protected] to c/[email protected]
 

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

 
 
view more: next ›