Everything posted by Kewjoe
-
[PLUGIN] GPU Statistics
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
-
[PLUGIN] GPU Statistics
I'm having the N/A issue. Running 'cd /usr/local/emhttp/plugins/gpustat/ && php ./gpustatus.php' gave a fatal error. Running 6.11.5, latest Nvidia and GPU Stat plugin. Plugin was working fine since it came out. While running the commands i've attached, there was an Emby transcoding going on. gpustat.txt gpustatus.txt nvidia-smi.xml
-
(Solved) My Servers Error - Graphql is offline
Thanks @ljm42 I had the latest version on both servers. The 'unraid-api restart' fixed it. Needed to run it twice on one of the servers, but now both are working.
-
(Solved) My Servers Error - Graphql is offline
Both of my servers have a message in the dropdown "My Servers Error - Graphql is offline". In the Servers Dashboard on the forum both servers show as offline. I tried logging out and logging back in but it didn't help. Anyone seen this before?
-
[Support] selfhosters.net's Template Repository
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.
-
[Support] Nginx Proxy Manager (NPM) Official
Is this true for everyone? or only @Kopernikus?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
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:
-
[Support] Linuxserver.io - Embystat
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.
-
[Support] Linuxserver.io - Nextcloud
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
-
[Support] Linuxserver.io - Nextcloud
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.
-
[Support] Linuxserver.io - Nextcloud
Yes, exactly. Sent from my ONEPLUS A3000 using Tapatalk
-
[Support] Linuxserver.io - 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.
-
[Support] Linuxserver.io - Nextcloud
@Tucubanito07 I'm not sure. With the amount of problems you're having, I would consider backing up your data and starting over from scratch. Verify your backup to ensure the files aren't encrypted after copying them out.
-
[Support] Linuxserver.io - Nextcloud
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?
-
[Support] Linuxserver.io - Nextcloud
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
-
[Support] Linuxserver.io - Nextcloud
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)
-
[Support] Linuxserver.io - Nextcloud
do a docker exec into the nextcloud container and run the following: sudo -u abc php7 /config/www/nextcloud/occ preview:generate-all
-
[Support] Linuxserver.io - Nextcloud
In that same app folder, is there a preview folder? You might have to recreate your previews. Sent from my ONEPLUS A3000 using Tapatalk
-
[Support] Linuxserver.io - Nextcloud
Nothing looks amiss. What version were you on and what did you update to?
-
[Support] Linuxserver.io - Nextcloud
Paste your config.php here (remove all personal options)
-
[Support] Linuxserver.io - Nextcloud
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.
-
[Support] Linuxserver.io - Nextcloud
Upgrade via command line:
-
[Support] Linuxserver.io - Nextcloud
Hey, sorry took me a while to respond, i was travelling. Thanks for responding. I actually had thought of this and had done what you recommended already. But I realized my issue is my browser! My Only Office was working all along but for some reason my specific Firefox installation is not working with it. Funny enough it works fine in Firefox on Android, also works with Pale Moon. All this effort to troubleshoot and i didn't check the most obvious possible issue
-
[Support] Linuxserver.io - Nextcloud
The error is "ods.mydomain.com refuses to connect" and it's a blank page with the nextcloud menu on top. If I go into only office settings and choose the demo server, it works fine. Sent from my ONEPLUS A3000 using Tapatalk
-
[Support] Linuxserver.io - Nextcloud
Yes. 1) If i go to "onlyoffice.mydomain.com", it gives me the green checkmark and welcome page 2) If I add "onlyoffice.mydomain.com" to the Only Office settings in Nextcloud, it is accepted 3) When i create a new doc or spreadsheet. I just get a blank page and Only Office doesn't launch. Except it isn't 😀