m1k1o / neko

A self hosted virtual browser that runs in docker and uses WebRTC.
https://neko.m1k1o.net/
Apache License 2.0
5.95k stars 449 forks source link

Neko Not Starting #326

Closed SOG-web closed 9 months ago

SOG-web commented 10 months ago

am getting this error

exec /usr/bin/supervisord: exec format error exec /usr/bin/supervisord: exec format error exec /usr/bin/supervisord: exec format error exec /usr/bin/supervisord: exec format error

Am using portainer

version: "3.4" services: neko: image: "m1k1o/neko:firefox" restart: "unless-stopped" shm_size: "2gb" ports:

m1k1o commented 10 months ago

Do you maybe have ARM server? Or do you happen to use windows?

On Linux servers, you can use the command 'lscpu' to view the server's processor information, including the architecture (x86_64 for Intel and aarch64 for ARM).

SOG-web commented 10 months ago

This is my current server linux aarch64 Ubuntu 22.04.1 LTS

But must I have an ARM server

SOG-web commented 10 months ago

lscpu

I just looked in up it ARM

m1k1o commented 10 months ago

There are separate images for ARM: https://neko.m1k1o.net/#/getting-started/ image

Though people have been reporting that there is some issue with audio.