Commit Graph

8 Commits

Author SHA1 Message Date
Thomas Boerger
3498580b7b Restructure project similar to hello and graph 2019-12-09 16:12:53 +01:00
Thomas Boerger
4985d0d98b Ignore configs except the examples 2019-11-06 10:11:07 +01:00
Thomas Boerger
1b0c737d3b Add example configs 2019-09-16 11:03:18 +02:00
Thomas Boerger
a8ce4461a7 Ignore config.json within config dir 2019-09-13 15:08:24 +02:00
Thomas Boerger
39de6f69e4 Drop all config attributes, just serve a config.json 2019-09-11 13:08:33 +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
47d8c18e69 Lint available yaml files 2019-09-05 13:58:12 +02:00
Thomas Boerger
6a4066d603 Add initial project structure
With this commit I have prepared a full basic project structure, so far
it doesn't embed phoenix itself and also no kit parts. It includes the
whole Drone pipeline to continously publish binaries on push and on tag
to our download mirrors (will be available at
    https://download.owncloud.com/reva/phoenix) and also publishes
Docker images at owncloud/reva-phonix. For the Docker image auto_tag is
enabled, which means latest is always based on the master branch and
tags are automatically converted to minor, major and patch release tags.
2019-09-03 18:10:34 +02:00