Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ If there is a strong business case for any development of this app, we will cons

## Development

Set `allow_local_remote_servers` to `true` (boolean) in your config.php.
The Paperless server will run on `http://localhost:8000` with username `admin` and password `admin`:
```bash
docker compose up
Expand Down
3 changes: 3 additions & 0 deletions lib/Service/ApiService.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ public function sendFile(int $fileId): void {
'contents' => $file->getName(),
],
],
'nextcloud' => [
'allow_local_address' => true,
],
],
);
}
Expand Down