Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fussel178/nextcloud-aio-minimal
A minimal setup of the Nextcloud AIO Docker setup
https://github.com/fussel178/nextcloud-aio-minimal
Last synced: about 2 months ago
JSON representation
A minimal setup of the Nextcloud AIO Docker setup
- Host: GitHub
- URL: https://github.com/fussel178/nextcloud-aio-minimal
- Owner: fussel178
- License: mit
- Created: 2024-02-22T22:53:18.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-22T23:40:45.000Z (11 months ago)
- Last Synced: 2024-10-13T08:12:41.884Z (3 months ago)
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nextcloud AIO Minimal
A minimal setup of the Nextcloud AIO Docker setup
## Usage
1. Clone this repository:
```shell
git clone https://github.com/fussel178/nextcloud-aio-minimal.git
cd nextcloud-aio-minimal
```2. Create a copy of the `example.env` file named `.env`:
```shell
cp example.env .env
```3. Next, open the `.env` file with your favorite editor, read through every environment variable and change it accordingly:
```shell
$EDITOR .env
```4. Finally, start all containers by running:
```shell
docker compose up -d
```> Note: After this command, Nextcloud needs a little bit of time to setup your Nextcloud instance.
> To watch the current process, take a look at the container logs:
>
> ```shell
> docker compose logs -f
> ```## Update
> Before updating, please check, if any source files changed in the directory.
1. Pull the latest images:
```shell
docker compose pull
```2. Stop and remove all containers:
```shell
docker compose down
```3. Start fresh containers:
```shell
docker compose up -d
```## Acknowledgments
Container images and variable defaults are from .