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
@@ -0,0 +1,4 @@
{
"label": "Authentication and Identymanagment",
"position": 10
}
44 changes: 44 additions & 0 deletions docs/admin/configuration/collabora.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
sidebar_position: 70
id: collabora
title: Collabora additional fonts
description: How to add additional fonts to Collabora
draft: false
---

# Installing Additional Fonts for Collabora

By default, Collabora Online provides only a limited set of fonts.
To ensure proper document rendering — especially for Microsoft Office documents — you may want to install additional font packages such as `ttf-mscorefonts` or other TrueType/OpenType fonts on your server.

## 1. Access the Server and Update System Packages

Before installing new fonts, make sure your system packages are up to date:

```bash
apt update
```

## 2. Install Microsoft Core Fonts

Install the Microsoft Core Fonts package to add common fonts such as Arial or Comic Sans MS:

```bash
apt install ttf-mscorefonts-installer
```

During the installation, you will be prompted to accept the EULA (End User License Agreement).

<img src={require("./img/collabora/accept-eula.png").default} alt="Accept EULA" width="1920"/>

## 3. Restart Collabora

After the installation is complete, restart your docker-compose setup to apply the changes:

```bash
docker compose restart
```

Once restarted, Collabora will recognize the newly installed fonts, and they will be available when editing documents.

<img src={require("./img/collabora/new-fonts.png").default} alt="New Fonts added" width="1920"/>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/admin/configuration/logging.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 13
sidebar_position: 90
id: logging
title: Logging
description: Logging in OpenCloud
Expand Down
4 changes: 2 additions & 2 deletions docs/admin/configuration/mail-notifications.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
sidebar_position: 9
sidebar_position: 40
id: mail-notifications
title: Mail Notifications
description: How to activate mail notifications in OpenCloud.
description: How to activate mail notifications in OpenCloud
draft: false
---

Expand Down
4 changes: 2 additions & 2 deletions docs/admin/configuration/radicale-integration.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
sidebar_position: 12
sidebar_position: 50
id: radicale-integration
title: Calendar and Contacts Integration with Radicale
description: How to enable Calendar and Contacts integration via Radicale in OpenCloud.
description: How to enable Calendar and Contacts integration via Radicale in OpenCloud
draft: false
---

Expand Down
2 changes: 1 addition & 1 deletion docs/admin/configuration/remove-password-link.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 13
sidebar_position: 80
id: remove-password-from-link
title: Remove mandatory password from public link
description: Remove mandatory password from public link
Expand Down
2 changes: 1 addition & 1 deletion docs/admin/configuration/set-default-quota.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 12
sidebar_position: 30
id: default-user-quota
title: Set default user quota
description: How to set default user quota
Expand Down
2 changes: 1 addition & 1 deletion docs/admin/configuration/storage/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Storage",
"position": 8
"position": 20
}
4 changes: 2 additions & 2 deletions docs/admin/configuration/web-applications.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
sidebar_position: 11
sidebar_position: 60
id: web-applications
title: Web Apps
description: How to enable web applications in OpenCloud.
description: How to enable web applications in OpenCloud
draft: false
---

Expand Down