Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Configuration examples for ELOG, Page 2 of 2  Not logged in ELOG logo
ID Date Author Author Emaildown Category Configuration Name Last Revision
  6   Sat May 3 15:10:25 2003 Stefan Rittstefan.ritt@psi.chCSS FileUpdated default CSS fileMon Mar 22 15:22:21 2004 by Stefan Ritt
I made a new CSS file, which simulated 3D cells using different border 
colors for the four sides of each cell. I plan to put this as the new 
default into the distribution. There is also a new ELOG icon. If anyone 
has a better one, please post it here!

The attached test.html (elog:/3) show the different classes in the CSS 
file, thanks to Etienne Van Caille <etienne.vancaillie@mba.be>.
  10   Mon Mar 22 15:27:07 2004 Stefan Rittstefan.ritt@psi.chDatabase likePersonal Address Book 
The attached simple elogd.cfg implements a personal address book. Since 
version 2.5.2, data can be incorporated into ELOG via the CSV format. This 
way I moved my address data from MS Outlook to ELOG.

The address book is sorted according to the attribute "LastName", and the 
EmailAddress field is converted into a "" link which can be clicked 
to start your email frontend directly. Using the CSV or XML export 
functionality, the address book contents can easily be exported to other 
programs through the "find" page.
  12   Sat May 20 00:54:42 2006 Rajrajelio@yahoo.comPersonal LogbookPeronsal Worklist 
Theme = default
Password file = ######
CSS = tiny.css
Display mode = threaded
Suppress default = 3
Admin user = ######
Self register = 2
Entries per page = 100
Filtered browsing = 0
Entries per page = 8
Reverse sort = 1
Restrict edit = 1
Summary lines = 1
Display Email recipients = 0
Title image URL = http://yoursite.com/
Comment = Raj's Worklist
List Display = Edit, ID, Job Description, Location, Status, Date Entered, Date Closed
Thread Display = $Location, $Job Description, $Date Entered, $Date Closed,
#Start Page = ?Status=2-Open&mode=threaded&sort=Location
Start Page = ?wpwd=1&mode=threaded&Status=2-Open&sort=Location
Date Format = %A, %B %d, %Y
Time Format = %A, %B %d, %Y, %H:%M
Message Height = 6
Attributes = Location, Status, Date Entered, Date Closed, Job Description, Author
Type To Do = Time
Type Date Entered = time
Type Date Closed = time
Options Status = 1-To Do{1}, 2-Open{2}, 3-Closed{3}, 4-Suspended{4}
{1} Preset To Do = $Date
{2} Preset Date Entered = $Date
{3} Preset Date Closed = $Date
{4} Preset Date Closed = $Date
Options Location = Sequim, Port Angeles, All, Secaira
Extendable options = Location,
Page Title = Roger's Worklist - $subject
Option Author = Filled In Automatically
Subst Author = $long_name
Menu Commands = Back, New, Edit, Delete, Reply, Find, Select, Copy to, Move to,

Reverse sort = 1
Quick Filter = Location, Status

Subst on reply subject = Re: $Job Description
Thread display = $subject, posted by $author on $Entry time
Thread icon = Icon
Remove on reply = Author, Author Email
Date format = %B %d, %Y
Preset Author = $long_name
Preset Author Email = $user_email
Locked Attributes = Author
Quick filter = Date, Category, Status
  7   Wed May 7 15:27:49 2003 Thomas SaleinnoneCSS FileCSS file with German commentsMay 07, 2003 by Thomas Salein
Hier noch eine schön einfache CSS-Datei mit deutschen Kommentaren zur 
Funktion der Objekte. Kann immerhin helfen, um zu verstehen, wo man etwas 
einstellen muss.
  20   Wed Apr 2 12:47:07 2025 Liam Gaffneyliam.gaffney@liverpool.ac.ukPublic LogbookNginx config for CERN SSOWed Apr 2 12:50:17 2025 by Liam Gaffney

For those people who are running an elog instance at CERN and need to "hide" it behind the CERN Single Sign On (SSO), I've attached a working nginx.conf file to be used with OKD/PaaS at CERN.

Ideally, you can then configure the elog similar to the below, which will still allow people to register for individual elogs and be approved by an admin user. The usernames are then the CERN SSO usernames...

;
; admin
;
Admin user       = lgaffney
Password file    = /elog-nfs-2/ids_sso.passwd
Authentication   = Webserver, File
allow password change = 0
Login expiration = 0
Self register    = 3

 

  8   Tue May 27 07:43:01 2003 Etienne Van Caillieetienne.vancaillie@mba.beCSS Fileelog css and class namesMon Feb 16 20:45:54 2004 by Stefan Ritt
sample of standard elog css and class name
http://public.mba.be/demo/elog/elog_test_css.htm
  19   Sat Nov 16 03:24:38 2019 Carl Makincarl@stagecraft.cxOthernginx proxy configurationSat Nov 16 03:27:21 2019 by Carl Makin
To put nginx as a proxy in front of elog you need to use the following proxy statements in the nginx config;

This will let you use <site>/elog/ as your URL.

    location /elog/ {
        proxy_pass http://127.0.0.1:8080/;
        proxy_pass_header Set-Cookie;
        proxy_redirect off;
        proxy_set_header Host $host;
    }
  13   Mon Jul 10 21:48:23 2006 Arno Teunissearno.teunisse@hetnet.nl Personal Logbookwebmouse 
trying to write a time keeping system with elog. At work this is done with an Excel Sheet. Was just trying to see if it could be done with elog. And Yes it can be done. There is only one disadvantage : it's very slow in stating up. Has this to do with the large listings I've included into the configutation file , or is there something wrong in my config file.???

Is there somebody with an advice for this one ??
  15   Tue Jul 11 10:24:40 2006 Arno Teunissearno.teunisse@hetnet.nlPersonal Logbookwebmouse 

Stefan Ritt wrote:

Arno Teunisse wrote:
There is only one disadvantage: it's very slow in stating up. Has this to do with the large listings I've included into the configutation file , or is there something wrong in my config file.?


This has to do with the extensive use of conditional attributes. It has been reported by someone else recently and there is a fix: Just upgrade to Version 2.6.1-7 (SVN revision 1696). Also read the note about List conditions in the documentation.


Thanks for you're quick answer. I'm running version SVN 1695 ( which is the latest ) on windows. SVN 1696 is not available for this Operating System.
  17   Tue Jul 11 22:27:25 2006 Arno Teunissearno.teunisse@hetnet.nlPersonal Logbookwebmouse 

Stefan Ritt wrote:

Arno Teunisse wrote:
I'm running version SVN 1695 ( which is the latest ) on windows. SVN 1696 is not available for this Operating System.


It is. Just use Version 2.6.2 which I released just now.



Hello Stefan


Have some problem with elog. just upgraded to version 2.6.2. revision 1699 for windows

Below is the example from the "man-page"

[New_test]
List conditions = 1 /* for version 2.6.2 revision 1699 */

Attributes = PC Name, Operating System, Version, Location, Floor
Options Operating System = Linux{1}, Windows{2}
Options Location = Main Building{a}, New Building{b}, Old Building{c}
{1} Options Version = 2.2, 2.4, 2.6
{2} Options Version = ME, 2k, NT, XP
{a} Options Floor = Ground, First, Second
{b,c} Options Floor = Ground, First


If I use the above on version :
elogd 2.6.1 built Jul 5 2006, 12:49:34 revision 1695
Indexing logbooks ... done
Server listening on port 80 ...

All is working fine . But using verion 2.6.2 revision 1699 , No matter the option : List conditions = 1
The Floor options will not be displayed.

Maybe I'm missing something about the "list display" .

Can you show me a correct example. ??
ELOG V3.1.5-3fb85fa6