Skip to content
Snippets Groups Projects
  1. Feb 19, 2021
    • Daniel Schreiber's avatar
      let bbb-apps-akka read an override config file from /etc/bigbluebutton · 5d620e7a
      Daniel Schreiber authored
      This change introduces a config file
      `/etc/bigbluebutton/bbb-apps-akka.conf` which reads the default config
      from packages and allows operators to keep their own config file changes
      across package upgrades. This removes the workaround of copying the
      config file to /tmp in preinst and then extracvting API URI and secret
      and then in postinst inject it back to the config file in /usr/share
      
      If the config file in /usr does not have the "changeme" secret, then API
      URI and secret are extracted and injected to the generated file /etc, so
      packages would upgrade in a clean way.
      
      The postrm script removes the config file in /etc if the package is
      purged but not if it is just uninstalled.
      
      bbb-install and bbb-conf must reflect this change and replace the API
      secret and URL in /etc, not /usr/share
      5d620e7a
  2. Feb 17, 2021
  3. Feb 16, 2021
  4. Feb 15, 2021
  5. Feb 14, 2021
  6. Feb 13, 2021
  7. Feb 12, 2021
  8. Feb 11, 2021
Loading