https://github.com/bumbummen99/nextcloud-uploader
Simple NextCloud file upload using GitHub Actions
https://github.com/bumbummen99/nextcloud-uploader
actions nextcloud upload uploader wget youtube-dl youtube-dlp
Last synced: about 2 months ago
JSON representation
Simple NextCloud file upload using GitHub Actions
- Host: GitHub
- URL: https://github.com/bumbummen99/nextcloud-uploader
- Owner: bumbummen99
- Created: 2023-01-07T13:14:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T11:44:43.000Z (over 3 years ago)
- Last Synced: 2026-03-29T20:58:21.236Z (3 months ago)
- Topics: actions, nextcloud, upload, uploader, wget, youtube-dl, youtube-dlp
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NextCloud Uploader
Simply upload files to NextCloud using GitHub Actions. Supports the following downloaders:
- **wget**
- **youtube-dl**
## Information
- [Only up to ~14GB file size supported](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources).
- You **HAVE** to create the directory `/GitHub-Uploads` in the root of your NextCloud.
## How?
1. Go to your NextCloud and create the directory `/GitHub-Uploads`.
2. Fork the repository
2. Configure the following **secrets** for your actions on the forked repository:
- **NEXTCLOUD_URL:** The base URL of your NextCloud instance- **WITHOUT** trailing slash!
- **NEXTCLOUD_USERNAME:** The log in username for your NextCloud account
- **NEXTCLOUD_PASSWORD:** The (app-)password of the NextCloud account.
3. Run the *Upload* action with your desired inputs and enjoy :)
## Bugs / Contributing
Feel free to report issues or contribute improvements.