TrueNAS Apps: TutorialsApplication maintenance is independent from TrueNAS version release cycles.
App versions, features, options, and installation behavior at time of access might vary from documented tutorials and UI reference.
Nextcloud
22 minute read.
Nextcloud is a drop-in replacement for many popular cloud services, including file sharing, calendar, groupware, and more. One of its more common uses for the home environment is serving as a media backup, and organizing and sharing service. This procedure demonstrates how to set up Nextcloud on TrueNAS and configure it to support hosting a wider variety of media file previews, including High-Efficiency Image Container (HEIC), MP4, and MOV files.
TrueNAS offers one deployment option for setting up Nextcloud, a Linux Debian-based TrueNAS version application available in TrueNAS releases 24.10 and later. The instructions in this article apply to these TrueNAS 24.10 and later releases.
TrueNAS offered a FreeBSD-based TrueNAS Nextcloud plugin in releases 13.0 and 13, but it is no longer available in TrueNAS 13.0 and is soon to be unavailable in 13.3. Refer to release notes for more information on upcoming and current changes. For more information on the FreeBSD-based Nextcloud plugin, see Nextcloud.
Before you install the Nextcloud app:
Set a pool for applications to use if not already assigned.
You can use either an existing pool or create a new one. TrueNAS creates the ix-apps (hidden) dataset in the pool set as the application pool. This dataset is internally managed, so you cannot use this as the parent when you create required application datasets.
After setting the pool, the Installed Applications screen displays Apps Service Running on the top screen banner.
Locate the run-as user for the app.
Take note of the run-as user for the app, shown on the app information screen in the Run As Content widget and in the Application Metadata widget on the Installed applications screen after the app fully deploys. The run-as user(s) get added to the ACL permissions for each dataset used as a host path storage volume.
(Optional) Create a new TrueNAS user account to manage this application. When creating a new user account to manage this application or using an existing TrueNAS administrator account, enable sudo permissions for that TrueNAS user account, select Create New Primary Group, and add the appropriate group in the Auxiliary Group for the type of user you want to create. Make note of the UID for the new user to add in the installation wizard.
Add the user ID to the dataset ACL permissions when setting up app storage volumes in the Install app wizard.
Create datasets for the storage volumes for the app.
Do not create encrypted datasets for apps if not required! Using an encrypted dataset can result in undesired behaviors after upgrading TrueNAS when pools and datasets are locked. When datasets for the containers are locked, the container does not mount, and the apps do not start. To resolve issues, unlock the dataset(s) by entering the passphrase/key to allow datasets to mount and apps to start.Go to Datasets and select the pool or dataset where you want to place the dataset(s) for the app. For example, /tank/apps/appName.
You can organize these datasets under a parent dataset to keep them separated from datasets for other potential applications. For example, create the nextcloud dataset and nest each dataset under it. If you organize the Nextcloud required datasets under a parent dataset you must configure ACL permissions for it. Use the Generic dataset preset when creating the parent dataset! When you add the postgres_data dataset, it must have a POSIX ACL.
Create a self-signed certificate for the app (if required).
Adding a certificate is optional but if you want to use a certificate for this application, either create a new self-signed CA and certificate or import an existing CA and create the certificate for Nextcloud. A certificate is not required to deploy the application.
- Set up a Nextcloud account. If you have an existing Nextcloud account, you enter the credentials for that user in the installation wizard. If you do not have an existing Nextcloud account, you can create one using the application install wizard.
This basic procedure covers the required Nextcloud app settings. For optional settings, see Understanding App Installation Wizard Settings.
You can have multiple deployments of the same app (for example, two or more from the stable or enterprise trains, or a combination of the stable and enterprise trains).
Go to Apps, click on Discover Apps, and locate the app widget by either scrolling down to it or begin typing the name into the search field. For example, to locate the MinIO app widget, begin typing minIO into the search field to show app widgets matching the search input.
If this is the first application installed, TrueNAS displays a dialog about configuring apps.
If not the first time installing apps the dialog does not show, click on the widget to open the app information screen.
Click Install to open the app installation wizard.
Application configuration settings are grouped into several sections, each explained below in Understanding App Installation Wizard Settings. To find specific fields begin typing in the Search Input Fields search field to show the section or field, scroll down to a particular section, or click on the section heading in the list of sections on the upper-right of the wizard screen.
Accept the default value or enter a name in Application Name field. In most cases use the default name, but if adding a second deployment of the application you must change this name.
Accept the default version number in Version. When a new version becomes available, the application shows an update badge and the Application Info widget on the Installed applications screen shows the Update button.
Next, enter the Nextcloud Configuration settings.
Enter the network configuration settings. Enter the default port, 30027, in WebUI Port, or enter an available port number of your choice. See Network Configuration below for more information on changing the default port. This port must match the one used in Host above.
If you configured a certificate, select it in Certificate ID. A certificate is required if you want to select an external port other than the default 30027.
Enter the storage settings for each dataset you created for the Nextcloud app. Accept the defaults in Resources Configuration, and select the GPU option if applicable.
Click Install. A progress dialog displays before switching to the Installed applications screen. The Installed screen displays with the nextcloud app in the Deploying state. Status changes to Running when ready to use.
Click Web Portal on the Application Info widget to open the Nextcloud web portal sign-in screen.
The following section provides more detailed explanations of the settings in each section of the Install installation wizard.
Accept the default value or enter a name in Application Name field. In most cases use the default name, but if adding a second deployment of the application you must change this name.
Accept the default version number in Version. When a new version becomes available, the application shows an update badge and the Application Info widget on the Installed applications screen shows the Update button.
Nextcloud configuration settings include setting up credentials, APT packages (previously referred to as the commands), the host IP and port, data directory path, upload limits, execution times, memory limits and cache memory consumption, adding a cron job with schedule, and adding additional environment variables.
If you have an existing Nextcloud account add the credentials for that account in the Admin User and Admin Password fields. If you do not have an existing account enter the name and password you want to use to create the Nextcloud login credentials.
To configure the host, enter the IP address for the TrueNAS system where you install the Nextcloud app and the web port number separated by a colon. For example, 12.123.12.3:30027. 30027 is the default port assigned to the TrueNAS Nextcloud app deployment. See Network Configuration for more information on this port assignment and how to change it if so desired.
Data Directory Path shows the data directory where Nextcloud stores all files from the users. It is prepopulated with /var/www/html/data which is the default path inside the container. We recommend not changing this path.
Nextcloud Redis requires a password for access. If you have an existing Nextcloud account with Redis configured, enter that existing password here but if not, enter a password to use for Redis in Nextcloud. Nextcloud also requires a password to secure access to the database. If you have an existing Nextcloud account database with a password configured, enter it Database Password. If you do not have an existing database password enter a new password for the database. The default value is nextcloud. The TrueNAS Nextcloud app passes these passwords to Nextcloud.
The PHP Upload Limit (in GB) applies a timeout to the client_max_body size in nginx, and the post_max_size and upload_max_filesize in PHP. Accept the default.
The Max Execution Time (in Seconds) sets the maximum execution time for Nextcloud. The default is 30 seconds but you can adjust this based upon your needs.
The PHP Memory Limit (in MB) sets a memory limit on PHP. The default is 512, with a range of 128 to 4096.
The OP Cache Memory Consumption (in MB) sets the size of the memory cache consumption. The default is 128, with a range of 128 to 1024.
If enabled, Cron shows the Schedule option. The default value is */5 * * * *. Enter the schedule values to replace the asterisks based on your desired schedule.
Refer to Nextcloud documentation for more information on environment variables.The default web port for Nextcloud is 30027.
All TrueNAS apps are assigned default port numbers. Accept the default port numbers, but if changing port number assignments, enter a number within the range 1-65535, however, 0-1024 might require the application to have elevated privileges. Before changing default ports, refer to the TrueNAS default port list for a list of assigned and available port numbers.
The app does not require configuring advanced DNS options. Accept the default settings or click Add to the right of DNS Options to enter the option name and value.
To use a certificate, best practice is to create the self-signed certificate before you begin using the app installation wizard. If you did not create a certificate before starting the installation wizard you can select the default TrueNAS certificate and edit the app to change the certificate after deploying the application.
Select the certificate created in TrueNAS for the app from the Certificate dropdown list.
Nginx Configuration setting, Proxy Timeout, applies the time out (in seconds) to proxy connection, and proxy send and receive. The default value is 60 with a minimum of 30 seconds. Enable Use a different port for URL rewrites to show the External Port setting. When enabled, the URL write uses the access port instead of the node port (default 9001). External Port default port is 443. Nextcloud continues to listen on the node port.
TrueNAS provides two options for storage volumes: ixVolumes and host paths.
Nextcloud needs three datasets for host path storage volume configurations:
- html to use as the AppData storage volume.
- data to use as the User Data storage volume.
- postgres_data to use as the Postgres Data storage volume.
If you group these datasets under a parent dataset named nextcloud, configure the ACL permissions for this parent dataset and add an ACE entry for the netdata user.
The app installation wizard cannot set up the ACL type or correctly add user permissions for the postgres storage volume. You must configure these outside the install wizard using the Add Dataset and Edit ACL screens. When adding the postgres_data dataset set it up with a POSIX ACL, and add the netdata user as the owner user and group with full control permissions.
See the instructions provided in the Before You Begin section for instructions on creating both the parent and postgres_data datasets and configuring the ACL permissions for each.
See Mounting an SMB Share below for details.Select Enable ACL to show the ACL and ACE Entries options.
Select Force Flag to apply the ACL even if the path has existing data. This allows you to update the app when an update is available.
TrueNAS Additional Storage options include the ability to mount an SMB share inside the container pod.
Set Type an SMB/CIFS Share (Mounts a volume to a SMB share) to add an SMB share storage volume.
Select Read Only to make the storage volume read only.
Enter the path inside the container to mount the storage for the share volume in Mount Path.
Enter the server address for the SMB share in Server, the path to mount the SMB share in Path, and the share authentication user credentials in User and Password. (Optional) enter the share domain name in domain.
Permissions are currently limited to the permissions of the user that mounted the share.
Use the SMB option for data synchronization between a share and the app if the option shows on the screen. A present, only the Syncthing app includes this option.
Accept the default values in Resources Configuration or enter new CPU and memory values. By default, this application is limited to use no more than 2 CPU cores and 4096 Megabytes available memory. The application might use considerably less system resources.
To customize the CPU and memory allocated to the container (pod) the app uses, enter new CPU values as a plain integer value (letter suffix is not required). The default is 4096.
Accept the default value 8 (Gb) allocated memory or enter a new limit in bytes. Enter a plain integer without the measurement suffix, for example, 129 not 129M or 123MiB.
GPU Configuration provides the option to enable GPU passthrough. Select Passthrough available (non-NVIDIA) GPUs or, if your system has an NVIDIA GPU device, select Use this GPU.
For more information on GPU passthrough, see TrueNAS Apps.
If the app does not deploy, try adding the www-data user and group (33:33) to the nextcloud dataset but do not set recursive. Stop the app before editing the ACL permissions for the datasets.
Next, add the www-data user and group to the html and data datasets. You can set this to recursive, but it is not necessary. To do this:
- Select the dataset, scroll down to the Permissions widget, click Edit to open the ACL Editor screen.
- Click Add Item, select User in Who and www-data in the User field, and select Full Control in Permissions.
- Add an entry for the group by repeating the above steps but select Group.
- Click Save Access Control List.
Finally, add the user netdata and group docker (999:999) to the Postgres Data dataset, following the same process. Within the postgres container, the user and group 999 map to postgres.