NextCloud Installation via Snap

NextCloud Installation via Snap

Brief memo only

apt -y update
apt -y install snapd  //better reboot after this
snap install nextcloud
export PATH=$PATH:/snap/bin
nextcloud.enable-https lets-encrypt  //domain required

If you have any untrusted domain issue, run

$ sudo snap run nextcloud.occ config:system:set trusted_domains 1 --value=your.fancy.domain

Copyright statement: Unless otherwise stated, all articles on this blog adopt the CC BY-NC-SA 4.0 license agreement. For non-commercial reprints and citations, please indicate the author: Henry, and original article URL. For commercial reprints, please contact the author for authorization.