Skip to content

SMillerDev/nextcloud-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

109 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nextcloud setup actions

Setup nextcloud using github actions

Setup Nextcloud

To set up a nextcloud instance on the runner in ../server, use the following configuration.

      - name: Nextcloud test setup
        uses: SMillerDev/setup-nextcloud@main
        with:
          version: 'stable19'
          database-type: 'sqlite'

The default configuration is:

      - name: Nextcloud test setup
        uses: SMillerDev/setup-nextcloud@main
        with:
          version: 'stable19'
          cron: true
          admin-user: 'admin'
          admin-password: 'admin'
          database-type: 'pgsql'
          database-user: 'postgres'
          database-password: ''
          database-name: 'oc_autotest'

Setup Nextcloud app

To install the current repo as a nextcloud app, run the checkout action and then this one using the following configuration.

      - name: Nextcloud app test setup
        uses: SMillerDev/setup-nextcloud-app@main
        with:
          app: 'appid'
          check: false

The default configuration is:

      - name: Nextcloud app test setup
        uses: SMillerDev/setup-nextcloud-app@main
        with:
          app: 'appid'
          check: false

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors 3

  •  
  •  
  •