Coder Social home page Coder Social logo

Comments (1)

ItsRainingHP avatar ItsRainingHP commented on July 26, 2024 1

This is old but I am posting for users struggling with Unraid setup. The wiki is confusing and hard to understand. I am posting my settings so others can set this setup successful as it took me several hours to get working (and I find it rather annoying to have to join a discord an hope someone replies). I set up my Logarr to utilize Plex Media Server, Sonarr, Radarr, and Logarr logs successfully.

Results:

image

Step one is to utilize the Unraid-CA supported version which is monitorr/logarr-alpha. You can find this by going to the Unraid Dashboard > Apps > Search "Loggar". Currently, this is a beta version according to the CA store.

image

By default, this will only give you a container port variable of 4000, the /app path, PUID, and PGID. To utilize the other logs you must give permissions to view them. Below are screenshots of my setup with text versions of the paths:

image

Note: I changed my default location for sonarr/radarr. If you are using default parameters for Unraid the Host Path will be /mnt/user/appdata/sonarr/ and /mnt/user/appdata/radarr/ respectively.

Name: Sonarr Logs (optional)
Container Path: /var/log/loggarlogs/sonarr
Host Path: /mnt/user/appdata/config/sonarr/

Name: Radarr Logs (optional)
Container Path: /var/log/loggarlogs/radarr
Host Path: /mnt/user/appdata/config/radarr/

Name: Plex Logs (optional)
Container Path: /var/log/loggarlogs/plex
Host Path: /mnt/user/appdata/plex/Library/Application Support/Plex Media Server/

Name: Config
Container Path: /app
Host Path: /mnt/user/appdata/Logarr

The config.php by default will be in your appdata/Logarr/user data/ folder. You can either edit this manually on your PC with an editor OR utilize Config Editor (unraid CA store)

image

Going to Tools > Config File Editor, using the second text box locate the config.json in the aforementioned user data folder. For example:

image

Copy paste and restart Logarr. Enjoy.

Config.php

    "settings": {
        "rfconfig": "15000",
        "rftime": "60000",
        "rflog": "30000",
        "maxLines": "2000",
        "customHighlightTerms": "error",
        "logRefresh": "false",
        "autoHighlight": "true",
        "jumpOnSearch": "false",
        "liveSearch": "false"
    },
    "preferences": {
        "sitetitle": "Logarr",
        "siteurl": "http:\/\/localhost\/logarr",
        "updateBranch": "alpha",
        "timezone": "Etc\/GMT",
        "timestandard": "False",
        "language": "EN"
    },
    "authentication": {
        "setupEnabled": "true",
        "settingsEnabled": "true",
        "logsEnabled": "true"
    },
    "logs": [
        {
            "logTitle": "Plex",
            "path": "//var//log//loggarlogs//plex//Logs//Plex Media Server.log",
            "enabled": "Yes",
            "category": "Radarr"
        },
        {
            "logTitle": "Logarr",
            "path": "..//data//logs//logarr.log",
            "enabled": "Yes",
            "category": "Logarr"

        },
        {
            "logTitle": "Sonarr",
            "path": "//var//log//loggarlogs//sonarr//logs//sonarr.txt",
            "enabled": "Yes",
            "category": "Sonarr"
        },
        {
            "logTitle": "Radarr",
            "path": "//var//log//loggarlogs//radarr//logs//radarr.txt",
            "enabled": "Yes",
            "category": "Radarr"
        }
    ]
}

from logarr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.