Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Configuration examples for ELOG, Page 1 of 2  Not logged in ELOG logo
Entry   Config Examples (this logbook!), posted by Stefan Ritt on Wed Feb 26 09:24:42 2003 elogd.cfg
This is the configuration from this logbook. There are a few special things:

  • it uses the same password file as the 'forum' logbook
  • it has a guest menu so that people without an account can read it
  • the author and email are automatically taken from the password file
  • a 'last revision' gets updated on each edit
  • entries can only changed by the origial author ('restrict edit = 1')
  • no email notification is sent

Please find the elogd.cfg attached.
Entry   Forum, posted by Stefan Ritt on Wed Feb 26 09:45:23 2003 elogd.txt
This is the configuration of the discussion forum on this server. Special 
things are:

- a guest menu so people without an account can read it
- an entry can only be edited by the original author ('restrict edit = 1')
- the author and email attributes are taken from the password file and
  cannot be changed by the author, thus to make sure who wrote a specific
  entry
- the email notification is sent to all people who registered for it, but
  their email address is not contained in the "To:" field 
  (Omit Email to = 1) so that they don't see each other's email address
  (for security reasons). For the 'from' field in the email, my address
  is used to that people can hit 'reply' on automatic notifications and
  they will reach me.
- The option "Format <attribute>" is used for a compact page display
Entry   Example for accelerator logbook, posted by Stefan Ritt on Wed May 19 00:03:48 2004 elogd.cfg
This is a typical shift logbook, in this case for an accelerator. It
contains following features:

- public read access
- write access only for registered users
- typical attributes for shift logbook
- author and author email get automatically filled in
- no email notification
Entry   Nginx config for CERN SSO, posted by Liam Gaffney on Wed Apr 2 12:47:07 2025 nginx.conf

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

 

Entry   Demo Logbook, posted by Stefan Ritt on Wed Feb 26 09:38:43 2003 elogd.txt
This is the configuration of the 'Demo' logbook coming in the distribution, 
it contains only the most basic options.
Entry   Peronsal Worklist, posted by Raj on Sat May 20 00:54:42 2006 
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
Entry   webmouse, posted by Arno Teunisse on Mon Jul 10 21:48:23 2006 webmouse.cfg
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 ??
    Reply   webmouse, posted by Stefan Ritt on Tue Jul 11 09:10:44 2006 

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.
    Reply   webmouse, posted by Arno Teunisse on Tue Jul 11 10:24:40 2006 

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.
    Reply   webmouse, posted by Stefan Ritt on Tue Jul 11 10:38:44 2006 

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.
ELOG V3.1.5-3fb85fa6