mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-06 16:39:11 +01:00
Compare commits
35 Commits
3.28.26-22
...
5.4.15-221
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
74f928b609 | ||
|
|
4877b85128 | ||
|
|
908a2817fb | ||
|
|
618b89cadb | ||
|
|
da706033f6 | ||
|
|
ee98ccea0c | ||
|
|
e3dcead592 | ||
|
|
3c7de94fdd | ||
|
|
43a2c383ff | ||
|
|
19efe662d1 | ||
|
|
51f45a8513 | ||
|
|
f0b55dacf9 | ||
|
|
d9eb6aff10 | ||
|
|
d979eb5aa4 | ||
|
|
55d9b48441 | ||
|
|
c0167b9a23 | ||
|
|
6cf8fba820 | ||
|
|
e6b006edfd | ||
|
|
32be5d4370 | ||
|
|
e8818f58e2 | ||
|
|
c7e92149ac | ||
|
|
e8d4216266 | ||
|
|
7597951edf | ||
|
|
d4d89859c1 | ||
|
|
eef6c84c91 | ||
|
|
3117108a47 | ||
|
|
ce612a0bb9 | ||
|
|
f094489674 | ||
|
|
12a8ba2660 | ||
|
|
f3e7c1451a | ||
|
|
66b2708e41 | ||
|
|
5ba0746db1 | ||
|
|
38ba19ffec | ||
|
|
8d54793bf6 | ||
|
|
f8122f286c |
@@ -59,8 +59,8 @@ RUN a2enmod headers rewrite remoteip; \
|
|||||||
# Use the default production configuration
|
# Use the default production configuration
|
||||||
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
|
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
|
||||||
|
|
||||||
ARG version="3.28.26+220829"
|
ARG version="3.28.41+221206"
|
||||||
ARG sha256_checksum="162375ab340fe2952dce760bae65732e797978946075d9263d831a2d36ed7f8d"
|
ARG sha256_checksum="a58300e294cb435abce7d491c888d15ba14160e441547d2f334ca623d38d2358"
|
||||||
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
|
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
|
||||||
ARG USER=root
|
ARG USER=root
|
||||||
ARG LISTEN_PORT=80
|
ARG LISTEN_PORT=80
|
||||||
|
|||||||
@@ -33,8 +33,8 @@ RUN set -ex; \
|
|||||||
tidy \
|
tidy \
|
||||||
zip
|
zip
|
||||||
|
|
||||||
ARG version="3.28.26+220829"
|
ARG version="3.28.41+221206"
|
||||||
ARG sha256_checksum="162375ab340fe2952dce760bae65732e797978946075d9263d831a2d36ed7f8d"
|
ARG sha256_checksum="a58300e294cb435abce7d491c888d15ba14160e441547d2f334ca623d38d2358"
|
||||||
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
|
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
|
||||||
ENV LIMESURVEY_VERSION=$version
|
ENV LIMESURVEY_VERSION=$version
|
||||||
|
|
||||||
|
|||||||
@@ -46,8 +46,8 @@ RUN set -ex; \
|
|||||||
tidy \
|
tidy \
|
||||||
zip
|
zip
|
||||||
|
|
||||||
ARG version="3.28.26+220829"
|
ARG version="3.28.41+221206"
|
||||||
ARG sha256_checksum="162375ab340fe2952dce760bae65732e797978946075d9263d831a2d36ed7f8d"
|
ARG sha256_checksum="a58300e294cb435abce7d491c888d15ba14160e441547d2f334ca623d38d2358"
|
||||||
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
|
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
|
||||||
ENV LIMESURVEY_VERSION=$version
|
ENV LIMESURVEY_VERSION=$version
|
||||||
|
|
||||||
|
|||||||
@@ -60,8 +60,8 @@ RUN a2enmod headers rewrite remoteip; \
|
|||||||
# Use the default production configuration
|
# Use the default production configuration
|
||||||
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
|
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
|
||||||
|
|
||||||
ARG version="5.3.31+220815"
|
ARG version="5.4.15+221212"
|
||||||
ARG sha256_checksum="4edc26ab138eabe7038bdbd62e957949e9745f64e2f68fe20655fe7dbe503ded"
|
ARG sha256_checksum="4be2a071f44997eb88df93b593d5e9e0dba17c380f0c956ddf86c8e3713fafd4"
|
||||||
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
|
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
|
||||||
ARG USER=www-data
|
ARG USER=www-data
|
||||||
ARG LISTEN_PORT=8080
|
ARG LISTEN_PORT=8080
|
||||||
|
|||||||
@@ -34,8 +34,8 @@ RUN set -ex; \
|
|||||||
tidy \
|
tidy \
|
||||||
zip
|
zip
|
||||||
|
|
||||||
ARG version="5.3.31+220815"
|
ARG version="5.4.15+221212"
|
||||||
ARG sha256_checksum="4edc26ab138eabe7038bdbd62e957949e9745f64e2f68fe20655fe7dbe503ded"
|
ARG sha256_checksum="4be2a071f44997eb88df93b593d5e9e0dba17c380f0c956ddf86c8e3713fafd4"
|
||||||
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
|
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
|
||||||
ARG USER=www-data
|
ARG USER=www-data
|
||||||
ENV LIMESURVEY_VERSION=$version
|
ENV LIMESURVEY_VERSION=$version
|
||||||
|
|||||||
@@ -46,8 +46,8 @@ RUN set -ex; \
|
|||||||
tidy \
|
tidy \
|
||||||
zip
|
zip
|
||||||
|
|
||||||
ARG version="5.3.31+220815"
|
ARG version="5.4.15+221212"
|
||||||
ARG sha256_checksum="4edc26ab138eabe7038bdbd62e957949e9745f64e2f68fe20655fe7dbe503ded"
|
ARG sha256_checksum="4be2a071f44997eb88df93b593d5e9e0dba17c380f0c956ddf86c8e3713fafd4"
|
||||||
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
|
ARG archive_url="https://github.com/LimeSurvey/LimeSurvey/archive/${version}.tar.gz"
|
||||||
ARG USER=www-data
|
ARG USER=www-data
|
||||||
ENV LIMESURVEY_VERSION=$version
|
ENV LIMESURVEY_VERSION=$version
|
||||||
|
|||||||
4
Makefile
4
Makefile
@@ -1,6 +1,4 @@
|
|||||||
# .PHONY: apache fpm fpm-alpine
|
RUNTIME?=podman
|
||||||
|
|
||||||
RUNTIME = podman
|
|
||||||
|
|
||||||
apache-lts:
|
apache-lts:
|
||||||
$(RUNTIME) build --pull -t docker.io/martialblog/limesurvey:3-apache 3.0/apache
|
$(RUNTIME) build --pull -t docker.io/martialblog/limesurvey:3-apache 3.0/apache
|
||||||
|
|||||||
@@ -185,6 +185,15 @@ drwxr-xr-x 3 82 82 4096 Jun 3 13:51 surveys
|
|||||||
|
|
||||||
If you are using the Apache2 Images, the default port will now be **8080**. Depending on your setup the port configurations might need adjustment.
|
If you are using the Apache2 Images, the default port will now be **8080**. Depending on your setup the port configurations might need adjustment.
|
||||||
|
|
||||||
|
# Known Issues
|
||||||
|
|
||||||
|
## LimeSurvey behind a reverse proxy with a subdirectory
|
||||||
|
|
||||||
|
When running LimeSurvey behind a reverse proxy with a subdirectory (i.e. example.com/limesurvey), the admin area might not be displayed correctly due to a routing issue. The application will forward you to the base url regardless. See:
|
||||||
|
- https://github.com/martialblog/docker-limesurvey/issues/49
|
||||||
|
- https://github.com/martialblog/docker-limesurvey/issues/127
|
||||||
|
- https://github.com/martialblog/docker-limesurvey/issues/106
|
||||||
|
|
||||||
# References
|
# References
|
||||||
|
|
||||||
- https://www.limesurvey.org/
|
- https://www.limesurvey.org/
|
||||||
|
|||||||
Reference in New Issue
Block a user