Gareth
06/28/2022, 6:07 AMzackster
06/28/2022, 6:58 AMzackster
06/28/2022, 2:26 PMiknowkungfoo
06/28/2022, 5:07 PMiknowkungfoo
06/28/2022, 5:09 PMzackster
06/28/2022, 5:22 PMAdam Cameron
lucee-server/context/password.txt
. We're currently using a plain-text value here, which is a bit of a security shortcoming, and was wondering if one can provide the hash of the pwd instead of the clear-text one somehow?
Tangentially related, it's not uncommon for Docker images to support environment variables for this sort of thing (eg https://hub.docker.com/_/mysql, and scroll down to "Environment Variables"). The Lucee image page on Dockerhub doesn't mention anything like this, but wondering if there's anything that's just not documented..?
(NB: this is specifically a Lucee question, and nowt to do with how CommandBox might do its own thing even betterer)zackster
07/01/2022, 10:03 AMDean
07/04/2022, 6:08 AMzackster
07/04/2022, 8:25 AMzackster
07/05/2022, 7:39 AMAdam Cameron
this is the remote-client folder right? inthere'slucee-server.xml
I'm curious as to how the mail spool dir ended up with the name<remote-clients directory="{lucee-config}remote-client/"/>
remote-client
. Instead of - maybe - mail-spool
or something a bit more on-point?
However within that dir there is a subdir open
(eg: /usr/local/lib/serverHome/WEB-INF/lucee-web/remote-client/open
) and it seems that's the actual spool dir: I see email objects being created in there, and undelivered emails persist there until I run the task in admin.
Am I reading that right?
NB: that I need to ask questions like this is perhaps indicative that better dir naming might be helpful here. Contrast with CF: cfusion/Mail/Spool
and cfusion/Mail/Undelivr
. Easy to tell what's what there.Ookma-Kyi
07/07/2022, 3:37 AMjohnfarrar
07/08/2022, 2:36 PMCarlos Guzman
07/08/2022, 4:20 PMMatt Dyer
07/08/2022, 4:58 PMFritz
07/09/2022, 10:26 AMWEB CONTEXT (e4d04fcf8f1486030e6781b8ac00870c)
- config:/var/www/opt/lucee/web (custom setting)
- webroot:/var/www
If I do a full build (using --no-cache) it works again, but I don't know where this config path change is coming from.
Any ideas? Thanks a lot!
Cheersminh
07/11/2022, 3:05 AMFritz
07/11/2022, 5:40 PMdocker pull ortussolutions/commandbox
and docker run -p 8080:8080 -p 8443:8443 -v "/path/to/your/app:/app" ortussolutions/commandbox
How can I now access lucee admin? Using localhost:8080/lucee/admin/web.cfm there's nothing.
I think I'm still missing the entry point a bit?!? 🙈
ThanksOokma-Kyi
07/11/2022, 7:01 PMagentk
07/12/2022, 7:29 AM<http://extension.lucee.org|extension.lucee.org>
is down. @zackstertkonzett
07/12/2022, 7:31 AMagentk
07/12/2022, 7:32 AMcubortea
07/12/2022, 7:39 AMcubortea
07/12/2022, 7:39 AMcubortea
07/12/2022, 7:39 AMcubortea
07/12/2022, 7:40 AMalexpixl8
07/12/2022, 7:42 AMalexpixl8
07/12/2022, 7:42 AMagentk
07/12/2022, 7:43 AM