You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,12 +150,20 @@ podman run -d --name opencloud \
150
150
|------|----------|-------------|
151
151
| `9200` | TCP | Web UI |
152
152
153
+
!!! warning "Work in Progress"
154
+
This image is functional but may change significantly in a future release.
155
+
156
+
## Breaking changes
157
+
### untagged -> 0.1.0
158
+
- `config`and data directories moved from `/config/.opencloud` to `/config`
159
+
Existing data will be moved automatically during container initialization.
160
+
153
161
## Upgrade from 6.2.0 to 7.0.0
154
162
The upgrade requires a change to the configuration of the "sharing" service. Please follow the steps outlined in the [Upgrade Guide](https://docs.opencloud.eu/docs/admin/maintenance/upgrade/upgrade-guide#verify-configuration-changes) to achieve that.
155
163
156
164
## First run
157
-
OpenCloud generates a default config with insecure settings (not TLS validation) on first start
158
-
or if the `/config/.opencloud` directory does not exist.
165
+
OpenCloud generates a default config with insecure settings (no TLS validation) on first start
166
+
or if the file `/config/config/opencloud.yaml` does not exist.
159
167
160
168
You can define the inital password for the `admin` user by setting the environment variable `IDM_ADMIN_PASSWORD` like this:
161
169
```yaml
@@ -166,7 +174,7 @@ services:
166
174
```
167
175
168
176
If you do not set the password with the variable above, OpenCloud generates a random password for the `admin` user and
169
-
you can find it in the logs or in the file `/config/.opencloud/config/opencloud.yaml`.
177
+
you can find it in the logs or in the file `/config/config/opencloud.yaml`.
170
178
171
179
## Remarks
172
180
So far I have only tested this image with `bridge` networking.
Copy file name to clipboardExpand all lines: compose.yaml
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -24,12 +24,20 @@ x-daemonless:
24
24
9200: "Web UI"
25
25
26
26
notes: |
27
+
!!! warning "Work in Progress"
28
+
This image is functional but may change significantly in a future release.
29
+
30
+
## Breaking changes
31
+
### untagged -> 0.1.0
32
+
- `config` and data directories moved from `/config/.opencloud` to `/config`
33
+
Existing data will be moved automatically during container initialization.
34
+
27
35
## Upgrade from 6.2.0 to 7.0.0
28
36
The upgrade requires a change to the configuration of the "sharing" service. Please follow the steps outlined in the [Upgrade Guide](https://docs.opencloud.eu/docs/admin/maintenance/upgrade/upgrade-guide#verify-configuration-changes) to achieve that.
29
37
30
38
## First run
31
-
OpenCloud generates a default config with insecure settings (not TLS validation) on first start
32
-
or if the `/config/.opencloud` directory does not exist.
39
+
OpenCloud generates a default config with insecure settings (no TLS validation) on first start
40
+
or if the file `/config/config/opencloud.yaml` does not exist.
33
41
34
42
You can define the inital password for the `admin` user by setting the environment variable `IDM_ADMIN_PASSWORD` like this:
35
43
```yaml
@@ -40,7 +48,7 @@ x-daemonless:
40
48
```
41
49
42
50
If you do not set the password with the variable above, OpenCloud generates a random password for the `admin` user and
43
-
you can find it in the logs or in the file `/config/.opencloud/config/opencloud.yaml`.
51
+
you can find it in the logs or in the file `/config/config/opencloud.yaml`.
44
52
45
53
## Remarks
46
54
So far I have only tested this image with `bridge` networking.
0 commit comments