Jörn Friedrich Dreyer
4eabdad540
Revert "update ocis-pkg to v2.0.1 and micro/cli to v2"
...
This reverts commit 83c820e6a7 .
2020-02-10 12:22:42 +01:00
Jörn Friedrich Dreyer
83c820e6a7
update ocis-pkg to v2.0.1 and micro/cli to v2
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2020-02-10 12:17:03 +01:00
Thomas Müller
5390ca28ef
In case the http server cannot be started the error is logged
2020-01-28 11:40:12 +01:00
A.Unger
1b73f3e7be
rename flag to singular
2020-01-27 09:06:32 +01:00
A.Unger
8fc3593a75
Update micro alongside micro to v2, remove cli flags parsing monkeypatch for web-config-apps
2020-01-27 08:58:58 +01:00
David Christofas
0fabe3b0c4
fix: remove flagset options
...
Flagsets are not necessary for initializing the web server/service.
Passing them will cause micro to call the flagset function again which
then overrides the given value with the default value.
Fixes #33
2020-01-22 16:14:07 +01:00
A.Unger
761e114666
use ocis-pkg@master until a new release is out
2020-01-15 15:58:56 +01:00
A.Unger
4155720666
update refs to config.Phoenix.Namespace
2019-12-24 11:43:18 +01:00
A.Unger
5708f07a37
use value from config
2019-12-18 13:11:33 +01:00
A.Unger
b922327074
use http namespace
2019-12-18 12:58:02 +01:00
A.Unger
1a00d102c4
inject cmd flags
2019-12-12 11:09:45 +01:00
Thomas Boerger
690e80aaec
Add back http-root
2019-12-09 16:13:26 +01:00
Thomas Boerger
3498580b7b
Restructure project similar to hello and graph
2019-12-09 16:12:53 +01:00
Thomas Boerger
c25c0324ee
Add test file dummies
2019-09-20 09:23:05 +02:00
Thomas Boerger
ae50f7dcd3
Optionally listen to unix sockets instead of port binding
2019-09-13 14:39:31 +02:00
Thomas Boerger
7eda1b62b0
Add missing dot to comment
2019-09-13 13:22:45 +02:00
Thomas Boerger
39de6f69e4
Drop all config attributes, just serve a config.json
2019-09-11 13:08:33 +02:00
Thomas Boerger
185704bca9
Implement healthcheck command
2019-09-06 13:41:02 +02:00
Thomas Boerger
b6d43661a8
Embed phoenix and serve it
...
So far Phoenix have been embedded into the binary and we can customize
the required config based on flags, env variables and optionally via
config file. For now I'm embedding the whole Phonix content, optherwise
the all-in-one binary `ocis` will get pretty complicated until we add
the generate commands to that repo as well and provide a mechanism to
inject the embedding.
2019-09-06 13:40:18 +02:00
Thomas Boerger
6311fa375b
Update files for new ocis naming
2019-09-05 12:06:07 +02:00
Thomas Boerger
66facde60a
Rename service package to command
2019-09-04 10:18:30 +02:00