deleted by creator
- 0 Posts
- 146 Comments
deleted by creator
“Oh boy I can strawman someone’s argument online? Guess I better do it at every chance!”
See how silly that sounds?
To the actual point, you’d be much better off spending your time on the root issues instead of attacking a very small minority of the problem. That’s my only point, food/grocery delivery is so low on the list of capitalism exploitation shit.
The entire system is exploitative, attacking grocery delivery isn’t going to fix capitalism buddy.
Good for you, never worked a job that didn’t absolutely suck in various ways, I guess for now at least I’m making enough to be comfortable.
Jakeroxs@sh.itjust.worksto
Open Source@lemmy.ml•Best open-source file manager for Android?
2·8 days agoNot FOSS but been using Solid Explorer for forever, has all the features I need.
Most providers allow you to overwrite with your own system prompt so…
Jakeroxs@sh.itjust.worksto
Selfhosted@lemmy.world•PSA: the bitwarden clients got an upgrade that makes them incompatible with vaultwardenEnglish
1·2 months agoI’ve been using the bitwarden android app for about a year and a half with zero issue 🤷
The extended warranty folks have you covered
Jakeroxs@sh.itjust.worksto
Privacy@lemmy.world•The Mullvad founder gave millions to extremist far right partyEnglish
1·2 months agoGluetun is a vpn client, you input the info the vpn provider gives you and it connects.
Jakeroxs@sh.itjust.worksto
Privacy@lemmy.world•The Mullvad founder gave millions to extremist far right partyEnglish
2·2 months agoSo gluetun is for docker networks and lets you isolate traffic to/from other docker containers into a VPN, you run it and qbt inside docker containers with gluetun configured to your vpn, then qbt configured to route all its traffic through it.
Edit: I didn’t have to port forward at all on my network for this to access it locally (I run it on a separate computer), because all the “outside” traffic in qbt is going through the vpn that has a forwarded port seeders/leachers can connect (which is dynamically updated as it changes with the aforementioned qbt port manager)
For example (truncated docker compose just the part related to above): services: qbittorrent-vpn: image: lscr.io/linuxserver/qbittorrent:latest container_name: qbittorrent-vpn depends_on: gluetun: condition: service_started restart: true restart: unless-stopped network_mode: “service:gluetun”
Then gluetun: services: gluetun: image: qmcgaw/gluetun container_name: gluetun restart: unless-stopped networks: - default cap_add: - NET_ADMIN devices: - /dev/net/tun - 8888:8888/tcp # HTTP proxy volumes: - /appdata/gluetun:/gluetun - /appdata/gluetun/tmp:/tmp/gluetun environment: TZ: $TZ VPN_SERVICE_PROVIDER: $GLUETUN_VPN_SERVICE_PROVIDER VPN_TYPE: $GLUETUN_VPN_TYPE # wireguard / openvpn WIREGUARD_PRIVATE_KEY: $GLUETUN_WIREGUARD_PRIVATE_KEY WIREGUARD_ADDRESSES: $GLUETUN_WIREGUARD_ADDRESSES VPN_PORT_FORWARDING: on VPN_PORT_FORWARDING_PROVIDER: protonvpn # or your provider VPN_PORT_FORWARDING_STATUS_FILE: /tmp/gluetun/forwarded_port # OPENVPN_USER: $GLUETUN_OPENVPN_USERNAME # OPENVPN_PASSWORD: $GLUETUN_OPENVPN_PASSWORD healthcheck: test: [“CMD”, “/gluetun-entrypoint”, “healthcheck”] interval: 5s timeout: 5s retries: 1 start_period: 10s
gluetun-qbittorrent-port-manager: image: jopiermeier/gluetun-qbittorrent-port-manager:latest network_mode: “service:gluetun” container_name: gluetun-port-manager depends_on: gluetun: condition: service_started restart: true qbittorrent-vpn: condition: service_started restart: true environment: - QBITTORRENT_USER= - QBITTORRENT_PASS= - QBITTORRENT_PORT=$QBITTORRENTVPN_PORT volumes: - /appdata/gluetun/tmp:/tmp/gluetun
Jakeroxs@sh.itjust.worksto
Privacy@lemmy.world•The Mullvad founder gave millions to extremist far right partyEnglish
2·2 months agoGluetun itself already knows the forwarded port via NAT-PMP, this program just gets it from gluetun and assigns it in qbt via the qbt api and if it returns a 200 response it considers it confirmed, here’s an example log:
waiting for qBittorrent WebUI…
qBittorrent WebUI is ready (authenticated).
port file did not contain an integer: /tmp/gluetun/forwarded_port
port file did not contain an integer: /tmp/gluetun/forwarded_port
gluetun provided forwarded port: 36884
syncing port 36884 to qBittorrent…
successfully updated qBittorrent to port 36884 (confirmed)
port file did not contain an integer: /tmp/gluetun/forwarded_port
port file did not contain an integer: /tmp/gluetun/forwarded_port
gluetun provided forwarded port: 39293
syncing port 39293 to qBittorrent…
successfully updated qBittorrent to port 39293 (confirmed)
Jakeroxs@sh.itjust.worksto
Privacy@lemmy.world•The Mullvad founder gave millions to extremist far right partyEnglish
5·2 months agoIf you’re using qbt and gluetun https://gitlab.com/jopiermeier/gluetun-qbittorrent-port-manager
Yes, llama-swap and I use it for home assistant text-gen notifications, basic coding tasks, etc
If anyone here self-hosts definitely check out llama-swap as it has some nifty features for hotswapping LLMs, image generation models and voice models.
Extremely conservative/risk averse and slow to implement basically anything new, unless it’s super flashy like AI lol
This is really cool in theory, I doubt my corp would let me use it though :(
Jakeroxs@sh.itjust.worksto
Selfhosted@lemmy.world•How/what to start self-hosting?English
3·4 months agoOh definitely, it was overwhelming at first for me too, but that’s how one learns imo
Now that I’ve been using it for a year and a half it’s much better but those first few months were quite the learning experience lol
Jakeroxs@sh.itjust.worksto
Selfhosted@lemmy.world•How/what to start self-hosting?English
13·4 months agoSurprised no one has mentioned proxmox (at least not the top 10 threads I saw first)
Basically debian with a webui specifically for spinning up VMs and LXCs and managing storage and such, then install whatever distro in an LXC and run docker in that.
It was the same response, just had a network issue.
Don’t care to continue this discussion honestly, keep demonizing gig workers and the people who use them all you want, just saying it’s not actually going to help.