1
0
Fork 0
mirror of https://github.com/SlavikMIPT/tgcloud.git synced 2025-02-12 11:12:09 +00:00

Добавление документации

Описание концепции
This commit is contained in:
RemiZOffAlex 2018-08-12 19:33:33 +03:00
parent f2b29d4c03
commit 1a96bfd786
12 changed files with 5061 additions and 0 deletions

32
doc/index.html Normal file
View file

@ -0,0 +1,32 @@
<!DOCTYPE html>
<html lang="ru">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="./static/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="./static/css/font-awesome.css" />
<script src="./static/js/jquery-3.3.1.slim.min.js"></script>
<script src="./static/js/popper.min.js"></script>
<script src="./static/js/bootstrap.min.js"></script>
<title>Opensourse Telegram based cloud storage</title>
</head>
<body>
<div class="container">
<h1>Opensourse Telegram based cloud storage</h1>
<h2>Описание концепции</h2>
<ul>
<li>Хранилище централизованное</li>
<li>Для доступа организовывается канал и группа в Telegram</li>
<li>Канал является основным хранилищем файлов</li>
<li>Группа является управляющим каналом между клиентской и серверной частью</li>
<li>Серверная часть работает на VPS в виде отдельного приложения. Серверная часть имеет права админа в канал и занимается управлением файлами</li>
<li>Клиентская часть организует веб-интерфейс для доступа к файлам</li>
</ul>
</div>
</body>
</html>

7
doc/static/css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

2337
doc/static/css/font-awesome.css vendored Normal file

File diff suppressed because it is too large Load diff

BIN
doc/static/fonts/FontAwesome.otf vendored Normal file

Binary file not shown.

BIN
doc/static/fonts/fontawesome-webfont.eot vendored Normal file

Binary file not shown.

2671
doc/static/fonts/fontawesome-webfont.svg vendored Normal file

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 434 KiB

BIN
doc/static/fonts/fontawesome-webfont.ttf vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

7
doc/static/js/bootstrap.min.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

5
doc/static/js/popper.min.js vendored Normal file

File diff suppressed because one or more lines are too long