From 2fd29aa92b745e6fb6859905da5015494d86c5b2 Mon Sep 17 00:00:00 2001 From: designgears Date: Thu, 21 Feb 2019 04:06:47 -0700 Subject: [PATCH 1/2] Update synclounge.yml Fix config to auto join the server it creates, fix domain so invites work properly --- apps/synclounge.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/synclounge.yml b/apps/synclounge.yml index 4fb0ac9..733c3a5 100644 --- a/apps/synclounge.yml +++ b/apps/synclounge.yml @@ -48,6 +48,11 @@ pg_env: UID: 1000 GID: 1000 + DOMAIN: {{pgrole}}.{{domain.stdout}} + autoJoin: true + autoJoinServer: {{pgrole}}.{{domain.stdout}} + serverroot: slserver + webroot: slweb # MAIN DEPLOYMENT ############################################################# - name: 'Deploying {{pgrole}}' From 0bc39766ca1504c5ee655fdb61d6bcb0b1b37028 Mon Sep 17 00:00:00 2001 From: designgears Date: Thu, 21 Feb 2019 06:10:11 -0700 Subject: [PATCH 2/2] Update synclounge.yml I guess the autojoin stuff doesn't work right, removed it --- apps/synclounge.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/synclounge.yml b/apps/synclounge.yml index 733c3a5..c450d36 100644 --- a/apps/synclounge.yml +++ b/apps/synclounge.yml @@ -49,10 +49,6 @@ UID: 1000 GID: 1000 DOMAIN: {{pgrole}}.{{domain.stdout}} - autoJoin: true - autoJoinServer: {{pgrole}}.{{domain.stdout}} - serverroot: slserver - webroot: slweb # MAIN DEPLOYMENT ############################################################# - name: 'Deploying {{pgrole}}'