CLean up site generation
This commit is contained in:
59
docs/services/nextcloud.md
Normal file → Executable file
59
docs/services/nextcloud.md
Normal file → Executable file
@@ -1,56 +1,15 @@
|
||||
# nextcloud
|
||||
|
||||
> Auto-generated from `docker-compose.yml`
|
||||
> This page auto-includes the service configuration files.
|
||||
|
||||
| Field | Value |
|
||||
|-------|-------|
|
||||
| **Image** | `ghcr.io/nextcloud-releases/all-in-one:latest` |
|
||||
| **Container** | `nextcloud-aio-mastercontainer` |
|
||||
| **Restart** | `always` |
|
||||
## Docker Compose Configuration
|
||||
|
||||
### Environment
|
||||
```yaml
|
||||
--8<-- "nextcloud/docker-compose.yml"
|
||||
```
|
||||
|
||||
**Env files:** `../.env`
|
||||
## Environment Variables (`.env.example`)
|
||||
|
||||
| Variable | Value |
|
||||
|----------|-------|
|
||||
| `APACHE_PORT` | `11000` |
|
||||
| `NEXTCLOUD_DATADIR` | `${STORAGE_PATH}/nextcloud` |
|
||||
| `APACHE_ADDITIONAL_NETWORK` | `web` |
|
||||
|
||||
### Secrets (from `.env.example`)
|
||||
|
||||
These variables must be set in the service's `.env` file:
|
||||
|
||||
| Variable | Default |
|
||||
|----------|---------|
|
||||
| `AIO_PORT` | `8081` |
|
||||
|
||||
### Ports
|
||||
|
||||
| Host | Container | Protocol |
|
||||
|------|-----------|----------|
|
||||
| `${AIO_PORT:-8081}` | `8080` | tcp |
|
||||
|
||||
### Volumes
|
||||
|
||||
| Host Path | Container Path | Mode |
|
||||
|-----------|----------------|------|
|
||||
| `nextcloud_aio_mastercontainer` | `/mnt/docker-aio-config` | rw |
|
||||
| `/var/run/docker.sock` | `/var/run/docker.sock` | ro |
|
||||
|
||||
### Networks
|
||||
|
||||
- `nextcloud-aio` (internal)
|
||||
- `web` (internal)
|
||||
|
||||
### Named Volumes (compose-level)
|
||||
|
||||
- `nextcloud_aio_mastercontainer` (managed by compose)
|
||||
|
||||
### Networks (compose-level)
|
||||
|
||||
- `nextcloud-aio` (internal)
|
||||
- `web` (external)
|
||||
|
||||
---
|
||||
```bash
|
||||
--8<-- "nextcloud/.env.example"
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user