https://github.com/altaris/webdav-upload
A simple docker image to upload a file over WebDAV π³
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
Repository
A simple docker image to upload a file over WebDAV π³
Basic Info
- Host: GitHub
- Owner: altaris
- License: mit
- Language: Shell
- Default Branch: master
- Homepage: https://hub.docker.com/r/altaris/webdav-upload/
- Size: 4.88 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
- Releases: 0
Topics
Metadata Files
README.md
webdav-upload
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 nonyesvalue is consideredno. 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
- Website: https://cedric.hothanh.fr
- Repositories: 45
- Profile: https://github.com/altaris
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)