6 Commits

Author SHA1 Message Date
Philipp Kunz
53572dc470 1.0.4 2019-10-30 19:15:26 +01:00
Philipp Kunz
0b38e1aebc fix(core): update 2019-10-30 19:15:25 +01:00
2ac09687dc 1.0.3 2019-08-08 13:47:50 +02:00
86358dbb12 fix(core): update 2019-08-08 13:47:49 +02:00
a06882d4f8 1.0.2 2018-01-24 17:12:40 +01:00
5bc8e066c6 fix readme and nginx config 2018-01-24 17:12:27 +01:00
5 changed files with 31 additions and 2 deletions

18
npmextra.json Normal file
View File

@@ -0,0 +1,18 @@
{
"gitzone": {
"module": {
"githost": "gitlab.com",
"gitscope": "hosttoday",
"gitrepo": "ht-docker-elk",
"shortDescription": "elastic stack with full basic authentication",
"npmPackagename": "@hosttoday/ht-docker-node",
"license": "MIT"
}
},
"npmci": {
"dockerRegistries": [
"docker.io",
"registry.gitlab.com"
]
}
}

5
package-lock.json generated Normal file
View File

@@ -0,0 +1,5 @@
{
"name": "ht-docker-elk",
"version": "1.0.4",
"lockfileVersion": 1
}

View File

@@ -1,6 +1,6 @@
{
"name": "ht-docker-elk",
"version": "1.0.1",
"version": "1.0.4",
"description": "elastic stack with full basic authentication",
"main": "index.js",
"scripts": {

6
readme.md Normal file
View File

@@ -0,0 +1,6 @@
# hosttoday/ht-docker-elk
This image runs the elastic stack and supports full basic authentication
```
docker run -d --name elstack -p 80:80 -p 443:443 -p 9200:9201 -e SSL=true -e ELSK_USER="anyuser" -e ELSK_PASS="anypass" hosttoday/ht-docker-elk
```

View File

@@ -32,7 +32,7 @@ server {
server {
listen [::]:9201 ssl http2;
listen 443 ssl http2;
listen 9201 ssl http2;
server_name _;