mirror of
https://codeberg.org/SeedDMS/paperless
synced 2025-06-06 13:19:53 +00:00
11 lines
324 B
Markdown
11 lines
324 B
Markdown
Create a file credentials and define AUTH and URL in it.
|
|
URL is the base url of the restapi service. AUTH are the credentials
|
|
as pass in http header Authorization. It can be ab basic authentication,
|
|
a papeerless or a regular SeedDMS token.
|
|
|
|
Example:
|
|
|
|
URL="http://my.seeddms.org/restapi/index.php"
|
|
AUTH="my api key"
|
|
|