feat: on production
This commit is contained in:
25
README.md
25
README.md
@@ -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
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user