Kewjoe

Members
  • Posts

    314
  • Joined

  • Last visited

Posts posted by Kewjoe

  1. 1 hour ago, paulodell said:

    How did you rollback?

     

    1. Remove the current plugin

    2. go to Plugins section > Install Plugins

    3. Enter the below URL and Press "Install"

     

    https://raw.githubusercontent.com/b3rs3rk/gpustat-unraid/6cf1b1e96bc8cd5c1cf7ac8fefea1271d8891e26/gpustat.plg
    

     

  2. I'm using the cloudflare ddns docker. It was working fine, but i noticed today it was not updating my ip with cloudflare any longer. I get the following error in the logs:

     

    ERROR: Failed to update CloudFlare DNS record <redacted zone> from <redacted ip> to ;; connection timed out; no servers could be reached

     

    I've tried restarting the docker. All other dockers or anything else on my unraid server is not having any kind of connectivity issue.

  3. On 8/24/2021 at 10:54 AM, emptyfish said:

    I have a (likely) very basic question on SWAG. I am running several internal applications inside my internal network. Using nextcloud as an example which I do have set up with a domain name, the docker port mappings show up like this:

     

    172.17.0.1:443 > [unraid ip]:[port]

     

    This works fine until I reboot and then Docker may or may not change the IP of the container from 172.17.0.1 to something else. This breaks swag until I go in to the terminal and manually update the configuration file for nextcloud to the new IP address. It's not a huge deal but I feel like I am missing some very obvious step to prevent this from happening. I have tried mapping SWAG's proxy config using the container host name but it never works, it only seems to be able to resolve to the internal IP. Would appreciate any ideas on what I need to update if it's possible to fix this. Thanks!

     

    You shouldn't be using the internal docker IP for any of the configs. You need a custom docker network, then you'll be able to refer to the docker name instead of an IP address.

     

    Check out Ibracorp's video on Docker Custom networks: 

     

     

    or Spaceinvaderone's video on Reverse Proxy with Swag: 

     

  4. Anyone having an issue where embystat doesn't remember your password? i get logged out.. and it won't log me back in. i reset, get the password from log and i get it.. Next time, i try that same password and nothing again. I tried changing it once i get in after resetting to no avail. Every logout requires a password reset. 

  5. @Kewjoe Hey wanted to asked to see if you knew why one of my users data was not encrypted. I try to open it with Notepad++ and it says is encrypted with the "HBEGIN:oc_encryption_module:OC_DEFAULT_MODULE:" ? Is there a way to decrypt the whole folder? I tried to run the command again just for that user and it said it wasent able to because it was not enabled.
    I think you'll be to enable encryption again and try running the decrypt again. Then disable again after.

    Sent from my ONEPLUS A3000 using Tapatalk

  6. 4 hours ago, Squid said:

    The assumption for the "fixed next release" is that regardless of whether the dashboard is continually showing updates available, or never showing updates available is the the docker tab is consistently showing the update status correctly.  If that is correct, then the dashboard is fixed next release (or it should be).  If the docker tab is showing wrong information then you need to post screenshots etc

    Sounds good. Thanks!

  7. On 3/13/2020 at 3:11 PM, Squid said:

    should already be fixed next release

    @Squid I'm seeing the opposite problem. Some of my dockers have updates, but i don't see the "update" button on the main dashboard when i click on a docker with an update. Is that fixed too in the next release?

     

    Edit: Actually I'm seeing both. Dockers with no updates have an update button. Dockers with updates don't have an update button. I see it also in 6.9 Beta 1.

    • Like 1
  8. 1 hour ago, Tucubanito07 said:

    You are the best. Thank you. The files were encypted with the above command. Now i have to wait till it finishes the decryption of the files. Once this is done. Do you know where are the files decrypted too? like a file location, or is it on that users files. If its under the user profile would i just do a move command to a share on my unraid server, then delete the whole dicker container for Nextcloud and MariaDB and start everything fresh, then once i create the users in Nexcloud again i can just move another move of the whole decrypted data into their username and restart the contained and the pictures would show up? Or is there a better way?

    The data is decrypted in place. Wherever you mounted your Nextcloud so /mnt/user/Nextcloud/<username>/files/

     

    You can do it either way. 1) leave the data where it is, wipe your container and your appdata and start over. and just mount the data again. or 2) move the data out, somewhere (verify it looks fine) and wipe it all out and start over.

  9. Would the command look like this? I would run this inside the Nextcloud docker exec correct?
     
    sudo -u abc php7 /config/www/nextcloud/occ Encryption:status
    and then 
    sudo -u abc php7 /config/www/nextcloud/occ encryption:decrypt-all
     
    Yes, exactly.

    Sent from my ONEPLUS A3000 using Tapatalk

  10. 4 hours ago, Tucubanito07 said:

    I tried this already and it did not work for me because the files are encrypted with Nextcloud.   Is there a way to decrypt the files and I can start over from scratch. I do agree is better to start over. Is there a way I can move all the files from each user out of Nextcloud? 

    run occ encryption:status and ensure encryption is enabled. Then run occ encryption:decrypt-all. If it finishes without error and all files are decrypted you can disable encryption.

  11. 6 minutes ago, Tucubanito07 said:

    I tried that command and i got "Encryption is enabled. Aborted." @Kewjoe Also, thank you for all your help. Really appreciated.

     

    Also, do you know what the www-data directory is for? I believe is suppose to be in var/www and i dont see anything on that directory.

    ah. Preview Generator doesn't work when using encryption. I used to be encrypted, but decrypted and disabled it. I realized, i was already on an encrypted drive in unraid, didn't need the double encryption.

     

    can you be more specific about the www-data? Where are you seeing it?

  12. 5 minutes ago, Iceman1199 said:

    Per the config.php file I'm on 16.0.8.1.  I was trying to go to the next available, which was 17-something.  Can't see now as I cannot open the web gui to see.  My end goal is to update to newest stable release.  Thanks again for you help.  

     

    image.png.b350ec3df92784037da2918a0e939281.png

    I don't notice anything wrong. Maybe try upgrading to 16.0.9 first. If that works, then try jumping to 17? https://nextcloud.com/changelog/#latest16

    • Like 1
  13. 2 hours ago, Iceman1199 said:

    Thanks Kewjoe,

     

    Having difficulties understanding this comment by Nick:

     

    So what you could do is:

    Remove the version from the config.php you copy all the time

    Copy the config.php to others.config.php instead of config.php

     

    Do I remove the entire version line, or just remove the version value in place?  Also, I don't have an others.config.php file that I can locate.  Are these steps or different options as well.  I did respond to Nick as well on the Nextcloud forum for clarification. 

     

    To add now, when trying to launch the NextCloud docker I get an Internal Server Error and cannot access the web gui at all.  

     

    Sorry to sound bothersome.  

    Not bothersome. What version are you on? and what are you trying to upgrade to? Can you paste your config.php (remove the sensitive bits)

  14. 29 minutes ago, Tucubanito07 said:

    There is a preview folder but not all the pictures are on there. Is there a way to have it done again? Like is there a command I need to do?

    do a docker exec into the nextcloud container and run the following: sudo -u abc php7 /config/www/nextcloud/occ preview:generate-all

  15. Great. Now i have have encounter a picture problem. The photo comes up in the photo tab at the top of the browser. However, when i click the image, it says error loading? IMG_2852 but i can see it in the gallery. Just weird. 
    In that same app folder, is there a preview folder? You might have to recreate your previews.

    Sent from my ONEPLUS A3000 using Tapatalk

  16. 9 hours ago, Tucubanito07 said:

    I upgraded v ia command line and now i don't have any apps installed on my nextcloud server. Does anyone know where i can look to fix this? I have been searching online and cant find anything. I have tried some suggestions to increase the Fetcher timeout and still does not load. I had Mail app and is no longer there. I also had the TOTP app and now is not there. Please help.

    image.png

    Paste your config.php here (remove all personal options)

  17. 8 hours ago, Iceman1199 said:

    Thank you Kewjoe.  

     

    I followed the step, but when getting to the "Perform the Upgrade" step, I got the following error:

     

    Set log level to debug
    Exception: Updates between multiple major versions and downgrades are unsupported.
    Update failed

    Maintenance mode is kept active
    Reset log level

     

    Any thoughts?  I appreciate all the help. 

     

     

    Try this link: https://help.nextcloud.com/t/updates-between-multiple-major-versions-are-unsupported/7094/13

     

    specifically the comment by nickvergessen

     

    Talks about how the config file might have the wrong version causing the upgrade to fail.

  18. 2 hours ago, Iceman1199 said:

    Hey fam,

     

    I've been looking all over the internet for a bit for this answer and have not been able to find anything that pertains to my situation.  I'm currently on 16.0.8 trying to update to 17.0.4. Once I select the "Open updater" option I get a white page with the writing "Step 3 is currently in process.  Please reload this page later."  It was been stuck like that for almost a month now.  I can provide logs and such if needed, just need to know which ones are required before I start posting a bunch of non-needed logs.  Is anyone able to help me out here?  

     

    Thanks in advance.  

    Upgrade via command line:

     

    • Like 1