Nextcloud is a self-hosted cloud storage solution, similar to Google Drive or OneDrive. This guide uses Snap to quickly install and configure Nextcloud.
sudo snap install nextcloud
sudo nextcloud.manual-install admin password
sudo nextcloud.occ config:system:set trusted_domains 1 --value=example.com
sudo nextcloud.enable-https lets-encrypt
Follow the prompts: enter your email, agree to the terms, and provide your domain.
After setup, you’ll be able to access Nextcloud at:
https://example.com