Skip to content
Merged
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
13 changes: 13 additions & 0 deletions docs/admin/configuration/web-applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,19 @@ By default, this path is:
opencloud-compose/config/opencloud/apps
```

:::note
If you are adding an app to an already running system, verify whether the `/web/assets/apps` directory exists inside your `$OC_DATA_DIR`.
If it does not exist, create it manually.
:::

### Restart OpenCloud

Restart the OpenCloud stack using the following command:

```bash
docker compose restart
```

### Access in OpenCloud

Once the app is copied to the correct location, it will automatically appear in the OpenCloud interface.
Expand Down