Beiträge von shishio

    Hi,


    In the case of NAS drives, be careful with the recording technology they use.
    A couple of years ago a problem arose with some manufacturers using SMR technology without warning in the disc specifications.
    SMR technology is fatal for RAIDs.
    So if they are NAS drives you have to make sure they use PMR or CMR.

    Hi,


    If I understood correctly, you want to prevent access to some of your sites from the Internet.

    You can do this by deleting the corresponding file in the config/nginx/proxy-confs/ directory of swag.

    For portainer it would be the portainer.subdomain.conf file.

    You can also rename it to portainer.subdomain.conf.sample if you don't want to delete it.

    Then restart swag and that's it.

    You will be able to continue accessing portainer from your local network, but not from the internet.

    Hi,


    Currently I use Jellyfin, which also works for video collections.


    For music collections alone I have tried Airsonic, Ampache and Navidrome. I think Navidrome is the one I liked the most for music.


    You can deploy a Navidrome docker, use web browser to access it from PC and it is compatible with most Subsonic/Madsonic/Airsonic clients for android.

    To make it clear, openmediavault does not delete any user data from within the UI because of exactly that situation that some users do not know what they are doing and what are the consequences. This is to protect the users data.


    If your data is gone somehow, then you have run a CLI command that is respnsible for that or a hardware failure.

    Well, if I execute a CLI command that deletes the data, it would be enough to check the bash history to clear up any doubts.

    Here the whole truth is told.


    The other BIG issue I see, is everyone doing everything as root and/or sudo... This to me is absolutely reckless and is a huge pet peeve of mine. I completely disable root SSH on my server... I ssh in as an unprivileged user, and if I need to actually be root, then I just drop to root, do what I need to do, and exit back to my user. My hope is, and up to this point it's worked for me.. if I get a "permission denied" error, it will give me some pause to think about what I'm doing before dropping to root and executing whatever I'm doing.


    "With great power comes great responsibility". ^^;) .

    Probably I shall combine the previews tip with clonezilla.
    Rather than making a backup.
    Not sure clonezilla would port also the UUID (I guess not)
    But I can to the UUID change later after cloning.

    What do you think?


    Some time ago I had the same problem.
    i did the following:
    - Leave only the disk you want to replace and the new disk.
    - Boot the system with a Clonezilla bootable usb.
    - Clone the entire disk to the new disk.
    - Remove the old disk.
    - Since the new disk was larger, boot the system with a Gparted bootable USB and resize the new disk.


    I don't recall having to do anything with the UUID.

    Hi,


    I would like to delete some old kernels on my system, leave the current one and one more for safety.
    What is the recommended procedure?.


    The kernels that I have installed are the following:

    Code
    linux-image-5.10.0-0.bpo.3-amd64
    linux-image-5.10.0-0.bpo.4-amd64
    linux-image-5.10.0-0.bpo.5-amd64
    linux-image-5.4.0-0.bpo.4-amd64
    linux-image-5.6.0-0.bpo.2-amd64
    linux-image-5.7.0-0.bpo.2-amd64
    linux-image-5.8.0-0.bpo.2-amd64
    linux-image-5.9.0-0.bpo.2-amd64
    linux-image-5.9.0-0.bpo.5-amd64
    linux-image-amd64

    Thank.

    ok,


    Are the ports forwarded correctly on your router?

    from internet 443 to lan 450.

    from internet 80 to lan 82.

    did you make the changes to the files and restart letsencrypt?


    letsencrypt log shows "server ready"?

    Duckdns address is wrong.


    It should be: subdomain.duckdns.org

    example: mycloud.duckdns.org


    nextcloud.subdomain.conf:

    server_name nextcloud.*; ---> server_name mycloud.*;


    config.php nextcloud:

    'trusted_proxies' => ['letsencrypt'],

    'overwrite.cli.url' => 'https://mycloud.duckdns.org/',

    'overwritehost' => 'mycloud.duckdns.org',

    'overwriteprotocol' => 'https',

    array (

    0 => '192.168.0.1:444', # This line may look different on your setup, don't modify it.

    1 => 'mycloud.duckdns.org',


    restart nextcloud and letsencrypt containers.

    Hi,


    You should check the following:

    - The nextcloud config.php configuration is correct.

    - Restart nextcloud container.

    - The letsencrypt container is called "letsencrypt".

    - Restart the letsencrypt container after renaming the nextcloud.subdomain.conf.sample file.

    - The mariadb, letsencrypt, nextcloud and duckdns containers on the same custom brigde network.

    In the Network -> Interfaces: enp0s3 adapter with IPv4:DHCP.



    cat /etc/resolv.conf
    before installing docker:

    Code
    root@omv5:~# cat /etc/resolv.conf
    nameserver 192.168.0.1
    root@omv5:~#


    after installing docker:

    Yes, clean installation from omv iso.
    After installation I install OMV-Extras and there is no problem with an aptclean.
    This only happens after installing docker.
    Then I uninstall docker, restart and the problem disappears.


    All this in a virtual machine, I don't know if it will be for that.

    Hi,


    In a clean installation of OMV5, after installing docker from the "Install Docker" button on OMV-Extras. I have the following aptclean error.
    When uninstalling Docker everything returns to normal.


    What am I doing wrong?.


    Thx.


    Hi,


    I have a modest configuration, OMV4, Athlon II X2 250 3.0, 6GB RAM DDR3 and 4TB for data.
    Use FTP, SMB, CUPs, MySQL and NGINX for Nextcloud.
    In my network about 6 devices access the NAS, plus two devices with LibreELEC for multimedia.
    I have no problem with my NAS.
    Your configuration ECS G31T-M7 + Core 2 Duo seems good for what you intend, although I would try to go to the maximum RAM with that board, I think they are 4GB.