[-] quaff@lemmy.ca 1 points 2 months ago

Try running akonadictl restart. I tried that earlier and it seemed to allow me to load the mail app and add accounts to the calendar app.

[-] quaff@lemmy.ca 1 points 2 months ago

Right. But it’s also not exactly “easy” which is what you’re saying it is.

If easy was a sliding scale. Easy would be enabled by default. Hard would be making it obscure and hard to find. I would say it’s definitely closer to the harder to find side. But that’s just me. But 3 clicks, and having to switch chats and maybe delete the old one to avoid confusion, none of that is easy.

[-] quaff@lemmy.ca 1 points 6 months ago* (last edited 6 months ago)

I removed mine since I moved away from Gitlab. There's other comments with working docker composes, but here's the latest working version of mine if you're interested:

services:
  gluetun:
    image: ghcr.io/qdm12/gluetun:latest
    container_name: gluetun
    # line above must be uncommented to allow external containers to connect. See https://github.com/qdm12/gluetun/wiki/Connect-a-container-to-gluetun#external-container-to-gluetun
    restart: always
    cap_add:
      - NET_ADMIN
    devices:
      - /dev/net/tun:/dev/net/tun
    volumes:
      - ./data:/gluetun
    environment:
      ## ProtonVPN Wireguard
      - VPN_SERVICE_PROVIDER=custom
      - VPN_TYPE=wireguard
      - VPN_ENDPOINT_IP=${WIREGUARD_ENDPOINT_IP}
      - VPN_ENDPOINT_PORT=${WIREGUARD_ENDPOINT_PORT}
      - WIREGUARD_PUBLIC_KEY=${WIREGUARD_PUBLIC_KEY}
      - WIREGUARD_PRIVATE_KEY=${WIREGUARD_PRIVATE_KEY}
      - WIREGUARD_ADDRESSES=${WIREGUARD_ADDRESSES}
      - TZ=Etc/UTC
    ports:
      - ${QBITTORRENT_EXPOSED_WEBUI_PORT}:8080/tcp # qBittorrent Web UI

  qbittorrent:
    # https://docs.linuxserver.io/images/docker-qbittorrent
    build: .
    container_name: qbittorrent
    restart: always
    volumes:
      - ./config:/config
      # using download path as mount so other services can play nice
      - ${QBITTORRENT_DOWNLOAD_PATH}:${QBITTORRENT_DOWNLOAD_PATH}
      - ${QBITTORRENT_THEMES_PATH}:/themes
    environment:
      # https://github.com/linuxserver/docker-qbittorrent#umask-for-running-applications
      - PUID=${QBITTORRENT_WRITE_UID}
      - PGID=${QBITTORRENT_WRITE_GID}
      - UMASK=0002
      - TZ=Etc/UTC
      - WEBUI_PORT=8080
    network_mode: "service:gluetun"
    depends_on:
      gluetun:
        condition: service_healthy

  portcheck:
    image: eiqnepm/portcheck:latest
    container_name: portcheck
    restart: always
    environment:
      - QBITTORRENT_PORT=6881
      - QBITTORRENT_WEBUI_PORT=8080
      - QBITTORRENT_WEBUI_SCHEME=http
      - QBITTORRENT_USERNAME=admin
      - QBITTORRENT_PASSWORD=${QBITTORRENT_ADMIN_PASSOWRD}
      - TIMEOUT=300
      - DIAL_TIMEOUT=5
    network_mode: "service:gluetun"
    depends_on:
      qbittorrent:
        condition: service_healthy
[-] quaff@lemmy.ca 1 points 6 months ago

It’s happened on a previous beta, I can’t remember if it was the last one or the one before that.

I had it happen again yesterday. Not related to those two communities. Same issues, the feed showed one thing, but with mixed data (I think the community thumbnail was displaying the post that actually loads). I’ll make another video when I see it again 🙏

[-] quaff@lemmy.ca 1 points 9 months ago

Does anyone happen to have an invite they could throw my way? 👀

[-] quaff@lemmy.ca 1 points 9 months ago

Kind of. It’s all one big Downloads folder, but I have shows in a subfolder. I am in the process of setting up Sonar 🫡

[-] quaff@lemmy.ca 1 points 1 year ago

There’s no way to use these on iOS is there? 🥲

[-] quaff@lemmy.ca 1 points 1 year ago* (last edited 1 year ago)

I would love a basic simple icon! One primary background colour (gradient or solid) with the mouse in a space suit outline or something similar 🙏

[-] quaff@lemmy.ca 1 points 1 year ago

I forget if that’s how Apollo did it or not. In my mind I had thought it scrolled to the top of the current view first then went back one. Too bad we can’t check 🥲

[-] quaff@lemmy.ca 1 points 1 year ago* (last edited 1 year ago)

I’ve been wondering this too and watching lots of YouTube videos of people explaining their take. Truth is nobody knows and everyone is head canoning how TOTK fits. But I particularly like this video that describes the idea of a dragonbreak having merged the timelines back into one.

This would explain why the Tri-Force is missing. I hope there’s a third game that explains why people seem to have forgotten it’s existence.

[-] quaff@lemmy.ca 1 points 1 year ago* (last edited 1 year ago)

Definitely Titane or Men. Both super fucked up. Weird but beautiful.

view more: ‹ prev next ›

quaff

joined 2 years ago