Skip to content

Latest commit

 

History

132 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

仓库 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

关于

No description or website provided.

Topics

Resources

Stars

2 stars

关注者

1 watching

复刻s

发布

Used by

贡献者

Languages