[-] bobslaede@feddit.dk 1 points 1 day ago

I have tries the same on Ubuntu. It was also the desktop that had gotten removed, because if pipewire. Silly computer.

[-] bobslaede@feddit.dk 10 points 6 days ago

Can I finally replace my old chromecast audio devices. That would be great.

[-] bobslaede@feddit.dk 7 points 1 week ago

Erosion

I totally read that as Eurovision, and I could absolutely not figure out how that ties in to this.

[-] bobslaede@feddit.dk 6 points 1 week ago

It's from diskette. Not about what country the spelling is from.

[-] bobslaede@feddit.dk 1 points 2 weeks ago

No. You can leave that out. That was just me showing you that it runs on my machine, with that setup. Just bind the port instead.

[-] bobslaede@feddit.dk 1 points 2 weeks ago

Your passwords for the database does not match.
But the error is about it not being able to reach the database on the hostname.
I can run it with this compose file:

services:
  jellystat-db:
    image: postgres:16-alpine
    container_name: jellystat-db
    restart: unless-stopped
    environment:
      POSTGRES_USER: ${POSTGRES_USER}
      POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
    volumes:
      - postgres-data:/var/lib/postgresql/data
    networks:
      - jellystat
  jellystat:
    image: cyfershepard/jellystat:latest
    container_name: jellystat
    restart: unless-stopped
    environment:
      POSTGRES_USER: ${POSTGRES_USER}
      POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
      POSTGRES_IP: jellystat-db
      POSTGRES_PORT: 5432
      JWT_SECRET: ${JWT_SECRET}
      TZ: Europe/Paris # timezone (ex: Europe/Paris)
      JS_BASE_URL: /
    volumes:
      - jellystat-backup-data:/app/backend/backup-data
    depends_on:
      - jellystat-db
    networks:
      - traefik
      - jellystat
    labels:
      - traefik.enable=true
      - traefik.docker.network=traefik
      - traefik.http.routers.jellystat.entrypoints=https
      - traefik.http.routers.jellystat.rule=Host(`${HOSTNAME}`)
      - traefik.http.routers.jellystat.tls.certresolver=http
      - traefik.http.routers.jellystat.service=jellystat
      - traefik.http.services.jellystat.loadbalancer.server.port=3000
      - traefik.http.services.jellystat.loadbalancer.server.scheme=http
networks:
  jellystat: {}
  traefik:
    external: true
volumes:
  postgres-data: null
  jellystat-backup-data: null
[-] bobslaede@feddit.dk 2 points 2 weeks ago

In the same place as you run your docker compose up command you just type docker compose logs

[-] bobslaede@feddit.dk 1 points 2 weeks ago

There will probably be something in the logs that tells you what is going wrong. Maybe it can't connect to the db, or maybe it's starting on a wrong port or something.

[-] bobslaede@feddit.dk 7 points 3 weeks ago

Uh! They should use AI for it. That will be great! /s

[-] bobslaede@feddit.dk 7 points 4 weeks ago

They have a docker-compose.yml file in the repo. It looks like it has everything all ready for you.

[-] bobslaede@feddit.dk 4 points 1 month ago

Are we sure these are real humans?

[-] bobslaede@feddit.dk 31 points 1 month ago

You get a ThinkPad! And you get a ThinkPad! Everyone gets a ThinkPad! :oprah_wave:

60
submitted 1 year ago* (last edited 1 year ago) by bobslaede@feddit.dk to c/linux@lemmy.ml

My gnome is all messed up. The theme is all over the place. Some windows are transparent and dark, for example settings and files. Others just have different themes, like dconf-editor and extension manager.
I feel like I have tried everything. Even a dconf reset -f /org/gnome/ to get back to defaults. But nothing seems to do the trick.

Thinking maybe someone on here will be able to help me? :)

As an aside, and not to get into the whole snap/flatpack whatever deal. My snap-apps have wrong cursor theme, and this seems to be a thing I am supposed to live with or something? Is there a solution to this? :)

Update:

Ah ok. I have finally figured this out myself. It seems that some of these applications are GTK4 apps. Theme settings for these apps are simply a css file in a folder, and not related to any other settings in gnome. Thats pretty silly if you ask me… ~./config/gtk-4.0/gtk.css

1
submitted 1 year ago* (last edited 1 year ago) by bobslaede@feddit.dk to c/fedditdk@feddit.dk

Hej Feddit, netstationen og @SorteKanin@feddit.dk

Hvordan skal proceduren for at bede om, og få oprettet nye fællesskaber her på kanalen?

Jeg har nydt godt f.eks. r/selvgjortvelgjort og kunne godt tænke mig et lignende område her. Det kan måske få flere til at komme herover. Der er ret mange abonnenter på reddit.

Der er måske andre der også har ideer til nye fællesskaber :)

I den forbindelse, hvordan vil feddit.dk gerne modereres?

view more: next ›

bobslaede

joined 1 year ago