From 23d1158e71e92a0f6b691472da729d0f60336ae0 Mon Sep 17 00:00:00 2001 From: hywax Date: Sat, 27 Apr 2024 14:52:13 +0500 Subject: [PATCH] docs: proxmox file volumes (#96) --- docs/guide/getting-started.md | 12 +++++++++++- docs/ru/guide/getting-started.md | 10 +++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index 397086a..fa397bb 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -32,7 +32,7 @@ docker run --name mafl -p 3000:3000 -v ./config.yml:/app/data/config.yml hywax/m All possible paths to the container. It is mandatory to specify the `config.yml` config file, everything else can be left by default. -| Путь | Тип | Описание | +| Path | Type | Description | |------------------------|--------|--------------------------------------------------------| | `/app/data/config.yml` | File | App configuration - [more](../reference/configuration) | | `/app/public/icons` | Folder | Local icons - [more](../reference/icons) | @@ -75,6 +75,16 @@ Configure the application by editing the `config.yml` file: nano /opt/mafl/data/config.yml ``` +### File volumes + +All possible paths to the container. It is mandatory to specify the `config.yml` config file, everything else can be left by default. + +| Path | Type | Description | +|----------------------------------|--------|--------------------------------------------------------| +| `/opt/mafl/data/data/config.yml` | File | App configuration - [more](../reference/configuration) | +| `/opt/mafl/data/public/icons` | Folder | Local icons - [more](../reference/icons) | +| `/opt/mafl/data/public/favicons` | Folder | Favicon icons - [more](../reference/favicons) | + Many thanks to [@tteck](https://github.com/tteck) for helping me create lxc script. ::: warning Updating errors diff --git a/docs/ru/guide/getting-started.md b/docs/ru/guide/getting-started.md index e0aa498..35d70fb 100644 --- a/docs/ru/guide/getting-started.md +++ b/docs/ru/guide/getting-started.md @@ -68,7 +68,15 @@ yarn preview bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/mafl.sh)" ``` -Настройте приложение, отредактировав файл `config.yml`: +### File volumes + +Все возможные пути в контейнер. Обязательно нужно указывать файл конфига `config.yml`, все остальное можно оставить по умолчанию. + +| Путь | Тип | Описание | +|----------------------------------|--------|--------------------------------------------------------| +| `/opt/mafl/data/data/config.yml` | File | App configuration - [more](../reference/configuration) | +| `/opt/mafl/data/public/icons` | Folder | Local icons - [more](../reference/icons) | +| `/opt/mafl/data/public/favicons` | Folder | Favicon icons - [more](../reference/favicons) | ```shell nano /opt/mafl/data/config.yml