feat: on production

This commit is contained in:
2023-03-12 11:55:58 +00:00
parent 389689d188
commit 9574029b6f
5 changed files with 88 additions and 2 deletions

View File

@@ -1,5 +1,26 @@
# nextcloud-utils
# cloud.limbosolutions.com
caso seja necessário forçar o scan de ficheiros
Welcome to public repository of my [wiki](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
```