Skip to content

optionally upload file on document save#269

Open
d47081 wants to merge 4 commits intojorith88:developfrom
YGGverse:upload-on-save
Open

optionally upload file on document save#269
d47081 wants to merge 4 commits intojorith88:developfrom
YGGverse:upload-on-save

Conversation

@d47081
Copy link
Copy Markdown

@d47081 d47081 commented Feb 16, 2025

Additionally, update README with new config option:

{
    "/endpoint": {
        "url": "..",
        "ignoreSSLErrors": true,
        "uploadOnSave": true // add to README
    }
}

@d47081
Copy link
Copy Markdown
Author

d47081 commented Feb 21, 2025

Recently added minor improvements that allows to setup file patterns for auto-upload.

Updated config example:

{
    "/frontend/www": {
        "url": "https://webdav.example.com/"
    },
    "/another-frontend/www": {
        "url": "https://webdav2.example.com/",
        "ignoreSSLErrors": true,
        "uploadOnSave": {
            "enabled": true,
            "pattern": [
                ".gmi$"
            ]
        }
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant