Add cookbook for static asset hosting

Configures assets.kosmos.org, only for webfont hosting for now.
This commit is contained in:
2021-02-25 12:12:41 +01:00
parent 09f0faadda
commit 1c47f9ab27
4 changed files with 76 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
node.default["kosmos_assets"]["domain"] = "assets.kosmos.org"
node.default["kosmos_assets"]["repo"] = "https://gitea.kosmos.org/kosmos/assets.kosmos.org.git"
node.default["kosmos_assets"]["revision"] = "master"