Skip to content

Commit 23d1158

Browse files
author
hywax
committed
docs: proxmox file volumes (#96)
1 parent 554be76 commit 23d1158

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

docs/guide/getting-started.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ docker run --name mafl -p 3000:3000 -v ./config.yml:/app/data/config.yml hywax/m
3232

3333
All possible paths to the container. It is mandatory to specify the `config.yml` config file, everything else can be left by default.
3434

35-
| Путь | Тип | Описание |
35+
| Path | Type | Description |
3636
|------------------------|--------|--------------------------------------------------------|
3737
| `/app/data/config.yml` | File | App configuration - [more](../reference/configuration) |
3838
| `/app/public/icons` | Folder | Local icons - [more](../reference/icons) |
@@ -75,6 +75,16 @@ Configure the application by editing the `config.yml` file:
7575
nano /opt/mafl/data/config.yml
7676
```
7777

78+
### File volumes
79+
80+
All possible paths to the container. It is mandatory to specify the `config.yml` config file, everything else can be left by default.
81+
82+
| Path | Type | Description |
83+
|----------------------------------|--------|--------------------------------------------------------|
84+
| `/opt/mafl/data/data/config.yml` | File | App configuration - [more](../reference/configuration) |
85+
| `/opt/mafl/data/public/icons` | Folder | Local icons - [more](../reference/icons) |
86+
| `/opt/mafl/data/public/favicons` | Folder | Favicon icons - [more](../reference/favicons) |
87+
7888
Many thanks to [@tteck](https://github.com/tteck) for helping me create lxc script.
7989

8090
::: warning Updating errors

docs/ru/guide/getting-started.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,15 @@ yarn preview
6868
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/mafl.sh)"
6969
```
7070

71-
Настройте приложение, отредактировав файл `config.yml`:
71+
### File volumes
72+
73+
Все возможные пути в контейнер. Обязательно нужно указывать файл конфига `config.yml`, все остальное можно оставить по умолчанию.
74+
75+
| Путь | Тип | Описание |
76+
|----------------------------------|--------|--------------------------------------------------------|
77+
| `/opt/mafl/data/data/config.yml` | File | App configuration - [more](../reference/configuration) |
78+
| `/opt/mafl/data/public/icons` | Folder | Local icons - [more](../reference/icons) |
79+
| `/opt/mafl/data/public/favicons` | Folder | Favicon icons - [more](../reference/favicons) |
7280

7381
```shell
7482
nano /opt/mafl/data/config.yml

0 commit comments

Comments
 (0)