Skip to content

Firefox Profile on startup #603

@parkingups69-netizen

Description

@parkingups69-netizen

Hello,

Each time the container starts, it prompts to select the browser profile.
It seems to ignore the checkbox to auto select the profile, am i doing something wrong in my compose?
I'm looking to get a tv to auto logon in view mode with no user interaction, even if the docker vm restarts.

services:
neko:
image: ghcr.io/m1k1o/neko/firefox:latest
restart: unless-stopped
ports:
- "80:8080"
- "56000-56100:56000-56100/udp"
environment:
- NEKO_WEBRTC_EPR=56000-56100
- NEKO_WEBRTC_NAT1TO1=${NEKO_WEBRTC_NAT1TO1}
- NEKO_PASSWORD_ADMIN=${NEKO_MEMBER_MULTIUSER_ADMIN_PASSWORD}
- NEKO_CONTROL_PROTECTED=true
- NEKO_PASSWORD=
volumes:
- ${VOLUME_PATH}:/home/neko/.mozilla
- ./settings/firefoxpolicy.json:/usr/lib/firefox/distribution/policies.json

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions