Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cterence/nextcloud-in-docker
https://github.com/cterence/nextcloud-in-docker
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cterence/nextcloud-in-docker
- Owner: cterence
- Created: 2021-02-22T22:33:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:40:51.000Z (11 months ago)
- Last Synced: 2023-12-15T09:46:59.197Z (11 months ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nextcloud on Docker-Compose
A simple and robust Docker-Compose setup for hosting Nextcloud, the privacy oriented cloud storage.
## Install
TODO
## Migrate from an existing Nextcloud app
0. Backup your data ! You can use `rsync` with the `-aP` option to keep the file ownership/rights
1. Make a dump of your existing database. e.g : MariaDB/MySQL
```
mysqldump -u -p -D > nextcloud.bak.sql
```
2. Save your `config.php` file and merge the informations with the config file in `config/config.php`
3. TODO