Skip to content

Docker image for nextcloud news updater python script

License

Notifications You must be signed in to change notification settings

romulus-ai/nextcloud-news-updater

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nextcloud-news-updater docker container

See: https://github.com/nextcloud/news-updater

Quickstart

Nextcloud API:

  $ docker run -d -e NEXTCLOUD_URL=https://nextcloud.example.com/nextcloud \
                  -e NEXTCLOUD_ADMIN_USER=admin \
                  -e NEXTCLOUD_ADMIN_PASSWORD=password \
                  romulus1689/nextcloud-news-updater

Nextcloud mounted volume:

  $ docker run -d -e NEXTCLOUD_URL=https://nextcloud.example.com/nextcloud \
                  -e NEXTCLOUD_ADMIN_USER=admin \
                  -e NEXTCLOUD_ADMIN_PASSWORD=password \
                  -v /var/www/nextcloud:/nextcloud \
                  romulus1689/nextcloud-news-updater /nextcloud

Usage with commandline options

  $ docker run -d -e NEXTCLOUD_URL=https://nextcloud.example.com/nextcloud \
                  -e NEXTCLOUD_ADMIN_USER=admin \
                  -e NEXTCLOUD_ADMIN_PASSWORD=password \
                  -v /var/www/nextcloud:/nextcloud \
                  romulus1689/nextcloud-news-updater --apilevel v15 --mode endless /nextcloud

License

ISC

About

Docker image for nextcloud news updater python script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 62.7%
  • Dockerfile 37.3%