Files
nextcloud/README.md
2023-03-12 11:58:49 +00:00

27 lines
752 B
Markdown

# cloud.limbosolutions.com
Welcome to public repository of [https://cloud.limbosolutions.com](https://cloud.limbosolutions.com)
Using [NextCloud](https://nextcloud.com/)
## Setup
- Docker
_Currently hosted on an ubuntu lxc container with docker and portainer [+ information](https://git.limbosolutions.com/kb/lxc)._
- [NextCloud Custom Docker Image](docker/Dockerfile) with smbclient extensions
- [Duplicati Image with mySql client](https://git.limbosolutions.com/kb/duplicati/src/branch/main/docker/mysqlclient/README.md)
[Docker Compose File](docker-compose.yaml)
[Check](doc/setup.md) for setup information.
## NextCloud CLI
``` bash
#force file scan for specfic user
docker exec --user www-data nextcloud php occ files:scan USERNAME
```