signal-cli-rest-api icon indicating copy to clipboard operation
signal-cli-rest-api copied to clipboard

Enable unprivileged start

Open fluktuid opened this issue 1 year ago • 0 comments

Feature Request

As an administrator I want to be be able to start this container unprivileged.

Current situation

the entrypoint.sh script is

  • trying to chown the SIGNAL_CLI_CONFIG_DIR
  • uses exec setpriv …

this causes issues issues when run without privileges

solution

check wether uid and gid are also the target SIGNAL_CLI_UID and SIGNAL_CLI_GID. If so, just start signal-cli-rest-api

fluktuid avatar Feb 23 '24 14:02 fluktuid