#author("2019-02-13T11:01:28+09:00","default:kuji","kuji") #author("2019-02-13T11:02:07+09:00","default:kuji","kuji") CONTENTS #contents ---- Lastmodified &lastmod; ---- *Nextcloud on FreeBSD 11.2 [#k8b52547] **インストール環境 [#sc5e01d2] MySQL 5.7 PHP 7.2 Apache24 **インストール [#g7d43521] https://nextcloud.com/ から、nextcloud-15.0.4.zip を取ってきて、 /usr/local/www/へコピーて、 unzip /usr/local/www/nextcloud-15.0.4.zip chown -R www:www /usr/local/www/nextcloud /usr/local/etc/apache24/Includes/nextcloud.conf Alias /nextcloud /usr/local/www/nextcloud AcceptPathInfo On KeepAlive On <Directory /usr/local/www/nextcloud> AllowOverride All Require all granted Header set Strict-Transport-Security "max-age=15768000; includeSubDomains; preload" </Directory> apachectl restart MySQL で DBとUserを作成 NC nc ブラウザで https:FQDN/nextcloud へアクセスし、DB User PW 等を設定しDBを作成。 https://FQDN/nextcloud/index.php/settings/admin/overview で、設定確認。 ---- セキュリティ&セットアップ警告 サーバーのセキュリティとパフォーマンスのためには、すべてが正確に設定されていることが重要です。あなたの力になるよう、Nextcloudでは一部の自動チェックを行っています。詳細な情報は、リンクされたドキュメントを参照してください。 あなたのセットアップに関するいくつかの警告があります。 -Your web server is not properly set up to resolve "/.well-known/caldav". Further information can be found in the documentation. -Your web server is not properly set up to resolve "/.well-known/carddav". Further information can be found in the documentation. -メモリキャッシュが設定されていません。可能であれば、パフォーマンスを向上するため、memcacheを設定してください。より詳しい情報はドキュメントで参照できます。 -PHP OPcacheが適切に設定されていません。よりパフォーマンスを向上させるには、php.iniで次の設定を推奨します opcache.enable=1 opcache.enable_cli=1 opcache.interned_strings_buffer=8 opcache.max_accelerated_files=10000 opcache.memory_consumption=128 opcache.save_comments=1 opcache.revalidate_freq=1 -This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them. imagick -Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read the documentation page about this. filecache.mtime filecache.storage_mtime インストールガイド ↗を再確認して、 ログ にあるすべてのエラーや警告を確認してください。 Check the security of your Nextcloud over our security scan ↗. バージョン Nextcloud 15.0.4 最新版です。 ---- Total access &counter(total);:本日 &counter(today);:昨日 &counter(yesterday); #counter([total|today|yesterday]);