Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/judahpaul16/nextcloud-docker

A quick bash setup script that sets up NextCloud and NGINX in docker.
https://github.com/judahpaul16/nextcloud-docker

bash docker docker-compose nextcloud nginx script

Last synced: 12 days ago
JSON representation

A quick bash setup script that sets up NextCloud and NGINX in docker.

Awesome Lists containing this project

README

        

# NextCloud Docker ☁️ 🐳
This is a quick bash setup script that sets up NextCloud and NGINX in docker.

```bash
curl -Lo ./setup.sh https://raw.githubusercontent.com/judahpaul16/nextcloud-docker/main/setup.sh && sudo chmod +x ./setup.sh && ./setup.sh
```

NextCloud is a self-hosted file sync and share server. It provides access to your data through a web interface, sync clients or WebDAV while providing a platform to view, sync and share across devices easily—all under your control. NextCloud's functionality can be extended with apps.

***More information can be found [here](https://nextcloud.com/).***