https://github.com/diogommartins/xcloud
A Nextcloud docker-compose based environment configuration
https://github.com/diogommartins/xcloud
cloud docker-compose filesharing
Last synced: about 1 year ago
JSON representation
A Nextcloud docker-compose based environment configuration
- Host: GitHub
- URL: https://github.com/diogommartins/xcloud
- Owner: diogommartins
- Created: 2021-03-27T19:59:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-29T15:59:44.000Z (over 5 years ago)
- Last Synced: 2025-05-13T17:16:27.688Z (about 1 year ago)
- Topics: cloud, docker-compose, filesharing
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XCloud
A [Nextcloud](https://nextcloud.com/athome/) docker-compose based environment configuration

## Requirements
- Docker
- Docker Compose
- Ngrok account
## Setup
Rename `nextcloud.env-template` to `nextcloud.env` and update the environment variables
to values that makes sense to your use case. Do the same with `ngrok.env-template` and `db.env-template`.
More info on environement variables can be found here: https://github.com/nextcloud/docker
## Running
Running docker-compose is all you need to do to setup nextcloud, using postgres as the DB and ngrok as
a way to make your personal cloud publicly accessible through the internet.
```
docker-compose up
```
## Warnings
- This isn't a "production grade" setup
- There are no guarantees that it fits your personal use case