This commit is contained in:
Bozhidar 2024-05-17 22:21:40 +03:00
parent d44efc9001
commit 443c478315
2 changed files with 13 additions and 5 deletions

View file

@ -135,6 +135,14 @@
--vp-custom-block-tip-code-bg: var(--vp-c-brand-soft);
}
.custom-block.warning {
--vp-custom-block-warning-bg: none;
--vp-custom-block-warning-border: 1px solid var(--vp-c-warning-1);
--vp-custom-block-warning-text: var(--vp-c-warning-1);
}
.custom-block.warning code {
--vp-custom-block-warning-code-bg: var(--vp-c-gray-2);
}
/**
* Component: Algolia
* -------------------------------------------------------------------------- */

View file

@ -6,11 +6,11 @@ Phyre must be installed on top of a fresh operating system installation to ensur
If on a VPS/KVM, and there is already an admin account, either delete that default admin ID, or use `--force` to continue with the installation. See custom installation below for further details.
:::
| | Minimum | Recommended |
| -------------------- | ---------------------------------------------- | ------------------------------------ |
| **CPU** | 1 core, 64-bit | 4 cores |
| **Memory** | 1 GB (no SpamAssassin and ClamAV) | 4 GB |
| **Disk** | 10 GB HDD | 40 GB SSD |
| | Minimum | Recommended |
| -------------------- |-----------------------| ------------------------------------ |
| **CPU** | 1 core, 64-bit | 4 cores |
| **Memory** | 1 GB (without Docker) | 4 GB |
| **Disk** | 10 GB HDD | 40 GB SSD |
| **Operating System** | Ubuntu 20.04, 22.04 LTS | Latest Ubuntu LTS |
::: warning