Merge pull request 'Set up coturn, switch from ejabberd in production' (#532) from feature/coturn into master

Reviewed-on: #532
This commit was merged in pull request #532.
This commit is contained in:
2024-02-04 13:46:50 +00:00
9 changed files with 792 additions and 20 deletions

View File

@@ -21,7 +21,6 @@ production_run_list = %w(
kosmos_assets::nginx_site
kosmos_discourse::nginx
kosmos_drone::nginx
kosmos-ejabberd::nginx
kosmos_garage::nginx_web
kosmos_garage::nginx_s3
kosmos_gitea::nginx

5
roles/turn_server.rb Normal file
View File

@@ -0,0 +1,5 @@
name "turn_server"
run_list %w(
kosmos-ejabberd::coturn
)