Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/judahpaul16/nextcloud-docker
- Owner: judahpaul16
- License: gpl-3.0
- Created: 2024-05-21T17:47:36.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-24T18:28:21.000Z (6 months ago)
- Last Synced: 2024-10-16T22:29:09.327Z (27 days ago)
- Topics: bash, docker, docker-compose, nextcloud, nginx, script
- Language: Shell
- Homepage: https://nextcloud.com
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).***