mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-07 17:08:53 +01:00
Compare commits
32 Commits
5.4.9-2211
...
5.6.8-2302
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8d77a697df | ||
|
|
8e78295423 | ||
|
|
1bbcede235 | ||
|
|
2fb47a0151 | ||
|
|
827fb0f6e0 | ||
|
|
32bd800846 | ||
|
|
6709d9964f | ||
|
|
24c3f9fcd2 | ||
|
|
f80cd5ce70 | ||
|
|
dae147ad6f | ||
|
|
ae6de116f2 | ||
|
|
8b2b966ab2 | ||
|
|
b2425303f6 | ||
|
|
ccb8047f80 | ||
|
|
66b6a31821 | ||
|
|
bd81c0b44a | ||
|
|
59986c3205 | ||
|
|
269774947b | ||
|
|
64f001f58c | ||
|
|
142839f135 | ||
|
|
74f928b609 | ||
|
|
4877b85128 | ||
|
|
908a2817fb | ||
|
|
618b89cadb | ||
|
|
da706033f6 | ||
|
|
ee98ccea0c | ||
|
|
e3dcead592 | ||
|
|
3c7de94fdd | ||
|
|
43a2c383ff | ||
|
|
19efe662d1 | ||
|
|
51f45a8513 | ||
|
|
f0b55dacf9 |
@@ -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.36+221102"
|
ARG version="3.28.51+230228"
|
||||||
ARG sha256_checksum="c9257ddf102ba5911053e5df41539b7a99ebcdfb017783cd27e2d9c12fa62611"
|
ARG sha256_checksum="02b620eb542a33acee30fba2a4da22c5b2fd9734e3932f5c8d04b6e3ed660cd3"
|
||||||
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.36+221102"
|
ARG version="3.28.51+230228"
|
||||||
ARG sha256_checksum="c9257ddf102ba5911053e5df41539b7a99ebcdfb017783cd27e2d9c12fa62611"
|
ARG sha256_checksum="02b620eb542a33acee30fba2a4da22c5b2fd9734e3932f5c8d04b6e3ed660cd3"
|
||||||
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.36+221102"
|
ARG version="3.28.51+230228"
|
||||||
ARG sha256_checksum="c9257ddf102ba5911053e5df41539b7a99ebcdfb017783cd27e2d9c12fa62611"
|
ARG sha256_checksum="02b620eb542a33acee30fba2a4da22c5b2fd9734e3932f5c8d04b6e3ed660cd3"
|
||||||
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.9+221101"
|
ARG version="5.6.8+230227"
|
||||||
ARG sha256_checksum="945b167e0cc0e690e4566c854924b84f307a0d791fb64762d903472c2c51f692"
|
ARG sha256_checksum="68e559068fa9043c4420f917f219b571d14a5567fb1c82c7c6fb2493bbdec681"
|
||||||
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.9+221101"
|
ARG version="5.6.8+230227"
|
||||||
ARG sha256_checksum="945b167e0cc0e690e4566c854924b84f307a0d791fb64762d903472c2c51f692"
|
ARG sha256_checksum="68e559068fa9043c4420f917f219b571d14a5567fb1c82c7c6fb2493bbdec681"
|
||||||
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.9+221101"
|
ARG version="5.6.8+230227"
|
||||||
ARG sha256_checksum="945b167e0cc0e690e4566c854924b84f307a0d791fb64762d903472c2c51f692"
|
ARG sha256_checksum="68e559068fa9043c4420f917f219b571d14a5567fb1c82c7c6fb2493bbdec681"
|
||||||
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