documentation
documentation copied to clipboard
📘 Nextcloud documentation
Hello, Sorry for my newbie question, I know it's not an issue about this project but when I follow the steps to build the docs in PDF, it's working fine....
My struggle experience for using external storage setup is that my host ftp is not use **21** as port, **21021** instead. Therefore, I do all possible combinations to test connection...
Based on multiple error trying to connect to multiple Nextcloud 16 servers thought WebDav, the correct address to get access from File Explorer or CLI is \\domain.comSSL\DavWWWRoot\remote.php\dav\files\username or if a...
Hello, Just wanted to point out that https://github.com/owncloud/documentation/pull/2668#issuecomment-260697742 should likely be added to Nextcloud's docs. Didn't manage to run the integrated WebDAV client until following this procedure. HTH, Leo
Hi Is there a documentation of the Nextcloud IOS App ? - explaining usage - technical insight how features are implemented (e.g. directory/filename concepts, when syncing starts, is syncing chunked,...
I'm not sure if the bug tracker is the best place to discuss this, but I guess I'll try anyway: I'm maintaining servers where several people run Nextcloud and lately...
Hi, While using sample configuration from https://docs.nextcloud.com/server/latest/admin_manual/installation/nginx.html I have to comment out/remove following section to make css/js work: ``` location ~ \.(?:css|js|svg|gif|png|jpg|ico|wasm|tflite)$ { try_files $uri /index.php$request_uri; expires 6M; # Cache-Control...
[Migrating to a different server ](https://docs.nextcloud.com/server/latest/admin_manual/maintenance/migrating.html#migrating-to-a-different-server) mentions transferring the data folders using rsync. Is it safe to pre-populate the destination data so that the "final" rsync runtime (and consequent server...
This PR adds a new section for a simplified development setup for app development based on https://github.com/David-Development/nextcloud-dev-docker and https://github.com/skjnldsv/vueexample. It should help developers to get started on app development more...
- Add `location` directive for generic `/.well-known` handling - Remove `rewrite` directives because `redirect` option returns a 302 status code, which is inconsistent.