ebner 6f794c38c6
All checks were successful
Build and Publish Docker Image / docker (push) Successful in 1m42s
use intranet runners
2025-03-25 19:06:04 +01:00
2025-03-25 19:06:04 +01:00
2025-03-25 14:50:20 +01:00
2024-10-14 17:10:46 +02:00

Configuration

To run elog in a container you need to mount a valid configuration file and a data directory.

elogd.cfg

    volumes:
      - ./elogd.cfg:/usr/local/elog/elogd.cfg:ro

sample config

Further configuration parameters can be found [here] (https://elog.psi.ch/elog/config.html)

[global]
port = 8080

[demo]
Theme = default
Comment = General Linux Tips & Tricks
Attributes = Author, Type, Category, Subject
Options Type = Routine, Software Installation, Problem Fixed, Configuration, Other
Options Category = General, Hardware, Software, Network, Other
Extendable Options = Category
Required Attributes = Author, Type
Page Title = ELOG - $subject
Reverse sort = 1
Quick filter = Date, Type

Data directory

Recommended setup is using a NFS share provided by AIT that has snapshot backups already included. Mount said share to the server and then as docker volume.

    volumes:
      - ./elogd.cfg:/usr/local/elog/elogd.cfg:ro
      - ./logbook-nfs:/var/lib/elog/notebook
Description
No description provided
Readme 30 KiB
Languages
Dockerfile 100%