https://github.com/altaris/webdav-upload

A simple docker image to upload a file over WebDAV 🐳

https://github.com/altaris/webdav-upload

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • β—‹
    CITATION.cff file
  • βœ“
    codemeta.json file
    Found codemeta.json file
  • β—‹
    .zenodo.json file
  • β—‹
    DOI references
  • β—‹
    Academic publication links
  • β—‹
    Academic email domains
  • β—‹
    Institutional organization owner
  • β—‹
    JOSS paper metadata
  • β—‹
    Scientific vocabulary similarity
    Low similarity (6.8%) to scientific vocabulary

Keywords

curl docker docker-image webdav
Last synced: 5 months ago · JSON representation

Repository

A simple docker image to upload a file over WebDAV 🐳

Basic Info
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Topics
curl docker docker-image webdav
Created over 7 years ago · Last pushed over 4 years ago
Metadata Files
Readme License

README.md

webdav-upload

Docker Pulls GitHub

A simple docker image to upload a file over WebDAV.

The upload script reads the following environment variables:

  • FILE: File to upload.
  • PASSWORD: Password used to authenticate.
  • SERVER: URL to the WebDAV server.
  • USER: User used to authenticate.
  • VERBOSE (default: no): A non yes value is considered no. God knows what information might get exposed, be careful with this!
  • WEBDAV_PATH (default: empty path): Path where the file should be uploaded.
  • WEBDAV_PREFIX (default: remote.php/dav/files): See after.
  • WEBDAV_USER (default: USER): User who owns the directory where the file should be uploaded.

The URL where the FILE will be uploaded is thus

$SERVER/$WEBDAV_PREFIX/$WEBDAV_USER/$WEBDAV_PATH

Example

As a drone plugin

Assuming your drone repository has secrets user, password, and server:

yaml upload: file: build/project.tar.gz image: altaris/webdav-upload secrets: - source: user target: USER - source: password target: PASSWORD - source: server target: SERVER webdav_path: my/dope/project/project.tar.gz

or equivalently, if the server address isn't a secret:

yaml upload: file: build/project.tar.gz image: altaris/webdav-upload secrets: - source: user target: USER - source: password target: PASSWORD server: cloud.mcnope.com webdav_path: my/dope/project/

Owner

  • Name: CΓ©dric
  • Login: altaris
  • Kind: user
  • Location: Japan
  • Company: RIKEN

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 1
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • altaris (1)
Pull Request Authors
Top Labels
Issue Labels
bug (1)
Pull Request Labels