Because Snap Packages Make NextCloud Installs Different
# It is annoying to reexamine the same digital ocean and github tutorials and be reminded no one can write in this field
# my gift to you: Being spared much reading at all!
sudo snap install nextcloud
# Ignore the first few lines. USE QUOTES OR IT WON'T WORK you can change the password if needed
sudo nextcloud.manual-install "user" "password"
# Apparently this is the amount of storage space Canonical limits you to with snap and never clearly states that...
sudo snap set nextcloud php.memory-limit=10240M
# Despite Firefox melting down over this, its internal
sudo nextcloud.enable-https self-signed
# For access via ports
sudo ufw allow 81,444/tcp
# For Value Use Whatever is Clever for You Without Confusing the DNS overlords.
sudo nextcloud.occ config:system:set trusted_domains 1 --value=0.0.0.0