diff --git a/dockerfile b/dockerfile index ca74807..71560ec 100644 --- a/dockerfile +++ b/dockerfile @@ -29,6 +29,7 @@ RUN apt-get update && apt-get install -y \ WORKDIR /var/www/html # Clonage du dépôt Hubzilla +RUN rm -r /var/www/html/ RUN git clone https://framagit.org/hubzilla/core.git . && \ mkdir -p store/[data]/smarty3 && \ chown -R www-data:www-data /var/www/html diff --git a/src/hubzilla.conf b/src/hubzilla.conf new file mode 100644 index 0000000..f22afa5 --- /dev/null +++ b/src/hubzilla.conf @@ -0,0 +1,12 @@ + + ServerName yourdomain.com + DocumentRoot /var/www/html + + + AllowOverride All + Require all granted + + + ErrorLog ${APACHE_LOG_DIR}/error.log + CustomLog ${APACHE_LOG_DIR}/access.log combined +