Upgrade Sockethub, move proxy to LB/host

This commit is contained in:
2022-03-18 11:10:46 -06:00
parent 9cb77c54db
commit 0cda379c19
11 changed files with 35 additions and 116 deletions

View File

@@ -6,6 +6,7 @@ default_run_list = %w(
kosmos_drone::nginx
kosmos_gitea::nginx
kosmos_website::default
sockethub::proxy
)
env_run_lists(

View File

@@ -6,5 +6,4 @@ default_attributes 'sockethub' => {
run_list %w(
sockethub::default
sockethub::proxy
)