m1k1o / neko

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

not working with oracle free tier ARM server #212

Closed BK8000L closed 1 year ago

BK8000L commented 1 year ago

Firefox tab crashes when i try to play sound (no errors in docker logs), chromium wants chromium-sandbox package(as seen in docker logs). sancho41/neko:arm-firefox works fine ubuntu 22.04

m1k1o commented 1 year ago

ARM images are not in CI. Since the addition of GPU encoding for Intel VAAPI they broke ghcr pipelines. PR fixing this is welcomed.

deniscerri commented 1 year ago

Can you share with me the docker compose file? I can't even install it

m1k1o commented 1 year ago

Added proper ARM CI in 32472a70bc51c4b8c0054da4951ad6128eb8be37.

You can now use ARM images:

Or build ARM images ./build arm-base and ./build arm-firefox.

DawnElixir commented 1 year ago

Added proper ARM CI in 32472a7.

You can now use ARM images:

  • ghcr.io/m1k1o/neko/arm-firefox:latest
  • ghcr.io/m1k1o/neko/arm-chromium:latest
  • ghcr.io/m1k1o/neko/arm-ungoogled-chromium:latest
  • ghcr.io/m1k1o/neko/arm-vlc:latest
  • ghcr.io/m1k1o/neko/arm-xfce:latest

Or build ARM images ./build arm-base and ./build arm-firefox.

May I know if these ARM images mentioned in the doc have been built? Can't pull with above links and not found in thepackages

m1k1o commented 1 year ago

Thanks for reporting. Looks like I needed to go through all of them and change visibility to public. They should be available now.