diff docker/do_all.sh @ 85:bcba1966e6db

docker: certificate generation + various improvments: - certificate is now auto-generated on first prosody launch is there is not already one - certificate generated on build is removed to avoid image-wide certificate - generated certificates are stored in sat_data - data image is now based on prosody which is itslef based on sat_pubsub - prosody configuration is moved to /etc/prosody/prosody_sat_cfg, and stored in sat_data - building order changed to adapt to new images hierarchy - libervia default configuration set to both without redirection (and with a security warning)
author Goffi <goffi@goffi.org>
date Thu, 18 Feb 2016 17:31:09 +0100
parents b2a09608bd9b
children
line wrap: on
line diff
--- a/docker/do_all.sh	Thu Feb 18 17:23:08 2016 +0100
+++ b/docker/do_all.sh	Thu Feb 18 17:31:09 2016 +0100
@@ -16,7 +16,7 @@
 # You should have received a copy of the GNU Affero General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-DIRS="base media sat_nomedia sat jp primitivus prosody sat_pubsub salut libervia data"
+DIRS="base media sat_nomedia sat jp primitivus sat_pubsub prosody salut libervia data"
 ACCOUNT="salutatoi"
 
 ori_dir=$(pwd)