mirror of
https://github.com/trympet/nextcloud-artifacts-action.git
synced 2025-07-12 21:25:38 +02:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
7d73f7e889 |
@ -32,7 +32,8 @@ export class NextcloudClient {
|
|||||||
this.headers = { Authorization: 'Basic ' + Buffer.from(`${this.username}:${this.password}`).toString('base64') }
|
this.headers = { Authorization: 'Basic ' + Buffer.from(`${this.username}:${this.password}`).toString('base64') }
|
||||||
this.davClient = webdav.createClient(`${this.endpoint.href}remote.php/dav/files/${this.username}`, {
|
this.davClient = webdav.createClient(`${this.endpoint.href}remote.php/dav/files/${this.username}`, {
|
||||||
username: this.username,
|
username: this.username,
|
||||||
password: this.password
|
password: this.password,
|
||||||
|
maxBodyLength: 1024 ** 3
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user