Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testing #183

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ALL_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
- [Baca README dalam bahasa bahasa Indonesia](README_id.md)
- [Прочитать README на русский](README_ru.md)
- [阅读中文(简体)的 README](README_zh_Hans.md)
49 changes: 49 additions & 0 deletions README_ru.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<!--
Важно: этот README был автоматически сгенерирован <https:/YunoHost/apps/tree/master/tools/readme_generator>
Он НЕ ДОЛЖЕН редактироваться вручную.
-->

# LXD для YunoHost

[![Уровень интеграции](https://dash.yunohost.org/integration/lxd.svg)](https://ci-apps.yunohost.org/ci/apps/lxd/) ![Состояние работы](https://ci-apps.yunohost.org/ci/badges/lxd.status.svg) ![Состояние сопровождения](https://ci-apps.yunohost.org/ci/badges/lxd.maintain.svg)

[![Установите LXD с YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=lxd)

*[Прочтите этот README на других языках.](./ALL_README.md)*

> *Этот пакет позволяет Вам установить LXD быстро и просто на YunoHost-сервер.*
> *Если у Вас нет YunoHost, пожалуйста, посмотрите [инструкцию](https://yunohost.org/install), чтобы узнать, как установить его.*

## Обзор

LXD is a next generation system container and virtual machine manager. It offers a unified user experience around full Linux systems running inside containers or virtual machines.

**Поставляемая версия:** 6.1~ynh1

**Демо-версия:** <https://linuxcontainers.org/lxd/try-it/>

## Снимки экрана

![Снимок экрана LXD](./doc/screenshots/LXD-logo.png)

## Документация и ресурсы

- Официальный веб-сайт приложения: <https://linuxcontainers.org/lxd/>
- Официальная документация администратора: <https://linuxcontainers.org/lxd/docs/master/index.html>
- Репозиторий кода главной ветки приложения: <https:/canonical/lxd>
- Магазин YunoHost: <https://apps.yunohost.org/app/lxd>
- Сообщите об ошибке: <https:/YunoHost-Apps/lxd_ynh/issues>

## Информация для разработчиков

Пришлите Ваш запрос на слияние в [ветку `testing`](https:/YunoHost-Apps/lxd_ynh/tree/testing).

Чтобы попробовать ветку `testing`, пожалуйста, сделайте что-то вроде этого:

```bash
sudo yunohost app install https:/YunoHost-Apps/lxd_ynh/tree/testing --debug
или
sudo yunohost app upgrade lxd -u https:/YunoHost-Apps/lxd_ynh/tree/testing --debug
```

**Больше информации о пакетировании приложений:** <https://yunohost.org/packaging_apps>
12 changes: 6 additions & 6 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ ram.runtime = "500M"
[resources]
[resources.sources]
[resources.sources.go]
amd64.url = "https://go.dev/dl/go1.22.6.linux-amd64.tar.gz"
amd64.sha256 = "999805bed7d9039ec3da1a53bfbcafc13e367da52aa823cb60b68ba22d44c616"
i386.url = "https://go.dev/dl/go1.22.6.linux-386.tar.gz"
i386.sha256 = "9e680027b058beab10ce5938607660964b6d2c564bf50bdb01aa090dc5beda98"
arm64.url = "https://go.dev/dl/go1.22.6.linux-arm64.tar.gz"
arm64.sha256 = "c15fa895341b8eaf7f219fada25c36a610eb042985dc1a912410c1c90098eaf2"
amd64.url = "https://go.dev/dl/go1.23.1.linux-amd64.tar.gz"
amd64.sha256 = "49bbb517cfa9eee677e1e7897f7cf9cfdbcf49e05f61984a2789136de359f9bd"
i386.url = "https://go.dev/dl/go1.23.1.linux-386.tar.gz"
i386.sha256 = "cdee2f4e2efa001f7ee75c90f2efc310b63346cfbba7b549987e9139527c6b17"
arm64.url = "https://go.dev/dl/go1.23.1.linux-arm64.tar.gz"
arm64.sha256 = "faec7f7f8ae53fda0f3d408f52182d942cc89ef5b7d3d9f23ff117437d4b2d2f"
armhf.url = "https://go.dev/dl/go1.21.5.linux-armv6l.tar.gz"
armhf.sha256 = "837f4bf4e22fcdf920ffeaa4abf3d02d1314e03725431065f4d44c46a01b42fe"

Expand Down
Loading