mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
nixos/paperless: update extraConfig to settings in service docs
Signed-off-by: Patka <patka@patka.dev>
This commit is contained in:
parent
bc99f0f4d6
commit
3d028d17c9
@ -138,12 +138,12 @@ in
|
||||
`''${dataDir}/paperless-manage createsuperuser`.
|
||||
|
||||
The default superuser name is `admin`. To change it, set
|
||||
option {option}`extraConfig.PAPERLESS_ADMIN_USER`.
|
||||
option {option}`settings.PAPERLESS_ADMIN_USER`.
|
||||
WARNING: When changing the superuser name after the initial setup, the old superuser
|
||||
will continue to exist.
|
||||
|
||||
To disable login for the web interface, set the following:
|
||||
`extraConfig.PAPERLESS_AUTO_LOGIN_USERNAME = "admin";`.
|
||||
`settings.PAPERLESS_AUTO_LOGIN_USERNAME = "admin";`.
|
||||
WARNING: Only use this on a trusted system without internet access to Paperless.
|
||||
'';
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user