問題タブ [nextcloud]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
owncloud - Owncloud タスク caldav url
url: を使用して、owncloud カレンダー イベントを php アプリに同期できます owncloud/remote.php/caldav/calendar/admin/personal
。owncloud タスクも同期したいのですが、タスクの URL は何ですか?
php - nextcloud on Apache2: リクエスト エンティティが大きすぎます
Nextcloud が SSL 経由でより大きなファイル (最大 512MB) を受け入れるようにするのに苦労しています。
私がこれまでに持っているものは次のとおりです。
/etc/apache2/conf-enabled/owncloud.conf:
/etc/php5/apache2/php.ini 内 (phpinfo() で確認、nextcloud 管理者設定でも設定)
ただし、より大きなファイルはまだアップロードできません (413 Request Entity Too Large)。6 MBのファイルでも機能しません...
ある種の特別な設定がありませんか?
redirect - Nginxを使用してルート(ただし一部のディレクトリ)をサブディレクトリにリダイレクトします
Yunohost を使用して、Nginx を実行するサーバーで複数の「アプリ」をホストしています。
Yunohost は SSOWat を使用して、いくつかのものをログイン/アプリ リスト ページにリダイレクトします。
サブディレクトリと「カスタム webapp」内にいくつかのアプリ (NextCloud、RoundCube など) がありますmy_webapp
。
私はこれが欲しい :
https://mydomain/nextcloud
など ->/webroot/nextcloud/
などhttps://mydomain/
->https://mydomain/site
=/webroot/my_webappp/
https://mydomain/other
->https://mydomain/site/other
=/webroot/my_webappp/other
現在は初作品だが追加
Nginx の設定に変更すると、一部の Web アプリケーションがリダイレクトされるようです (すべてが SSOWat のおかげというわけではありません)。特に、 Yunohost ユーザーのログイン/アプリ リストは site/ にリダイレクトされます:(
一部のサブディレクトリがリダイレクトされないようにしながら、他のサブディレクトリを site/ にリダイレクトするにはどうすればよいですか?
bash - Bash は owncloud スペース サイズを取得します
bash で owncloud/nextcloud の領域サイズを取得することは可能ですか? このWebDAV のような空き領域情報を取得する方法が c# にあることは知っていますが、bash を使用する方法が必要です。conkyでtを使いたいです。ありがとう