mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 21:33:02 +01:00
update nextcloud doc
This commit is contained in:
@@ -30,8 +30,19 @@ nginx:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ docker-compose up -d
|
$ docker-compose up -d
|
||||||
|
$ docker-compose exec --user www-data nextcloud bash
|
||||||
|
>>> php occ files:scan --all
|
||||||
|
Starting scan for user 1 out of 1 (admin)
|
||||||
|
+---------+-------+--------------+
|
||||||
|
| Folders | Files | Elapsed time |
|
||||||
|
+---------+-------+--------------+
|
||||||
|
| 10 | 21 | 00:00:00 |
|
||||||
|
+---------+-------+--------------+
|
||||||
|
>>> exit
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You can use the [occ][2] admin tool.
|
||||||
|
|
||||||
## Client Setup
|
## Client Setup
|
||||||
|
|
||||||
- Android: <https://download.nextcloud.com/android/>
|
- Android: <https://download.nextcloud.com/android/>
|
||||||
@@ -39,3 +50,4 @@ $ docker-compose up -d
|
|||||||
- Windows: <https://download.nextcloud.com/desktop/releases/Windows/>
|
- Windows: <https://download.nextcloud.com/desktop/releases/Windows/>
|
||||||
|
|
||||||
[1]: https://nextcloud.com/
|
[1]: https://nextcloud.com/
|
||||||
|
[2]: https://docs.nextcloud.com/server/9/admin_manual/configuration_server/occ_command.html
|
||||||
|
|||||||
Reference in New Issue
Block a user