MyNixOS website logo
option

services.etebase-server.settings

Configuration for etebase-server. Refer to and <https://github.com/etesync/server/wiki for details on supported values.

Declarations
Type
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  allowed_hosts = {
    allowed_host2 = "localhost";
  };
  global = {
    debug = true;
    media_root = "/path/to/media";
  };
}