Jump to content

kri kri

Members
  • Posts

    247
  • Joined

  • Last visited

Posts posted by kri kri

  1. I am looking for a script to clone a github repo to a folder in my appdata folder. Can someone help me? 

     

    Figured this out, super easy. My example: 

     

    git clone <REPO> /mnt/user/data/ETCETC

  2. On 3/31/2021 at 12:59 PM, bobbintb said:

    Quick question, is there any way to do a selective restore? Typically I have an issue with just one docker app and I end up just manually opening backup file, extracting, and replacing the app folder.

     

    If not, would it be possible to add this? Maybe have the plugin compress each app folder individually and then combine them into one zip.

    I would love to see this added as well. 

  3. Would like to request an enhancement - can you add bulk-downloading to the Pinned apps section as well?

     

    My reasoning is that I pin my main set of dockers I use all the time. I know I can re-install from previous apps, but previous apps has all the one-off dockers I tested and don't use. I also know I can remove them from previous apps, but hey thats work! 

     

     

  4. 19 minutes ago, C4ArtZ said:

    Your JSON syntax is invalid. Make sure it starts after the first "{" and there is a comma after the closing } of "search". It should be indented the same as the entry below it. Sorry, poor choice of words by me. I will change the template description.

    Thanks, does this look right? Sorry my coding skills are non-existent. 

     

     

    Capture.PNG

  5. I added the top line to my config file per the instructions, but I keep getting this error

     

    2021-03-05T16:20:10.068Z vault:message Loading "/config/config.json"...
    2021-03-05T16:20:10.071Z vault:error ERROR when loading config, please fix it. Run your file through a linter before trying again (search for 'JSON/YAML linter' online).
    2021-03-05T16:20:10.071Z vault:error Unexpected string in JSON at position 101

     

    I edited the json file using notepad++ on my windows vm and then copied it back to the config dir in appdata

  6. On 2/3/2021 at 2:04 PM, trig229 said:

    Hey, Just installed the new V2 version, used v1 many months back 

     

    Installed everything ok, the one issue i have is the config is lost whenever i add a new variable to the docker container and start it up. 

    If i perform a stop -> start or restart the config is fine.  Its only when i add a new variable like NVIDIA settings that the config gets wiped out.  I haven't tested this on an unraid reboot.  

     

    I beleive its becuase its not saving the config in the appdata folder for some reason.  The appdata\tdarr folder has the config and log file folders but no files contained in them

     

    Any ideas what im doing wrong?  

     

    Docker.thumb.PNG.c9fef7902c08473531bd9c8fbd7f0a71.PNG

    Can you post your node settings? I am super confused as to how I am supposed to set this up.

  7. Stupid question - do I need both the tdarr and tdarr node installed if I am only using my server? If so which docker do I add my NVidia variables to?

     

    edit - found an answer on reddit, just the node needs GPU

    https://www.reddit.com/r/Tdarr/comments/lc6uhz/unraid_tdarr_tdarr_node/glygt9c?utm_source=share&utm_medium=web2x&context=3

  8. 20 hours ago, akshunj said:

    Each one of those should be a separate command:

    su - archivebox

    cd /data

    archivebox init

    archivebox manage createsuperuser

     

    All done inside of docker console

    Thank you, maybe the documentation can be updated? 

  9. On 11/15/2020 at 6:59 PM, akshunj said:

    Just pulled down the most recent archivebox docker version 0.4.21.  Installed with default settings, then followed these instructions:

     

    https://github.com/A75G/docker-templates/blob/master/README.md#first-installation

     

    No issues.  Everything working perfectly.

    Did you use the console by going to the docker, or did you use the unraid terminal? I am getting errors both ways. 

     

    Docker console:

    root@XXXXX:/data# su - archivebox cd /data archivebox init archivebox manage createsuperuser
    -sh: 0: Can't open cd
    root@XXXXX:/data# 


    Unraid terminal:

    root@Alexandria:~# root@XXXXX:/data# su - archivebox cd /data archivebox init archivebox manage createsuperuser
    -bash: root@XXXXX:/data#: No such file or directory
    root@Alexandria:~# -sh: 0: Can't open cd

×
×
  • Create New...