Ryguy

Members
  • Posts

    20
  • Joined

  • Last visited

Posts posted by Ryguy

  1. Someone please help. I touched nothing in my container, and all of a sudden my items would no longer get marked as watched. I restarted the container and received the following error in the logs.

     


    ───────────────────────────────────────
    GID/UID
    ───────────────────────────────────────

    User UID:    99
    User GID:    100
    ───────────────────────────────────────

    **** Permissions could not be set. This is probably because your volume mounts are remote or read-only. ****
    **** The app may not work properly and we will not provide support for it. ****
    [migrations] started
    [migrations] no migrations found
    usermod: no changes

     

    I am at a loss. I have been trying to sort out the permissions, but performing a chmod -R nobody:users /path to appdata directory does ntohing.

     

    Any suggestions?

  2. 5 hours ago, alexandru360 said:

     

    Nope ... I backed up all my configs, reset everything to default, cloned only deluge[...].conf and restarted swag and for subdomains I get Bad Gateway ... If someone has an idea I'll be all eyes ...

    Just a thought: 
    I saw on another thread here a response from 2019 that Nerd Pack might interfere with swag "mojo" ... is this still the case ?

    Any luck sorting this out???

  3. 1 hour ago, alexandru360 said:

     

    Nope ... I backed up all my configs, reset everything to default, cloned only deluge[...].conf and restarted swag and for subdomains I get Bad Gateway ... If someone has an idea I'll be all eyes ...

    Just a thought: 
    I saw on another thread here a response from 2019 that Nerd Pack might interfere with swag "mojo" ... is this still the case ?

    I’m in the same boat. Same log warnings. Can’t figure this out at all. 

  4. with the latest update, unfortunately all of my reverse proxies are no longer working.

     

    I have it configured to use my own domain, and there is a cname associated to each subdomain. My dynamic dns is resolved with DuckDNS, and I have all of the relevant containers set on proxynet along with the SWAG container.

     

    My logs show that the Server is ready, however it is flagging that the Prox-conf files are out of date. Could this be causing the issue? did the templates change materially?

     

    The containers in use are Bitwardenrs, Nextcloud, and OMbi

  5. 1 hour ago, skois said:

    If you want to map a share via external storages, you don't map it in the docker template.

     

    You just go to external devices and fill the forms.

    You just have the share to be visible on network.

    On host put your server ip address and on share put the share path excluding the /mnt/user/

     

    Sent from my Mi 10 Pro using Tapatalk

     

     

     

    This fixed me up thank you. 

  6. I am trying to share an existing media share on my unraid server using the external storages app. It is my understanding that if I create a Host path to the share in the container settings, I would simply need to configure in the Nextcloud settings for External storages a point to that mapped share and then add the username and password for SMB.

    I keep getting an error when I do so. Can someone point me to instructions on how to setup external storages?

     

  7. 1 hour ago, Hoopster said:

    I have a cron job that runs every Monday at 1 am.  In User Scripts it is 0 1 * * 1.

     

    Yours should be 0 2 * * 4  (perhaps THU also works but I use the ordinal number).  You need a space between each element as well.

    This was the prob. Cheers

  8. 55 minutes ago, Cessquill said:

    In the top left of the page there's a "What Is Cron" line.  Hover over this for a popup of the interpretation that this follows.  Took me a couple of goes to get mine working since there's a few different ways to express the same thing, and not all Cron systems accept the same structure.

    This was very helpful thanks. Got me sorted out completely! 

    • Like 1
  9. 12 minutes ago, Hoopster said:

    I have a cron job that runs every Monday at 1 am.  In User Scripts it is 0 1 * * 1.

     

    Yours should be 0 2 * * 4  (perhaps THU also works but I use the ordinal number).  You need a space between each element as well.

    Thank you will give this a try. 

  10. I have a script that is running great when I manually tell it to do so, or in the background but does not seem to be responding to my custom CRON schedule. I would like it to run every Thursday at 2am so I have set the CRON fiel to be 02**THU. The log however indicates a failure to parse CRON job and goes into a loop.

     

    I saw that weekly is an option, but am unsure how to set the day and time of the weekly schedule. Can someone help?

  11. Can someone ELI5 what the impact of turning off strict port forwarding will have? I don’t use the Privoxy function currently, and only set up so I can obfuscate my location while D/L using the deluge client. 
     

    would using the client without strict port forwarding enabled leave me exposed?