Skip to content

Commit 6f3e9be

Browse files
committed
linter + upd Copyright
1 parent dd15095 commit 6f3e9be

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
<p align="center">
22
<span>English</span> |
3-
<a href="README.ru.md#doposdcape">Pусский</a>
3+
<a href="README.ru.md#readme">Pусский</a>
44
</p>
55

66
---
7+
78
# dopos/dcape
9+
810
> Docker-compose application environment
911
1012
[![GitHub Release][1]][2]
@@ -33,7 +35,7 @@
3335
For solving of above-mentioned tasks **dcape** uses docker-images of the following applications:
3436

3537
* **shared port** - [traefik](https://traefik.io/)
36-
* **database** - [postgresql](https://www.postgresql.org)
38+
* **database** - [postgresql](https://www.postgresql.org)
3739
* **deploy applications remotely** - [drone](https://github.com/drone) (on every computer) and [gitea](https://gitea.io/) on someone
3840
* **manage app configs** - [enfist](https://github.com/apisite/app-enfist)
3941
* **limit access** - [narra](https://github.com/dopos/narra), [gitea](https://gitea.io/) organization used as user group
@@ -55,6 +57,7 @@ See [dopos.github.io/dcape](https://dopos.github.io/en/dcape)
5557
### Deploy app local
5658

5759
Requirements:
60+
5861
* linux computer with docker and **dcape**
5962
* hostnames registered in /etc/hosts or internal DNS (for example - `mysite.dev.lan`, `www.mysite.dev.lan`) pointing to this computer
6063

@@ -74,6 +77,7 @@ That's all - `http://mysite.dev.lan/` and `http://www.mysite.dev.lan/` are worki
7477
### Install dcape without gitea
7578

7679
Requirements:
80+
7781
* linux computer with docker and [dependensies](#Dependensies) installed
7882
* DNS records for wildcard-domain `*.srv1.domain.tld`
7983
* Gitea `$TOKEN` created
@@ -115,9 +119,8 @@ Creating dcape_enfist_1 ... done
115119

116120
That's all - server `srv1.domain.tld` ready for apps deployment, used **dcape** applications are accessible via `https://srv1.domain.tld`.
117121

118-
119122
## License
120123

121124
The MIT License (MIT), see [LICENSE](LICENSE).
122125

123-
Copyright (c) 2017-2020 Aleksei Kovrizhkin <lekovr+dopos@gmail.com>
126+
Copyright (c) 2017-2021 Aleksei Kovrizhkin <lekovr+dopos@gmail.com>

README.ru.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<p align="center">
2-
<a href="README.md#doposdcape">English</a> |
2+
<a href="README.md#readme">English</a> |
33
<span>Pусский</span>
44
</p>
55

66
---
77

88
# dopos/dcape
9+
910
> Среда управления docker-приложениями
1011
1112
[![GitHub Release][1]][2]
@@ -34,7 +35,7 @@
3435
Для решения этих задач в **dcape** используются docker-образы следующих приложений:
3536

3637
* **общий порт** - [traefik](https://traefik.io/)
37-
* **БД** - [postgresql](https://www.postgresql.org)
38+
* **БД** - [postgresql](https://www.postgresql.org)
3839
* **удаленно разворачивать приложения** - [drone](https://github.com/drone) (на каждом компьютере) и на каком-то одном - [gitea](https://gitea.io/) (или аналог)
3940
* **управлять конфигурациями** - [enfist](https://github.com/apisite/app-enfist)
4041
* **ограничивать доступ** - [narra](https://github.com/dopos/narra), в качестве группы пользователей используется организация [gitea](https://gitea.io/)
@@ -56,6 +57,7 @@
5657
### Запуск приложения локально
5758

5859
Требования:
60+
5961
* компьютер с linux, docker и **dcape**
6062
* зарегистрированные (в /etc/hosts или внутреннем DNS) имена для ip компьютера (например - `mysite.dev.lan`, `www.mysite.dev.lan`)
6163

@@ -75,6 +77,7 @@ Creating mysite-dev-lan_www_1 ... done
7577
### Установка dcape без gitea
7678

7779
Требования:
80+
7881
* компьютер с linux, docker и установленными [зависимостями](#зависимости)
7982
* зарегистрированный в DNS для ip этого компьютера wildcard-домен (например - `*.srv1.domain.tld`)
8083
* `$TOKEN` для gitea API
@@ -120,4 +123,4 @@ Creating dcape_enfist_1 ... done
120123

121124
The MIT License (MIT), see [LICENSE](LICENSE).
122125

123-
Copyright (c) 2017-2020 Алексей Коврижкин <lekovr+dopos@gmail.com>
126+
Copyright (c) 2017-2021 Алексей Коврижкин <lekovr+dopos@gmail.com>

0 commit comments

Comments
 (0)