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

Notice: Removing various startup options #440

Closed
oznu opened this issue May 17, 2022 · 2 comments
Closed

Notice: Removing various startup options #440

oznu opened this issue May 17, 2022 · 2 comments

Comments

@oznu
Copy link
Member

oznu commented May 17, 2022

From the next release of this image, the following startup options will be removed:

  • PACKAGES - use the startup.sh script instead, you can edit this in the Homebridge UI
  • HOMEBRIDGE_CONFIG_UI - the UI is now required to use this container and will always be enabled
  • HOMEBRIDGE_CONFIG_UI_PORT - set the UI port via the config.json directly
  • HOMEBRIDGE_INIT_PORT - set the homebridge port in the config.json directly
  • TERMINATE_ON_ERROR - no longer required, hb-service will take care of managing the homebridge process
  • HOMEBRIDGE_INSECURE - you can set this option via the Homebridge UI
  • HOMEBRIDGE_DEBUG - you can set this option via the Homebridge UI
  • PUID - no longer available
  • PGID - no longer available

Additionally, the crontab service will no longer run inside the container.

@davidzyx
Copy link

davidzyx commented Aug 9, 2022

Is there a particular reason behind the removal of PUID, PGID and instead replacing them with 1000?

@crahan
Copy link

crahan commented Dec 4, 2022

I just noticed that the homebridge user (UID 1000) has now been removed as well in the most recent Dockerfile version and everything now runs as root. I'm curious as to the reason for this decision as it impacts files created on the host OS through the volume mounts.

@donavanbecker donavanbecker unpinned this issue Dec 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants