Skip to content

Commit

Permalink
docs: fix proxmox file volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Apr 27, 2024
1 parent 23d1158 commit 0891abd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ All possible paths to the container. It is mandatory to specify the `config.yml`
| 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) |
| `/opt/mafl/public/icons` | Folder | Local icons - [more](../reference/icons) |
| `/opt/mafl/public/favicons` | Folder | Favicon icons - [more](../reference/favicons) |

Many thanks to [@tteck](https://github.com/tteck) for helping me create lxc script.

Expand Down
4 changes: 2 additions & 2 deletions docs/ru/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/mafl.sh)"
| Путь | Тип | Описание |
|----------------------------------|--------|--------------------------------------------------------|
| `/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) |
| `/opt/mafl/public/icons` | Folder | Local icons - [more](../reference/icons) |
| `/opt/mafl/public/favicons` | Folder | Favicon icons - [more](../reference/favicons) |

```shell
nano /opt/mafl/data/config.yml
Expand Down

0 comments on commit 0891abd

Please sign in to comment.