https://github.com/owncloud-ops/limesurvey
Custom container image for LimeSurvey
https://github.com/owncloud-ops/limesurvey
container limesurvey oci
Last synced: 4 months ago
JSON representation
Custom container image for LimeSurvey
- Host: GitHub
- URL: https://github.com/owncloud-ops/limesurvey
- Owner: owncloud-ops
- License: apache-2.0
- Created: 2020-06-02T11:04:28.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-11-18T02:52:49.000Z (8 months ago)
- Last Synced: 2025-11-18T04:25:10.499Z (8 months ago)
- Topics: container, limesurvey, oci
- Language: Shell
- Homepage: https://hub.docker.com/r/owncloudops/limesurvey
- Size: 253 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# limesurvey
[](https://drone.owncloud.com/owncloud-ops/limesurvey)
[](https://hub.docker.com/r/owncloudops/limesurvey)
[](https://quay.io/repository/owncloudops/limesurvey)
Custom container image for [LimeSurvey](https://www.limesurvey.org/de/).
## Ports
- 8080
## Volumes
- /var/www/app/upload
- /var/www/app/plugins
## Environment Variables
```Shell
LIME_ADMIN_USER=admin
LIME_ADMIN_PASSWORD=
LIME_ADMIN_NAME=Administrator
LIME_ADMIN_EMAIL=your-email@example.com
LIME_ADMIN_BOUNCE=your-email@example.com
LIME_DB_USERNAME=limesurvey
LIME_DB_PASSWORD=limesurvey
LIME_DB_HOST=mariadb
LIME_DB_PORT=3306
LIME_DB_NAME=limesurvey
LIME_DB_CHARSET=utf8mb4
LIME_MAILER_URL=mx.example.com
LIME_MAILER_PORT=465
LIME_MAILER_USER=sender
LIME_MAILER_PASSWORD=
LIME_MAILER_ENCRYPTION=ssl
LIME_MAILER_PROTOCOL=smtp
LIME_ENCRYPTION_KEYPAIR=
LIME_ENCRYPTION_PUBLIC_KEY=
LIME_ENCRYPTION_SECRET_KEY=
LIME_ENCRYPTION_NONCE=
LIME_ENCRYPTION_SECRET_BOX_KEY=
LIME_SSL_DISABLE_ALERT=false
# This variable need to be set to enable LDAP queries
LIME_LDAP_QUERY_SERVER=
LIME_LDAP_QUERY_PORT=389
LIME_LDAP_QUERY_ENCRYPTION=none
LIME_LDAP_QUERY_PROTOVERSION=ldapv2
LIME_LDAP_QUERY_REFERALS=false
LIME_LDAP_QUERY_BINDDN=
LIME_LDAP_QUERY_BINDPW=
LIME_LDAP_QUERY_GROUPLIST=
LIME_LDAP_QUERY__NAME=
LIME_LDAP_QUERY__USERBASE=
LIME_LDAP_QUERY__USERFILTER=(&(objectClass=inetOrgPerson))
LIME_LDAP_QUERY__USERSCOPE=sub
LIME_LDAP_QUERY__FIRSTNAME_ATTR=givenname
LIME_LDAP_QUERY__LASTNAME_ATTR=sn
LIME_LDAP_QUERY__EMAIL_ATTR=mail
LIME_DEBUG=0
LIME_DEBUG_SQL=0
```
## Build
You could use the `BUILD_VERSION` to specify the target version.
```Shell
docker build -f Dockerfile -t limesurvey:latest .
```
## License
This project is licensed under the Apache 2.0 License - see the [LICENSE](https://github.com/owncloud-ops/limesurvey/blob/main/LICENSE) file for details.