Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ If you already have an external reverse proxy (Nginx, HAProxy, etc.) or prefer t
- Four domains pointing to your server:
- `cloud.YOUR.DOMAIN` → OpenCloud frontend
- `collabora.YOUR.DOMAIN` → Collabora Online Server
- `wopiserver.YOUR.DOMAIN` → WOPI server for document editing
- `traefik.YOUR.DOMAIN` → Traefik dashboard

Alternatively, you can use a wildcard domain (`*.YOUR.DOMAIN`)
Expand Down Expand Up @@ -106,7 +105,6 @@ nano .env
TRAEFIK_DOMAIN=traefik.YOUR.DOMAIN
OC_DOMAIN=cloud.YOUR.DOMAIN
COLLABORA_DOMAIN=collabora.YOUR.DOMAIN
WOPISERVER_DOMAIN=wopiserver.YOUR.DOMAIN
```

### Set your admin password
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ If you already have an external reverse proxy (Nginx, HAProxy, etc.) or prefer t
- Four domains pointing to your server:
- `cloud.YOUR.DOMAIN` → OpenCloud frontend
- `collabora.YOUR.DOMAIN` → Collabora Online Server
- `wopiserver.YOUR.DOMAIN` → WOPI server for document editing
- `traefik.YOUR.DOMAIN` → Traefik dashboard

Alternatively, you can use a wildcard domain (`*.YOUR.DOMAIN`)
Expand Down Expand Up @@ -106,7 +105,6 @@ nano .env
TRAEFIK_DOMAIN=traefik.YOUR.DOMAIN
OC_DOMAIN=cloud.YOUR.DOMAIN
COLLABORA_DOMAIN=collabora.YOUR.DOMAIN
WOPISERVER_DOMAIN=wopiserver.YOUR.DOMAIN
```

### Set your admin password
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ If you already have an external reverse proxy (Nginx, HAProxy, etc.) or prefer t
- Four domains pointing to your server:
- `cloud.YOUR.DOMAIN` → OpenCloud frontend
- `collabora.YOUR.DOMAIN` → Collabora Online Server
- `wopiserver.YOUR.DOMAIN` → WOPI server for document editing
- `traefik.YOUR.DOMAIN` → Traefik dashboard

Alternatively, you can use a wildcard domain (`*.YOUR.DOMAIN`)
Expand Down Expand Up @@ -105,8 +104,7 @@ nano .env
```bash
TRAEFIK_DOMAIN=traefik.YOUR.DOMAIN
OC_DOMAIN=cloud.YOUR.DOMAIN
COLLABORA_DOMAIN=collabora.YOUR.DOMAIN
WOPISERVER_DOMAIN=wopiserver.YOUR.DOMAIN
COLLABORA_DOMAIN=collabora.YOUR.DOMAINƒ
```

### Set your admin password
Expand Down