Skip to content

Commit ccec183

Browse files
committed
#27: add horta-hell
1 parent cb7a01c commit ccec183

5 files changed

Lines changed: 64 additions & 2 deletions

File tree

Readme.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,13 @@ issue][issues].
1818
Host specification
1919
------------------
2020

21-
- [codingteam.org.ru][host-ctor]
21+
- [codingteam.org.ru][hosts/ctor]
22+
- [cthulhu-3][hosts/cthulhu-3]
23+
- [omnissiah][hosts/omnissiah]
2224

23-
[host-ctor]: ctor/Host.md
25+
[hosts/ctor]: ctor/Host.md
26+
[hosts/cthulhu-3]: cthulhu-3/Host.md
27+
[hosts/omnissiah]: omnissiah/Host.md
2428
[schematic]: docs/devops.png
2529

2630
[codingteam.org.ru]: https://codingteam.org.ru

cthulhu-3/Host.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
cthulhu-3
2+
=========
3+
4+
This is a service hosted at [DATA EXPUNGED].
5+
6+
Enabled end-user services:
7+
8+
- [horta-hell][]
9+
10+
[horta-hell]: horta-hell/Readme.md

cthulhu-3/horta-hell/Readme.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[horta-hell][]
2+
==============
3+
4+
First, set up a local directory (it will be
5+
`C:/Users/USERNAME/Docker-Data/horta-hell` in this example) that will store the
6+
horta-hell database and its' configuration file. Copy `horta-properties.example`
7+
to that directory and edit the file accordingly.
8+
9+
How to deploy:
10+
11+
```console
12+
$ $env:horta_hell_data = 'C:/Users/USERNAME/Docker-Data/horta-hell' # Data container location
13+
$ docker-compose up -d
14+
```
15+
16+
[horta-hell]: https://github.com/codingteam/horta-hell
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: '2'
2+
services:
3+
application:
4+
image: revenrof/horta-hell:0.17.3
5+
restart: always
6+
volumes:
7+
- ${horta_hell_data}:/data
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
login=horta-hell
2+
password=password
3+
server=codingteam.org.ru
4+
nickname=horta hell
5+
6+
xmpp.timeout_ms=10000
7+
8+
rooms=sample
9+
sample.room=codingteam@conference.jabber.ru
10+
sample.locale=ru
11+
sample.events=twitter
12+
13+
localization.default=en
14+
15+
storage.url=jdbc:h2:/data/hell
16+
storage.user=sa
17+
storage.password=
18+
19+
twitter.enabled=false
20+
twitter.auth.consumerKey=testkey
21+
twitter.auth.consumerSecret=testsecret
22+
twitter.auth.token=testtoken
23+
twitter.auth.tokenSecret=testtokensecret
24+
25+
pet.rooms=sample

0 commit comments

Comments
 (0)