Edit trusted_domains via nextcloud.occ

Nextcloud is installed via snapcraft. 1 2 3 snap run nextcloud.occ config:system:get trusted_domains 1 snap run nextcloud.occ config:system:delete trusted_domains 1 snap run nextcloud.occ config:system:set trusted_domains 1 --value=www.example.com

2023-07-20 · 1 分钟 · 27 字 · Carinnan

Install Nextcloud Server with Snap, Nginx, and HTTPS

Snap provides an easy and clean way to install Nextcloud. Prepare a domain name resolved to the IP address of your server. 1 2 3 # Debian/Ubuntu, as root: apt install snapd snap install nextcloud Enter your domain in a browser, complete the setup shown on the welcome page, then enable HTTPS: ...

2022-09-09 · 2 分钟 · 230 字 · Carinnan