[Skip-CI] Further readme updates
This commit is contained in:
parent
d48c9a576b
commit
6d0adc6a6a
1 changed files with 12 additions and 11 deletions
23
README.md
23
README.md
|
@ -7,18 +7,19 @@
|
||||||
|
|
||||||
Delivering cryogen generated static sites with the push of a few buttons.
|
Delivering cryogen generated static sites with the push of a few buttons.
|
||||||
|
|
||||||
c4k-website generates configuration files for nginx webservers, and
|
c4k-website generates configuration files for multiple nginx webservers, and
|
||||||
a cryogen static site generator build container. It automatically downloads a branch.zip from a specified
|
corresponding cryogen static site generator build containers. This automatically downloads a branch.zip
|
||||||
gitea API url. You need an authorization token to access the specified gitea user account.
|
from a specified gitea API url. You need an authorization token to access the specified gitea user
|
||||||
The build container is based on clojure:lein.
|
account. The build container is based on clojure:lein.
|
||||||
|
|
||||||
Following the example in valid-config.edn and valid-auth.edn you can add as many websites as you like (provided you have the DNS Routes set up).
|
Following the example in valid-config.edn and valid-auth.edn you can add as many websites as you like (provided you have the DNS Routes set up). One set of configmaps, deployment, services etc will be created for each element in the :websites and :auth list.
|
||||||
One set of configmaps, deployment, services etc will be created for each element in the :websites and :auth list.
|
|
||||||
|
|
||||||
c4k-website consists of the following parts:
|
Configs generated by c4k-website consists of the following parts:
|
||||||
* unique nginx webserver + service + ingress + certificate
|
|
||||||
* unique build container cron job and build secret
|
* nginx webserver + service + ingress + certificate definitions
|
||||||
* unique volume claim for both
|
* job definition that initially starts a build container
|
||||||
|
* cron job for building and build secret for storing auth data
|
||||||
|
* respective volume claim
|
||||||
|
|
||||||
## Try out
|
## Try out
|
||||||
|
|
||||||
|
@ -50,4 +51,4 @@ Copyright © 2022 meissa GmbH
|
||||||
Licensed under the [Apache License, Version 2.0](LICENSE) (the "License")
|
Licensed under the [Apache License, Version 2.0](LICENSE) (the "License")
|
||||||
Pls. find licenses of our subcomponents [here](doc/SUBCOMPONENT_LICENSE)
|
Pls. find licenses of our subcomponents [here](doc/SUBCOMPONENT_LICENSE)
|
||||||
|
|
||||||
[provs]: https://gitlab.com/domaindrivenarchitecture/provs/-/commits/master
|
[provs]: https://gitlab.com/domaindrivenarchitecture/provs/
|
||||||
|
|
Loading…
Reference in a new issue