Luis Correia
aa26069e9f
Update docker-compose.yml
...
Add note for an option that apparently does nothing the way it is described.
For setting up LDAP only, one must disable Password login option in the admin panel
3 years ago
Lauri Ojansivu
34862810df
Added METRICS_ALLOWED_IP_ADDRESSES settings to Docker/Snap/Source https://github.com/wekan/wekan/wiki/Metrics .
...
Thanks to xet7 !
Related https://github.com/wekan/wekan/pull/4700
3 years ago
William Trelawny
2287758fdc
Update docker-compose.yml
...
revert change made in ca35970f3f
3 years ago
William Trelawny
ca35970f3f
Update docker-compose.yml
...
Added default `PORT=8080` environment variable setting as well as user guidance
3 years ago
Lauri Ojansivu
d470a74a9f
Comment out CentOS 7 specific settings.
...
Thanks to williamtrelawny and xet7 !
Related 054d420dc9
3 years ago
Tobias Wolf
c64a221453
Add support to validate uploaded avatars
3 years ago
Tobias Wolf
b5d311c00c
Add support to validate attachment uploads by an external program
3 years ago
Tobias Wolf
ed3223fedc
Add support to validate attachment uploads by type and size
3 years ago
Lauri Ojansivu
284f440136
OIDC/OAuth2 autologin settings for Docker/Snap/Source/Bundle platforms.
...
Thanks to xet7 !
3 years ago
Lauri Ojansivu
054d420dc9
On CentOS 7 Docker there is seccomp issue with glibc 6, so setting it to unconfined to get WeKan working.
...
Thanks to m-brangeon !
Related #4585 ,
related #4587
3 years ago
Lauri Ojansivu
77d72ae20a
Use MongoDB 5 at docker-compose.yml.
...
Thanks to MongoDB !
3 years ago
David Arnold
3f8a3f26d6
rm ATTACHMENTS_STORE_PATH
3 years ago
Lauri Ojansivu
9238b6620c
Fixed docker-compose.yml WRITABLE_PATH.
...
Thanks to xet7 !
3 years ago
Martin Filser
f94ae76609
Adding WRITABLE_PATH to docker config
3 years ago
David Arnold
a38a78d9a3
rm ATTACHMENTS_STORE_PATH
3 years ago
Lauri Ojansivu
ff13571c71
Add more stack and heap to Node.js at all WeKan platforms.
...
Thanks to xet7 !
Related #3585
3 years ago
Martin Filser
80319b0038
Account configuration of option loginExpirationInDays is now possible
4 years ago
Martin Filser
9868b3b6af
docker-compose, remove /etc/timezone because it's not available on some Linux systems
...
See discussion #4131
4 years ago
Martin Filser
206828b440
Docker: Fix "Failed export and unexpected container restart"
...
- Fixes #4089
Also this was broken too:
docker-compose exec wekandb apt-get update
because /tmp didn't exist, it was introduced by this commit:
1322c1fbbd
4 years ago
Lauri Ojansivu
e3292dd562
Part 2: Docker: Try to fix "Failed export and unexpected container restart". Added timezone and localtime.
...
Thanks to akitzing, mfilser and xet7 !
Fixes #4089
4 years ago
Lauri Ojansivu
ec33d0b34f
Docker: Try to fix "Failed export and unexpected container restart". Added timezone and localtime.
...
Thanks to akitzing, mfilser and xet7 !
Fixes #4089
4 years ago
Lauri Ojansivu
d9adce7b67
Fix Docs: Only MAIL_URL and MAIL_FROM for email settings. Not Admin Panel anymore.
...
Thanks to niklasdahlheimer !
Fixes #4090
4 years ago
Martin Filser
d7479c742f
docker-compose, set localization in docker containers
...
/etc/localtime and /etc/timezone are used for localization
4 years ago
Lauri Ojansivu
ab8e56e16a
Added MAIL_SERVICE settings for Well Known Email Services https://github.com/wekan/wekan/wiki/Troubleshooting-Mail . Please test.
...
Thanks to xet7 !
Fixes #3702
4 years ago
Lauri Ojansivu
fe40f35d6d
LDAP AD Simple Auth: Added settings for all Wekan Standalone (non-Sandstorm) platforms.
...
Thanks to xet7 !
4 years ago
Stefan Maaßen
0555b7e34c
added comment to clarify additional use case of LDAP_DEFAULT_DOMAIN
4 years ago
Stefan Maaßen
4f0c2dafca
removed unnecessary files
4 years ago
Emile NDAGIJIMANA
080fcb9c62
-conflits resolve
4 years ago
Lauri Ojansivu
488b765f95
Added remaining WAIT_SPINNER settings.
...
Thanks to xet7 !
Related https://github.com/wekan/wekan/pull/3858
4 years ago
Martin Filser
4b9f8ab2b1
Adding DEFAULT_WAIT_SPINNER to all environments
4 years ago
Sylvain Pasche
2e41ff1121
Fix typos.
4 years ago
Lauri Ojansivu
5ca90f4d22
Revert stable tag, because it did break Wekan version numbers.
...
Thanks to xet7 !
4 years ago
Lauri Ojansivu
c40668be3f
Added stable tag.
...
Thanks to rynr and xet7 !
Related https://github.com/wekan/wekan/discussions/3691
4 years ago
Lauri Ojansivu
ba05f383ca
Added environment variable `RESULTS_PER_PAGE` to all Wekan platforms.
...
Thanks to xet7 !
4 years ago
n8ores
950e41e8f7
Fix bugs with customFields identified in Issue #3574
...
Fixed bug with the reference to the customFieldValue in the cards.js
Activity Insert was not being passed the listId, swimlaneId which was required when building the webhook text string.
Added customField and customFieldValue as default values for the webhook msgs. There is no good reason to exclude these (they will only be included when changing a customField anyway). Updated the docker-compose comment to reflect this change.
4 years ago
Lauri Ojansivu
4acf852650
Fixed typos in docker-compose.yml.
...
Thanks to farfoodyou and xet7 !
Fixes #3506
4 years ago
Lauri Ojansivu
b1cdcda8ed
Removed quotes from docker-compose.yml settings.
...
Thanks to XL-Reaper, Vinc89 and xet7 !
Related #2490
4 years ago
Lauri Ojansivu
fa51ce6fb0
Update: Docker image builds at Docker Hub work. At Quay does not work.
...
Thanks to xet7 !
4 years ago
Gavin Lilly
e161ada214
Use multi stage build based on Node images
4 years ago
Lauri Ojansivu
f7e85ac86c
Docker builds at Docker Hub seem to work OK.
4 years ago
Lauri Ojansivu
2b2884d996
Try to fix Docker.
5 years ago
Lauri Ojansivu
4537971300
Try to fix Docker on Quay.
...
Thanks to xet7 !
Related #3380
5 years ago
Lauri Ojansivu
5510c2a37d
1) New default: sudo snap set wekan mongo-log-destination='devnull'. Other options: syslog/snapcommon.
...
This should lower amount of disk usage and logs.
2) Tried to fix command: sudo snap set wekan mongo-url='...'
Thanks to xet7 !
Fixes #3059 ,
fixes #2364 ,
fixes wekan/wekan-snap#138 ,
fixes wekan/wekan-snap#113
5 years ago
Lauri Ojansivu
8250cbcf6e
Use latest MongoDB on Docker.
5 years ago
Lauri Ojansivu
d0040754ea
Update Docker upgrade info.
5 years ago
Lauri Ojansivu
22501749da
Note: Docker Hub buils are broken. Only Quay works.
5 years ago
Lauri Ojansivu
55252300c6
Add settings for OAUTH2_CA_CERT that is
...
Optional OAuth2 CA Cert, see https://github.com/wekan/wekan/issues/3299
Thanks to xet7 !
Related #3299 ,
related https://github.com/wekan/wekan/pull/3325
5 years ago
Lauri Ojansivu
ec8a78537f
Login with OIDC OAuth2 Oracle on premise identity manager OIM, with setting ORACLE_OIM_ENABLED=true.
...
Thanks to xet7 !
5 years ago
李李李
d961355016
Update docker-compose.yml
...
yaml.parser.ParserError
5 years ago
Lauri Ojansivu
214c86cc22
Added some CAS and SAML settings. Not tested. Please test and send pull requests if it does not work.
...
See https://github.com/wekan/wekan/wiki/SAML and https://github.com/wekan/wekan/wiki/CAS
Thanks to xet7 !
Related #3204 ,
related #708
5 years ago