Simply upload files to NextCloud using GitHub Actions. Supports the following downloaders:
- wget
- youtube-dl
- Only up to ~14GB file size supported.
- You HAVE to create the directory
/GitHub-Uploads
in the root of your NextCloud.
- Go to your NextCloud and create the directory
/GitHub-Uploads
. - Fork the repository
- 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.
- Run the Upload action with your desired inputs and enjoy :)
Feel free to report issues or contribute improvements.