Add the backup recipe
Also move the Gitea data dir to an attribute
This commit is contained in:
@@ -28,7 +28,7 @@ include_recipe "kosmos-nginx"
|
||||
|
||||
domain = node["kosmos_gitea"]["nginx"]["domain"]
|
||||
|
||||
working_directory = "/var/lib/gitea"
|
||||
working_directory = node["kosmos_gitea"]["working_directory"]
|
||||
git_home_directory = "/home/git"
|
||||
config_directory = "/etc/gitea"
|
||||
gitea_binary_path = "/usr/local/bin/gitea"
|
||||
|
||||
Reference in New Issue
Block a user