{"id":20065839,"url":"https://github.com/altaris/webdav-upload","last_synced_at":"2026-04-13T04:03:22.391Z","repository":{"id":85036440,"uuid":"157550296","full_name":"altaris/webdav-upload","owner":"altaris","description":"A simple docker image to upload a file over WebDAV 🐳","archived":false,"fork":false,"pushed_at":"2021-11-09T10:47:48.000Z","size":5,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-26T18:17:26.577Z","etag":null,"topics":["curl","docker","docker-image","webdav"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/altaris/webdav-upload/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/altaris.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-14T13:07:39.000Z","updated_at":"2021-11-09T10:47:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"6b94ce84-cc60-4675-9338-ea6fdf2b38e8","html_url":"https://github.com/altaris/webdav-upload","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/altaris/webdav-upload","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/altaris%2Fwebdav-upload","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/altaris%2Fwebdav-upload/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/altaris%2Fwebdav-upload/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/altaris%2Fwebdav-upload/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/altaris","download_url":"https://codeload.github.com/altaris/webdav-upload/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/altaris%2Fwebdav-upload/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31739050,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T03:27:07.512Z","status":"ssl_error","status_checked_at":"2026-04-13T03:26:53.610Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["curl","docker","docker-image","webdav"],"created_at":"2024-11-13T13:53:04.165Z","updated_at":"2026-04-13T04:03:22.341Z","avatar_url":"https://github.com/altaris.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"webdav-upload\n=============\n\n[![Docker Pulls](https://img.shields.io/docker/pulls/altaris/webdav-upload.svg)](https://hub.docker.com/r/altaris/webdav-upload/)\n[![GitHub](https://img.shields.io/github/license/altaris/webdav-upload.svg)](https://choosealicense.com/licenses/mit/)\n\nA simple docker image to upload a file over WebDAV.\n\nThe upload script reads the following environment variables:\n\n* `FILE`: File to upload.\n* `PASSWORD`: Password used to authenticate.\n* `SERVER`: URL to the WebDAV server.\n* `USER`: User used to authenticate.\n* `VERBOSE` (default: `no`): A non `yes` value is considered `no`. **God knows\n  what information might get exposed, be careful with this!**\n* `WEBDAV_PATH` (default: empty path): Path where the file should be uploaded.\n* `WEBDAV_PREFIX` (default: `remote.php/dav/files`): See after.\n* `WEBDAV_USER` (default: `USER`): User who owns the directory where the file should be uploaded.\n\nThe URL where the `FILE` will be uploaded is thus\n\n```\n$SERVER/$WEBDAV_PREFIX/$WEBDAV_USER/$WEBDAV_PATH\n```\n\n# Example\n\n## As a drone plugin\n\nAssuming your drone repository has secrets `user`, `password`, and `server`:\n\n```yaml\nupload:\n  file: build/project.tar.gz\n  image: altaris/webdav-upload\n  secrets:\n    - source: user\n      target: USER\n    - source: password\n      target: PASSWORD\n    - source: server\n      target: SERVER\n  webdav_path: my/dope/project/project.tar.gz\n```\n\nor equivalently, if the server address isn't a secret:\n\n```yaml\nupload:\n  file: build/project.tar.gz\n  image: altaris/webdav-upload\n  secrets:\n    - source: user\n      target: USER\n    - source: password\n      target: PASSWORD\n  server: cloud.mcnope.com\n  webdav_path: my/dope/project/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faltaris%2Fwebdav-upload","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faltaris%2Fwebdav-upload","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faltaris%2Fwebdav-upload/lists"}