ID |
Date |
Author |
Author Email |
Category |
Configuration Name |
Last Revision |
4
|
Wed Feb 26 09:45:23 2003 |
Stefan Ritt | stefan.ritt@psi.ch | Public Logbook | Forum | Wed Jul 14 21:49:36 2004 by Stefan Ritt |
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 |
20
|
Wed Apr 2 12:47:07 2025 |
Liam Gaffney | liam.gaffney@liverpool.ac.uk | Public Logbook | Nginx config for CERN SSO | Wed 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
|
9
|
Mon Feb 16 21:10:18 2004 |
Stefan Ritt | stefan.ritt@psi.ch | Database like | Visitor registration | Tue Feb 17 09:41:07 2004 by Stefan Ritt |
This configuration example shows a few of the newly developed advanced
options. We use it at our institute as a visitor registration database.
Before someone from our collaboration visits the institute, she/he has to
register on this public logbook.
Following advanced functionality is used:
- The arrival and departure dates are attributes of type "date". This way
a visitor can select the date from the date picker. In addition, the
entries can be sorted according to the arrival date. Using a quick filter
on arrival date, one can show the new arrivals for the next week, next
month and so on. By adding a bookmark to the browser in the form
http://server.domain/Visitor%20Registration/?Arrival+date=7
one can click on that bookmark to see who will come in the upcoming week.
Using the find page, one can query the database for arbitrary arrival and
departure dates, like "who was here last year between May and July?".
- The "visitor" and "email" attributes are preset with the name and email
of the current user. Of course every user has to register on that logbook
(enabled with "self register = 2")
- The attribute "Home Institute" can be chosen from a list of preset
institutes. Using the home institute as a conditional attribute, the elogd
server fills in automatically the fax number of the institute (see the
list {1},{2}, ...) after it has been selected.
- Email notifications are set up such that on each new registration, an
email is sent to stefan.ritt@psi.ch, and an email is sent to
radiation@psi.ch if the check box "Radiation badge" is checked. Please
change the smtp server host name to make email notifications work.
elog:/1 shows an example entry screen. |
2
|
Wed Feb 26 09:24:42 2003 |
Stefan Ritt | stefan.ritt@psi.ch | Public Logbook | Config Examples (this logbook!) | Thu Jun 2 08:49:24 2005 by Stefan Ritt |
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. |
19
|
Sat Nov 16 03:24:38 2019 |
Carl Makin | carl@stagecraft.cx | Other | nginx proxy configuration | Sat 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;
}
|
6
|
Sat May 3 15:10:25 2003 |
Stefan Ritt | stefan.ritt@psi.ch | CSS File | Updated default CSS file | Mon 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>. |
5
|
Wed Feb 26 10:09:54 2003 |
Stefan Ritt | stefan.ritt@psi.ch | Database like | Demo Database | Mon Mar 22 15:22:05 2004 by Stefan Ritt |
This is the configuration of the demo database on this server. It is also
very basic, with a few exceptions:
- no message text is used (show text = 0)
- no attachments are used (enable attachments = 0)
- in the message listing page, only certain attributes are displayed
(display search = ...)
This database like implementations work a bit like an Excel worksheet.
Attributes are displayed in grid table, and one can click on the column
titles to sort that column. |
3
|
Wed Feb 26 09:38:43 2003 |
Stefan Ritt | stefan.ritt@psi.ch | Personal Logbook | Demo Logbook | Mon Mar 22 15:21:42 2004 by Stefan Ritt |
This is the configuration of the 'Demo' logbook coming in the distribution,
it contains only the most basic options. |
8
|
Tue May 27 07:43:01 2003 |
Etienne Van Caillie | etienne.vancaillie@mba.be | CSS File | elog css and class names | Mon 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 |
1
|
Wed Feb 26 09:07:44 2003 |
Stefan Ritt | stefan.ritt@psi.ch | Other | Welcome | Mon Apr 18 22:43:47 2005 by Stefan Ritt |
Welcome to the "Config Examples" logbook. This database contains elogd.cfg
examples from various users, showing how ELOG can be configured for various
purposes. Feel free to use these configuration files as a starting point
for your own logbook.
To enter a new configuration example, you have to register an account on
the "Forum" logbook, then you can log in with the same username and
password to this database.
Then you are supposed to upload your "elogd.cfg", but I suggest to first
rename it locally to "elogd.txt" and then upload it. This way it gets
automatically displayed below the message body, so people can see the
message body and the contents of the configuration file at the same time.
If you want to revise your entry at a later time, hit 'edit', delete your
old attachment, and submit your new 'elogd.txt' file. |