File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,9 +18,13 @@ issue][issues].
1818Host 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments