etherpad-lite icon indicating copy to clipboard operation
etherpad-lite copied to clipboard

Docker runtime does not apply EP__ variables to settings

Open misilot opened this issue 1 year ago • 3 comments

Describe the bug I am applying

      EP__PLUGIN__ep_google_analytics__gaCode: G-NLVFX369BM
      EP__PLUGIN__ep_matomo__matomoSiteId: 43
      EP__PLUGIN__ep_matomo__matomoHostname: webanalytics.lib.k-state.edu

or

      EP__ep_google_analytics__gaCode: G-ffasdfadsf
      EP__ep_matomo__matomoSiteId: 43
      EP__ep_matomo__matomoHostname: servername

since the docoumentation isn't clear https://github.com/ether/etherpad-lite/blob/develop/doc/docker.md?plain=1#L223 or is it https://github.com/ether/etherpad-lite/blob/develop/doc/docker.md?plain=1#L237

To Reproduce Steps to reproduce the behavior:

  1. Add env variables
  2. login to admin panel, check settings, see nothing for matomo or google analytics present.

Expected behavior Should see variables in the settings, so they can be used.

Screenshots If applicable, add screenshots to help explain your problem.

Server (please complete the following information):

  • Etherpad version: 2.2.5
  • OS: [e.g., Ubuntu 20.04]: see container
  • Node.js version (node --version): see container
  • npm version (npm --version): see container
  • Is the server free of plugins: no ...

Desktop (please complete the following information):

  • OS: [e.g. iOS] MacOS
  • Browser [e.g. chrome, safari] Firefox
  • Version [e.g. 22] 131

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context Add any other context about the problem here.

misilot avatar Oct 07 '24 20:10 misilot