Posts by vmosin

    I'm planning to but UPS and I'd like to setup OMV7 to shutdown gracefully after power is off.

    What UPS model should I pay attention or what interfaces (rj-45, usb) must UPS support to be compatibility with f.ex. NUT plugin?

    Post the output of lmsensors in your case.

    root@nas:~# sensors

    acpitz-acpi-0

    Adapter: ACPI interface

    temp1: +16.8°C (crit = +20.8°C)

    temp2: +27.8°C (crit = +105.0°C)


    coretemp-isa-0000

    Adapter: ISA adapter

    Package id 0: +32.0°C (high = +80.0°C, crit = +100.0°C)

    Core 0: +30.0°C (high = +80.0°C, crit = +100.0°C)

    Core 1: +28.0°C (high = +80.0°C, crit = +100.0°C)

    Core 2: +28.0°C (high = +80.0°C, crit = +100.0°C)

    Core 3: +29.0°C (high = +80.0°C, crit = +100.0°C)

    Please read: Guide - Custom cpu temp script for openmediavault-cputemp plugin

    After following guide I've get Core 0 working but 1-3 shows same constant 16.8.

    As I see I should fix rule "awk '$1 == "Core" && $2 == "0:" " for correct information about all cores?

    There's no need. These files and folders are only for use by the plugin that runs with the root user. Since you should not modify those files manually you do not need anyone to be able to access those files.

    If you configure a container to create a folder in those directories, such as the /config folder, there will be no problem either, because that folder will be created with the appropriate permissions for the appuser user. You don't need to modify anything.

    Thank you but need some clarification.

    If I set root\root for appdata folder.

    Then created user appuser (that will be in users group) and share read\write access to folder appdata.

    Then I run jellyfin with folder mapping ./config:/config.

    Appuser will have access to folder ./appdata/jellyfin ?

    I'm in setup docker compose plugin according to intructions fom OMV7 https://wiki.omv-extras.org/do…#nextcloud_aio_all_in_one.

    I also pry into manual for OMV6 https://wiki.omv-extras.org/do…v6_plugins:docker_compose.

    And I've noticed difference in field "Group of directories and files". It's "users" in OMV6 and "root" in OMV7.


    What is common used?


    ps. If I plan to create appuser according to instaruction and appuser will be in users group, so I should set fiels as "users"?

    Hello.

    I beginner in NAS and OMV.

    Getting acquainted with OMV, I first installed NextCloud according to the instruction ([How-To] Nextcloud with swag (Letsencrypt) using OMV and docker-compose) from the forum, that is referred from everywhere here. There were some problems, but I solved them.

    Then I tried another OS and decided to return to OMV. But in the process of studying the OS, I saw that many advise installing NextCloud as AIO and I found the official guide https://github.com/nextcloud/all-in-one.

    Tell me, what method is more relevant to install now?

    Need some help.

    I made all actions step by step and get error in final step viewing swag logs.

    I've .ddns.net dyn dns. Router is set to port forward 80\443\450 to nas 81\444\450 port

    Help please.


    docker compose:

    config:

    Cert verification error log:


    docker ps

    Code
    CONTAINER ID   IMAGE                           COMMAND   CREATED          STATUS          PORTS                                                                          NAMES
    38991613fab7   ghcr.io/linuxserver/nextcloud   "/init"   53 minutes ago   Up 53 minutes   80/tcp, 0.0.0.0:450->443/tcp, [::]:450->443/tcp                                nextcloud
    475ab30ce7fb   ghcr.io/linuxserver/mariadb     "/init"   53 minutes ago   Up 53 minutes   3306/tcp                                                                       nextclouddb
    89310c7ca9d7   linuxserver/swag                "/init"   53 minutes ago   Up 44 minutes   0.0.0.0:81->80/tcp, [::]:81->80/tcp, 0.0.0.0:444->443/tcp, [::]:444->443/tcp   swag


    try to telnet local host with OMV

    Code
    C:\Users\user>telnet 192.168.1.209 81
    Connecting To 192.168.1.209...Could not open connection to the host, on port 81: Connect failed