Skip to content

LubeLogger

EszopiCoder edited this page Oct 24, 2025 · 2 revisions

LubeLogger Setup for UGREEN NAS with UGOS

Official LubeLogger Documentation

LubeLogger Installation on UGREEN NAS with UGOS

  1. Go to App Center on UGOS and install Docker. Alternatively, you can install Portainer or other container management software.
  2. Create folders on NAS
    1. Go to Files app and navigate to docker folder
    2. Create a folder and name it lubelogger
    3. Create two subfolders within lubelogger and name them: data and keys
  3. Docker installation
    1. Open Docker app
    2. On the left hand side, click Project and click Create button
    3. In the name field enter: lubelogger
    4. In the compose configuration field, paste the following yaml file
    5. Click Deploy button
  4. Portainer installation
    1. Login to Portainer
    2. On the left hand side, click Home then Live connect
    3. On the left hand side, click Stacks
    4. Click + Add stack button
    5. In the name field enter: lubelogger
    6. In the compose configuration field, paste the following yaml file
    7. Click Deploy the stack button
  5. Go to [NAS IP]:8080 to start using LubeLogger

Clone this wiki locally