dockerfiles/nextcloud
kev 4a1f9f7232 update nextcloud 2022-08-29 18:34:39 +08:00
..
arm update nextcloud 2022-08-29 18:31:08 +08:00
ssl update nextcloud 2016-11-05 10:43:27 +08:00
Dockerfile swith to new domain: easypi.pro 2017-05-08 07:05:07 +08:00
README.md update nextcloud 2022-01-07 18:20:29 +08:00
backup.sh add backup.sh for nextcloud 2018-02-10 13:48:20 +08:00
docker-compose.yml update nextcloud 2022-08-29 18:34:39 +08:00
nginx.conf update nextcloud 2016-11-05 10:43:27 +08:00

nextcloud

⚠️ IT'S DEPRECATED! PLEASE USE OFFICIAL DOCKER IMAGE: nextcloud

Nextcloud puts your data at your fingertips, under your control.

Server Setup

$ docker-compose up -d

$ docker-compose exec -u www-data nextcloud ./occ files:scan --all
Starting scan for user 1 out of 1 (admin)
+---------+-------+--------------+
| Folders | Files | Elapsed time |
+---------+-------+--------------+
| 10      | 21    | 00:00:00     |
+---------+-------+--------------+

$ crontab -l
0 * * * * docker exec -u www-data nextcloud_nextcloud_1 ./occ files:scan --all

You can use the occ admin tool.

Client Setup