gotify / server

A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui)
https://gotify.net
Other
10.91k stars 613 forks source link

Fails to run on Raspberry Pi 5 #670

Closed azchohfi closed 1 month ago

azchohfi commented 1 month ago

Can the issue be reproduced with the latest available release? (y/n) Y

Which one is the environment gotify server is running in?

  gotify:
    image: gotify/server-arm7
    container_name: gotify
    ports:
      - 8080:80
    environment:
      - GOTIFY_DEFAULTUSER_PASS=custom
    volumes:
      - ./storage:/app/data

Do you have an reverse proxy installed in front of gotify server? (Please select None if the problem can be reproduced without the presense of a reverse proxy)

On which client do you experience problems? (Select as many as you can see)

What did you do? Run: docker-compose up gotify

What did you expect to see? gotify running fine.

What did you see instead? (Include screenshots, android logcat/request dumps if possible) I see:

Attaching to gotify
gotify  | ./gotify-app: error while loading shared libraries: libresolv.so.2: ELF load command address/offset not page-aligned
gotify exited with code 127
jmattheis commented 1 month ago

Try the gotify/server-arm64 image.