I’m looking to replace the log book at work. I thought somebody must have made a simple docker container that allows someone to put in entries into a database for things like daily activities, guest logs, maybe even tracking fuel deliveries. Is there anything out there or and I going to need to remember how to make websites? Is been at least a decade.

I’m open to any other cloud solution as well.

  • johnnixon@rammy.siteOP
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    A fair question. The goal is to have a dozen different people able to input information. It should have some metadata so I can filter by every type (guest log, significant event, employee late to work, delivery, etc). A flat text file wouldn’t do that. Plus it needs to be pretty idiot proof for the non savvy users.

    • IllecorsA
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      It would if employees could follow a specific format, but that’s a policy thing, I guess. Eg.:

      [001] guest <guestname> arrived
      [025] event of type 025 happened
      ...
      

      etc.

      While I now have to assume git is out of the question, something like Cryptpad might work.