/nextcloud-uploader

Simple NextCloud file upload using GitHub Actions

NextCloud Uploader

Simply upload files to NextCloud using GitHub Actions. Supports the following downloaders:

  • wget
  • youtube-dl

Information

How?

  1. Go to your NextCloud and create the directory /GitHub-Uploads.
  2. Fork the repository
  3. 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.
  4. Run the Upload action with your desired inputs and enjoy :)

Bugs / Contributing

Feel free to report issues or contribute improvements.