4 Commits

Author SHA1 Message Date
Philipp Kunz
877fd08bae 1.0.7 2019-10-30 19:19:55 +01:00
Philipp Kunz
5fc8b1e769 fix(core): update 2019-10-30 19:19:55 +01:00
Philipp Kunz
5dad6bcfb8 1.0.6 2019-10-30 19:17:42 +01:00
Philipp Kunz
2505abdf7c fix(core): update 2019-10-30 19:17:41 +01:00
3 changed files with 8 additions and 3 deletions

2
package-lock.json generated
View File

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

View File

@@ -1,10 +1,10 @@
{ {
"name": "ht-docker-elk", "name": "ht-docker-elk",
"version": "1.0.5", "version": "1.0.7",
"description": "elastic stack with full basic authentication", "description": "elastic stack with full basic authentication",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\"",
"build": "echo \"Not needed for now\"" "build": "echo \"Not needed for now\""
}, },
"repository": { "repository": {

View File

@@ -18,6 +18,11 @@ elastic stack with full basic authentication
## Usage ## Usage
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
```
## Contribute ## Contribute
We are always happy for code contributions. If you are not the code contributing type that is ok. + Still, maintaining Open Source repositories takes considerable time and thought. If you like the quality of what we do and our modules are useful to you we would appreciate a little monthly contribution: [Contribute monthly :)](https://lossless.link/contribute) We are always happy for code contributions. If you are not the code contributing type that is ok. + Still, maintaining Open Source repositories takes considerable time and thought. If you like the quality of what we do and our modules are useful to you we would appreciate a little monthly contribution: [Contribute monthly :)](https://lossless.link/contribute)