Snaps are discoverable and installable from the Snap Store, an app store with an audience of millions.
- install nextcloud from snap package.
$ sudo snap install nextcloud
- Check nextcloud information.
$ snap info nextcloud
- Get connections list
$ snap connections nextcloud
- Setup Next Cloud by new admin. user.
$ sudo nextcloud.manual-install 'admin user' 'admin password'
- Setup fqdn hostname.
$ sudo nextcloud.occ config:system:set trusted_domains 1 --value=example.com
- Conform domains.
$ sudo nextcloud.occ config:system:get trusted_domains
- ufw & SSL (TLS) cert. setup.
$ ufw allow 80 $ ufw allow 443
and then
$ sudo nextcloud.enable-https lets-encrypt
- Finally check NextCloud functional.
access Next Cloud !