Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to force neko container to run browser in kiosk mode locked on 1 site? #478

Open
chelaxian opened this issue Mar 1, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@chelaxian
Copy link

How to force neko container to run browser in kiosk mode locked on 1 site?
I tried this config but with no luck. Neko is opens with default page as normal.

cat docker-compose.yaml
version: "3.4"

networks:
  restricted_net:
    external: true

services:
  neko:
    networks:
      - restricted_net
    image: "ghcr.io/m1k1o/neko/arm-chromium:latest"
    restart: "unless-stopped"
    shm_size: "2gb"
    ports:
      - "8080:8080"
      - "52000-52100:52000-52100/udp"
    environment:
      NEKO_SCREEN: 640×512@60
      #NEKO_SCREEN: 1920x1080@30
      NEKO_PASSWORD: neko
      NEKO_PASSWORD_ADMIN: neko
      NEKO_EPR: 52000-52100
      #NEKO_IMPLICIT_CONTROL: "true"
      NEKO_FILE_TRANSFER_ENABLED: "false"
      NEKO_ICELITE: 1
      #NEKO_NAT1TO1: 10.14.0.4
      NEKO_IPFETCH: "http://checkip.amazonaws.com"
      NEKO_LOCKS: file_transfer
      NEKO_CMD: "chromium-browser --app=https://www.youtube.com/?app=desktop --kiosk --force-dark-mode"
      #ENV_USER: "neko"
      #ENV_DISPLAY: ":0"
    cap_add:
      - SYS_ADMIN
    volumes:
      - ./policies.json:/etc/chromium/policies/managed/policies.json
      - ./preferences.json:/etc/chromium/policies/managed/preferences.json
@m1k1o
Copy link
Owner

m1k1o commented Mar 27, 2025

There is currently no such env as NEKO_CMD you would need to edit supervisord.conf and mount it as volume.

@m1k1o m1k1o added the enhancement New feature or request label Mar 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants