Re: Removal of ID and Date attributes, posted by Stefan Ritt on Mon Mar 14 08:49:44 2022
|
Use the configuration option
List display = Day, Station Type, Start time UTC, ...
as written in the documentation. |
Re: crash with attachment with very long filename, posted by Stefan Ritt on Mon Mar 28 14:04:18 2022
|
Hi Stefano,
well, why in heaven's name do you run 200+ chars file names? I see that they are generated probably automatically, but I guess you will run in all kinds |
Re: "User stamp" icon like Time Stamp in Body, posted by Stefan Ritt on Tue Apr 12 09:06:49 2022
|
<p> </p>
<table align="center" cellspacing="1" style="border:1px solid #486090; width:98%">
|
Re: Download attachments from command line, posted by Stefan Ritt on Tue Apr 19 10:24:47 2022
|
Sure. Just figure out the URL from your browser and then use it in wget, e.g.
wget https://elog.psi.ch/elogs/Forum/220309_175728/elog-3.1.4-1ebfd06c-win64.zip
to download one attachement from this forum. |
Re: PDF preview special steps to enable, posted by Stefan Ritt on Tue May 10 22:40:26 2022
|
I have a PDF file created by root which ImageMagic cannot convert to a .png file. If I do
convert img.pdf img.png
|
Re: Paid version , posted by Stefan Ritt on Thu Jul 7 10:56:39 2022
|
There is only an open source version.
Vasio
wrote:
Good day all , |
Re: Too many redirects when running behind load balancer?, posted by Stefan Ritt on Tue Jul 19 11:13:09 2022
|
Probably you need a setting
URL = https://elog.test.km3net.de
or so in your elogd.cfg file. |
Re: Too many redirects when running behind load balancer?, posted by Stefan Ritt on Tue Jul 19 11:40:59 2022
|
Yeah, after you enter a password, elog redirects to what it finds in "URL". You can trace that by opening "development tools" in
Google Chrome, go to "network" and watch packets going back and forth. I never worked with the load balancer, but maybe you need a different
"URL" containing a '/' at the end? |