mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 15:10:25 +00:00
update
This commit is contained in:
parent
d44efc9001
commit
443c478315
2 changed files with 13 additions and 5 deletions
|
@ -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
|
||||
* -------------------------------------------------------------------------- */
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue