Beiträge von Ghost_Orchid

    I think a good way of doing both would be to write a function that looks for a named file in the root file system. Something like I_TAKE_RESPONSIBILITY, and have it check the first line of said file.


    if (!file_exists){

    warning on,

    }elseif{

    (file_exists){

    read first line

    if(first line = TRUE){

    warning off,

    }

    }

    }


    I mean if they read the directions, then create a file and then put true in said file, who could they blame other than themselves at that point??


    Also no, I don't know how to program. Used to in another life, but those days are far removed. So the above thing is just to get my idea across.

    This post is going to be way longer than I really want.. but here goes..

    But this brings me to another point, especially for those of you struggling with disk id's, long numbers, etc... symlinks. omv-extras has a super simple symlinks plugin that will let you create simple, easy to remember paths, in the webUI. I've been doing this for a bit, and honestly because I keep my paths very consistent, I can do most docker-compose/stack files, with very little thought as it pertains to volumes


    So if you're struggling with paths, etc... again, LEARN SYMLINKS. I'd tell you that even w/o a plugin, as symlinks are pretty easy to create at the command line.


    WAIT..... so you mean to tell me I've been creating all my symlinks by hand for no reason?! LOL, just about to setup an OMV 6 server... Gonna have to look into this! I've only ever run to the very bottom and selected extras and reset perms... guess I should "stop and smell the roses every now and again". :P


    Thx for the tip. :thumbup:

    Is there a docker app that can be used for direct downloads from webpages (like transmission only non-torrent).


    As an example: send download link to server of the latest Nvidia Graphics driver, and have the server download that file to it's downloads folder. Then each client that wants the Nvidia files can then transfer them from the server.


    Thx,
    Ghost