mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03: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
1 changed files with 2 additions and 2 deletions
|
@ -138,12 +138,12 @@ in
|
||||||
`''${dataDir}/paperless-manage createsuperuser`.
|
`''${dataDir}/paperless-manage createsuperuser`.
|
||||||
|
|
||||||
The default superuser name is `admin`. To change it, set
|
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
|
WARNING: When changing the superuser name after the initial setup, the old superuser
|
||||||
will continue to exist.
|
will continue to exist.
|
||||||
|
|
||||||
To disable login for the web interface, set the following:
|
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.
|
WARNING: Only use this on a trusted system without internet access to Paperless.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue