mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-06 16:39:11 +01:00
Compare commits
11 Commits
5.4.8-2210
...
5.4.13-221
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
618b89cadb | ||
|
|
da706033f6 | ||
|
|
ee98ccea0c | ||
|
|
e3dcead592 | ||
|
|
3c7de94fdd | ||
|
|
43a2c383ff | ||
|
|
19efe662d1 | ||
|
|
51f45a8513 | ||
|
|
f0b55dacf9 | ||
|
|
d9eb6aff10 | ||
|
|
d979eb5aa4 |
@@ -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.35+221025"
|
ARG version="3.28.40+221129"
|
||||||
ARG sha256_checksum="f34dd1196da0c098ebad28109deef54a47643451969cc4a839e284fa35c90e66"
|
ARG sha256_checksum="5f208f07b0861070018c3b9901782f58164b0edc5a7dd5f8c08c01c73d5347fa"
|
||||||
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.35+221025"
|
ARG version="3.28.40+221129"
|
||||||
ARG sha256_checksum="f34dd1196da0c098ebad28109deef54a47643451969cc4a839e284fa35c90e66"
|
ARG sha256_checksum="5f208f07b0861070018c3b9901782f58164b0edc5a7dd5f8c08c01c73d5347fa"
|
||||||
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.35+221025"
|
ARG version="3.28.40+221129"
|
||||||
ARG sha256_checksum="f34dd1196da0c098ebad28109deef54a47643451969cc4a839e284fa35c90e66"
|
ARG sha256_checksum="5f208f07b0861070018c3b9901782f58164b0edc5a7dd5f8c08c01c73d5347fa"
|
||||||
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.4.8+221024"
|
ARG version="5.4.13+221128"
|
||||||
ARG sha256_checksum="8445c4f14dee4b16513a19d7e5298e86da885d02823b58ded9905496f558132c"
|
ARG sha256_checksum="71c42e2ff74a49dee9218117c71037985d86d85836a61b109839aa32c39c8832"
|
||||||
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.4.8+221024"
|
ARG version="5.4.13+221128"
|
||||||
ARG sha256_checksum="8445c4f14dee4b16513a19d7e5298e86da885d02823b58ded9905496f558132c"
|
ARG sha256_checksum="71c42e2ff74a49dee9218117c71037985d86d85836a61b109839aa32c39c8832"
|
||||||
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.4.8+221024"
|
ARG version="5.4.13+221128"
|
||||||
ARG sha256_checksum="8445c4f14dee4b16513a19d7e5298e86da885d02823b58ded9905496f558132c"
|
ARG sha256_checksum="71c42e2ff74a49dee9218117c71037985d86d85836a61b109839aa32c39c8832"
|
||||||
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
|
||||||
|
|||||||
@@ -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