27 lines
727 B
Markdown
27 lines
727 B
Markdown
# cloud.limbosolutions.com
|
|
|
|
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
|
|
|
|
```
|