From 61fbc0f5d46d1d46a2ad0c264b839a59855b9449 Mon Sep 17 00:00:00 2001 From: hywax Date: Tue, 5 Mar 2024 16:56:39 +0500 Subject: [PATCH] docs: proxmox script create --- README.md | 17 +++++++++++++++++ docs/guide/getting-started.md | 16 ++++++++++++++++ docs/ru/guide/getting-started.md | 17 +++++++++++++++++ 3 files changed, 50 insertions(+) diff --git a/README.md b/README.md index 0e45f14..2d54ec8 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ * [Getting started](#-getting-started) * [Docker](#docker) * [Node](#node) + * [Proxmox](#proxmox) * [Services](#-services) * [Themes](#-themes) * [Icons](#-icons) @@ -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. diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index 6e98b6d..fc4fa05 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -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. diff --git a/docs/ru/guide/getting-started.md b/docs/ru/guide/getting-started.md index e970fc8..3ceca7c 100644 --- a/docs/ru/guide/getting-started.md +++ b/docs/ru/guide/getting-started.md @@ -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. +```