ijuarez

Members
  • Posts

    1673
  • Joined

  • Last visited

Everything posted by ijuarez

  1. update, so disregard all I posted, since I use docker proxynet and mariadb, when mariadb update it grabbed a new ip from proxynet. Therefore nextcloud could not to the database. Fix the issue by correcting the config file in nextcloud. Restarted the nextcloud container and boom is working. Keep on learning.
  2. Haven’t had a chance to check on those logs but I will later tonight. Sent from my iPhone using Tapatalk
  3. I had to look thru a ton of notifications but attached is when it auto updated Sent from my iPhone using Tapatalk
  4. I I am using his docker I was using the other one but I broke it when I tried to set this up as a secondary to play with it. Did a little bit of googling last night and somebody with the same error notice that the permissions or owner of the files got changed and I did notice that a few of the files went from SSHD:root to root:root That was one of the fix is to fix the error however did not fix my problem when I change those to the correct user Exactly what logs are you looking for because I tried to find them and couldn’t find a file with the log in its name Sent from my iPhone using Tapatalk
  5. the docker updated (have all my to auto update) and it broke it,. when i visit my instance i get this Internal Server Error The server encountered an internal error and was unable to complete your request. Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report. More details can be found in the server log. damn it
  6. are you going to use a share on your array?
  7. dang chatid, i needed to know where to find it, I finally got mine working. thanks
  8. its for top secret spying..... I have a network for docker setup to use vpn, because I dont want to have my whole house go out the vpn.
  9. The agony, so my first install fubar my existing nextcloud because I created the same database on top on the existing. My second try everything install including onlyoffice but due to a browser cache issue i wiped it thinking it was something else. my third everything went fine and onlyoffice installed and worked but realize that users were being put into the cache and the amount of data would filled the cache drive, so i wiped it. This final install moved the /data to share but only office does not work because the document server needs and address and it will not take the address that the reverse proxy is working on UGH! On the bright side im getting better at it.
  10. Ok so I have a similar setup, I have a 4 port nic and 3 of those are on a different vlan. So what I wanted was my Sab to go out my vpn but my sonarr and radarr to be on my proxynet but what I found out is that sonarr or radarr could not talked to sab because they were in two different subnets. What I did was enabled bonding on each eth in unraid and it created br0 br1 etc Then on my sonarr and radarr docker I added the following command docker network connect br1 (or whatever the br is) sonarr ( name of the docker) and boom sab was reachable. However when the sonarr/radarr dockers get updated they lose it and I have to run that command again. But in my setup i have a dhcp running for each vlan and when it attaches to the other vlan it grabs an ip and that’s how they are able to talk to each other. Recently while I was looking at the docker advance settings ( docker not running ) I discovered a check box where it gives access from the subnet unraid is at to the docker networks. So that’s maybe something that you could use since you are doing peer to peer Sorry for the novel. Sent from my iPhone using Tapatalk
  11. Sweet mother of Geezus, Fuck I love this forum Thanks Sent from my iPhone using Tapatalk
  12. On last thing, if you put this on your cache drive make sure you map the data to your share otherwise everything you upload will end up on the cache. external storage is ok but not what i want for my users.
  13. last question, does the 10GB is that a direct connection, no dhcp involved?
  14. So spaceinvader has a few videos on how to fix the errors that you in nextcloud There are some warnings regarding your setup. The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the documentation. The "X-Frame-Options" HTTP header is not set to "SAMEORIGIN". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly. The "Strict-Transport-Security" HTTP header is not set to at least "15552000" seconds. For enhanced security, it is recommended to enable HSTS as described in the security tips ↗. The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running "occ db:add-missing-indices" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster. Missing index "calendarobject_calid_index" in table "oc_calendarobjects_props". Missing index "schedulobj_principuri_index" in table "oc_schedulingobjects". Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running 'occ db:convert-filecache-bigint' those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read the documentation page about this. mounts.storage_id mounts.root_id mounts.mount_id Please double check the installation guides ↗, and check for any errors or warnings in the log. Check the security of your Nextcloud over our security scan ↗. Since this is not a LSIO container you can use user abc to run them, does anyone know what is the user that had access to www-data? so the problems can be fixed.
  15. had to reinstall all over, the port 466 issue was a brower cache issue. Solved
  16. hot damn fixed that error, the price you pay for mixing sas and sata drives......sas drive was cheap. is there a way to only have the sas drive spin and the other not?
  17. Do you have the cards setup in unraid? and they are on different subnets?
  18. this is the same problem i am having, i fubar my LSIO docker so i tried this one, the template does not have the variable for the port so you have to add it. container is 80 and then whatever you want your host to be. My issue is that i am using the proxynet that was suggested a long time ago by spaceinvader. So this docket is sitting on my proxynet, with the variable of port 80 container and 446 for host. Cannot access it, keeps telling me connection refused from the unraid wegui. Looked at the documentation and it states that nextcloud runs on port 80 in the container so it should work. I have not being able to tackle the rest of the install because if this odd glitch.
  19. While I love duck duck dns, I would do your own domain name, that’s being said I believe that spaceinvader one has YouTube on LE reverse proxy using Cloudflare. Sent from my iPhone using Tapatalk
  20. If you have a large data from a user using sql lite could be very bad. I lost my first Nextcloud install because I choose to do the sql lite I was transferring so much data that the dB just quit and could not recover. Move to mariadb (MySQL essentially) haven’t had a problem. Just my input. Sent from my iPhone using Tapatalk
  21. thought the same thing, we was in hog heaven when the company moved to 320 on the servers. All them cheetah drives!
  22. is hugepages related to thata hugebitch...... I guess I missed that Linus video.
  23. I wanted onlyoffice this was easier than setting up the another docker and having it connect from my original instance.
  24. This is tempting but I already got a working instance.
  25. Like @BRiT stated, stop any port forwards, any NAT's, power it off give it a new ip do not access it from the publc internet. setup a vpn if you want access it.