documentation icon indicating copy to clipboard operation
documentation copied to clipboard

📘 Nextcloud documentation

Results 461 documentation issues
Sort by recently updated
recently updated
newest added

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....

bug

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...

enhancement
1. to develop
manual: admin

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...

3. to review
manual: user
missing_dco

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

enhancement
1. to develop
manual: user

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,...

enhancement
help wanted
manual: user
client: 🤖🍏 mobile

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...

enhancement
help wanted
manual: admin

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...

bug
0. Needs triage
manual: admin

[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...

enhancement
manual: admin

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...

2. developing
manual: developer

- Add `location` directive for generic `/.well-known` handling - Remove `rewrite` directives because `redirect` option returns a 302 status code, which is inconsistent.

3. to review
manual: admin