---
title: Charmhub | Deploy nextcloud using Charmhub - The Open Operator Collection
description: Deploy the latest version of nextcloud on any cloud.
url: https://charmhub.io/nextcloud/actions
---

# nextcloud

[Erik Lönroth](https://charmhub.io/publisher/erik-lonroth "View all packages from Erik Lönroth")

* [Erik Lönroth](https://charmhub.io/publisher/erik-lonroth "View all packages from Erik Lönroth")

Platform:

24.04

22.04

20.04

18.04

edge 38

```
juju deploy nextcloud --channel edge
```

[Learn to deploy on juju >](https://juju.is/docs/juju/manage-applications)

* [add-missing-indices](https://charmhub.io/nextcloud/actions#add-missing-indices)
* [convert-filecache-bigint](https://charmhub.io/nextcloud/actions#convert-filecache-bigint)
* [get-admin-password](https://charmhub.io/nextcloud/actions#get-admin-password)
* [maintenance](https://charmhub.io/nextcloud/actions#maintenance)
* [set-trusted-domain](https://charmhub.io/nextcloud/actions#set-trusted-domain)

[Learn about actions >](https://juju.is/docs/juju/action)

* add-missing-indices

  Runs occ db:add-missing-indices
* convert-filecache-bigint

  Put site in maintenance while running occ db:convert-filecache-bigint
* get-admin-password

  Gets the initial admin password. This will only work once.
* maintenance

  Runs occ maintenance:mode --on/off

  Params

  + enable
    boolean

    Either true or false

  Required

  enable
* set-trusted-domain

  Set the trusted domain by invoking <occ config:system:set trusted\_domain>.

  Params

  + domain
    string

  Required

  domain
