Skip to content

Commit

Permalink
docs: proxmox file volumes (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Apr 27, 2024
1 parent 554be76 commit 23d1158
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
12 changes: 11 additions & 1 deletion docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down Expand Up @@ -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
Expand Down
10 changes: 9 additions & 1 deletion docs/ru/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23d1158

Please sign in to comment.