Skip to content

Commit

Permalink
docs: proxmox script create
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Mar 5, 2024
1 parent 6405518 commit 61fbc0f
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* [Getting started](#-getting-started)
* [Docker](#docker)
* [Node](#node)
* [Proxmox](#proxmox)
* [Services](#-services)
* [Themes](#-themes)
* [Icons](#-icons)
Expand Down Expand Up @@ -85,6 +86,22 @@ yarn preview

The application will start with a basic configuration, which is located in the `data` folder.

### Proxmox

To create a new Proxmox VE Mafl LXC, run the command below in the Proxmox VE Shell.

```shell
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/mafl.sh)"
```

Configure the application by editing the `config.yml` file:

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

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

## 📊 Services

The basic concept of `Mafl` is to create not just a homepage, but to create an interactive homepage page. You can combine different services with each other. You can combine different services to create the perfect customized homepage for you.
Expand Down
16 changes: 16 additions & 0 deletions docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,19 @@ yarn preview
```

The application will start with a basic configuration, which is located in the `data` folder.

## Proxmox

To create a new Proxmox VE Mafl LXC, run the command below in the Proxmox VE Shell.

```shell
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/mafl.sh)"
```

Configure the application by editing the `config.yml` file:

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

Many thanks to [@tteck](https://github.com/tteck) for helping me create lxc script.
17 changes: 17 additions & 0 deletions docs/ru/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,20 @@ yarn preview
```

Приложение запустится с базовой конфигурацией, которая находится в папке `data`.

## Proxmox

Чтобы создать новый LXC Mafl в Proxmox VE, выполните команду ниже в оболочке Proxmox VE.

```shell
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/mafl.sh)"
```

Настройте приложение, отредактировав файл `config.yml`:

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

Большое спасибо [@tteck](https://github.com/tteck) за помощь в создании скрипта lxc.
```

0 comments on commit 61fbc0f

Please sign in to comment.