Skip to content

bumbummen99/nextcloud-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 

Repository files navigation

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.