[matomo] Revamp project root tree format
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [matomo] Revamp project root tree format
- Date: Fri, 25 Mar 2022 22:02:03 +0000 (UTC)
commit 51bc1781bb4e2218b82c44ff30e04fef10f9e5ac
Author: Andrea Veri <averi redhat com>
Date: Fri Mar 25 22:58:46 2022 +0100
Revamp project root tree format
matomo/Dockerfile => Dockerfile | 3 +-
matomo/archive.sh => archive.sh | 0
matomo/ipa-ca.crt => ipa-ca.crt | 0
nginx/nginx.conf => nginx.conf | 0
nginx/Dockerfile | 7 -
matomo/start.sh => start.sh | 0
templates/matomo.yaml | 288 ----------------------------------------
7 files changed, 2 insertions(+), 296 deletions(-)
---
diff --git a/matomo/Dockerfile b/Dockerfile
similarity index 96%
rename from matomo/Dockerfile
rename to Dockerfile
index 23e4727..a660fbb 100644
--- a/matomo/Dockerfile
+++ b/Dockerfile
@@ -3,7 +3,7 @@ FROM matomo:4-fpm
USER root
RUN apt-get update && \
- apt-get install -y git build-essential automake libtool autoconf unzip
+ apt-get install -y git build-essential automake libtool autoconf unzip nginx-light
RUN git clone --recursive https://github.com/maxmind/libmaxminddb && \
cd libmaxminddb && \
@@ -39,5 +39,6 @@ RUN mkdir -p /opt/matomo/extra-plugins && \
ADD start.sh /start.sh
ADD archive.sh /archive.sh
+ADD nginx.conf /etc/nginx/nginx.conf
CMD ["/start.sh"]
diff --git a/matomo/archive.sh b/archive.sh
similarity index 100%
rename from matomo/archive.sh
rename to archive.sh
diff --git a/matomo/ipa-ca.crt b/ipa-ca.crt
similarity index 100%
rename from matomo/ipa-ca.crt
rename to ipa-ca.crt
diff --git a/nginx/nginx.conf b/nginx.conf
similarity index 100%
rename from nginx/nginx.conf
rename to nginx.conf
diff --git a/matomo/start.sh b/start.sh
similarity index 100%
rename from matomo/start.sh
rename to start.sh
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]