From af92eb6c18aef54164b4abd769f8c0da24979ea1 Mon Sep 17 00:00:00 2001 From: sylvain Date: Fri, 16 May 2025 21:42:18 +0200 Subject: [PATCH] marche --- dockerfile | 1 + src/hubzilla.conf | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 src/hubzilla.conf 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 +