Jamorro

Members
  • Posts

    15
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Jamorro's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Yeah my first thought aswell but neither binding it or bashing into the container seems to work.
  2. Im trying to get configs to work on the focalboard template since i need enablePublicSharedBoards to be set to true. neither setting it in the template at install or putting the config file in the /data folder or the data/files folder seems to work. The only information from the focalboard docs is "config.json will be read at startup", they also mention a /opt path that seem to error when i set it as an "bad parameter". Any ideas on how to get this running?
  3. where does it put the config file? I cannot seem to be able to get it to read one i created from the appdata/data folder and i found another one while looking directly in the container. However when i look for it in the normal terminal browser i cannot seem to find it...
  4. just installed kibana and i cannot seem to find the config files. Where are they placed as per the standard install and is there a way i can change where its located through a variable?
  5. i had some issues with internal server error after the update aswell. It turned out that my Redis docker had gotten another IP and therefore nextcloud could not connect. The weird thing was that i didnt see any logs regarding this. For you who still have an issue after trying the workarounds on 204 might want to recheck your config file so it still reflects reality. Needless to say my important containers now have fixed ip adresses
  6. i think i have narrowed it down to my redis install or config. It seems to lock me out as soon as i configure it to use that as cache.
  7. did an update to the latest version today and im not locked out of nextcloud both windowsapp (says offline) and webgui. I cannot reset the passwords through the gui either i get an error "could not send reset email please contact administrator" I tried resetting the password and created a new user through occ. I got an email about an admin resetting my password but i cannot login on my admin account or the new account i created. I run redis and mariadb im also usin nginxproxymanager /config/www/nextcloud/config/config.php looks like this anonymized ofc <?php $CONFIG = array ( 'memcache.local' => '\\OC\\Memcache\\Redis', 'datadirectory' => '/data', 'instanceid' => 'occ0pyg1e73h', 'passwordsalt' => 'pass', 'secret' => 'secret', 'memcache.locking' => '\\OC\\Memcache\\Redis', 'redis' => array ( 'host' => '192.168.10.38', 'port' => 6379, ), 'trusted_domains' => array ( 0 => '192.168.10.38:444', 1 => 'server', ), 'dbtype' => 'mysql', 'version' => '21.0.0.18', 'overwrite.cli.url' => 'serverurl', 'overwritehsot' => 'serverurl', 'overwriteprotocol' => 'https', 'dbname' => 'nextcloud', 'dbhost' => '192.168.10.38', 'dbport' => '', 'dbtableprefix' => 'oc_', 'mysql.utf8mb4' => true, 'dbuser' => 'nextcloud', 'dbpassword' => 'pass', 'installed' => true, 'mail_smtpmode' => 'smtp', 'mail_sendmailmode' => 'pipe', 'mail_from_address' => 'server', 'mail_domain' => 'domain', 'mail_smtpauthtype' => 'LOGIN', 'mail_smtpauth' => 1, 'mail_smtphost' => 'send.one.com', 'mail_smtpname' => 'server', 'mail_smtppassword' => 'pass', 'mail_smtpport' => '465', 'mail_smtpsecure' => 'ssl', 'filesystem_check_changes' => 1, 'maintenance' => false, ); The only error i can see is from /nginx/error.log and s over an hour old and hasnt repeated after a full server restart so i dont think its related 2021/05/31 14:15:25 [error] 394#394: *1452 access forbidden by rule, client: 192.168.10.1, server: _, request: "GET /.well-known/assetlinks.json HTTP/1.1", host: "nextcloud.jarvinen.se" 2021/05/31 14:23:00 [error] 402#402: *171 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Class 'OCA\DAV\Connector\Sabre\ExceptionLoggerPlugin' not found in /config/www/nextcloud/remote.php:61 Stack trace: #0 /config/www/nextcloud/remote.php(169): handleException() #1 {main} thrown in /config/www/nextcloud/remote.php on line 61" while reading response header from upstream, client: 192.168.10.1, server: _, request: "PROPFIND /remote.php/dav/files/ovifla/ HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "nextcloud.jarvinen.se" any ideas on what i can do to fix this? Am i missing something? EDIT: found some more errors which does not make much sense to me. {"reqId":"GdMWKqNqERxV0OWVPYZ1","level":3,"time":"2021-05-31T13:10:03+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"--","message":{"Exception":"Error","Message":"Trying to access array offset on value of type null at /config/www/nextcloud/apps/dav/lib/CalDAV/BirthdayService.php#305","Code":0,"Trace":[{"file":"/config/www/nextcloud/apps/dav/lib/CalDAV/BirthdayService.php","line":305,"function":"onError","class":"OC\\Log\\ErrorHandler","type":"::"},{"file":"/config/www/nextcloud/apps/dav/lib/BackgroundJob/GenerateBirthdayCalendarBackgroundJob.php","line":71,"function":"resetForUser","class":"OCA\\DAV\\CalDAV\\BirthdayService","type":"->"},{"file":"/config/www/nextcloud/lib/private/BackgroundJob/Job.php","line":52,"function":"run","class":"OCA\\DAV\\BackgroundJob\\GenerateBirthdayCalendarBackgroundJob","type":"->"},{"file":"/config/www/nextcloud/lib/private/BackgroundJob/QueuedJob.php","line":46,"function":"execute","class":"OC\\BackgroundJob\\Job","type":"->"},{"file":"/config/www/nextcloud/cron.php","line":128,"function":"execute","class":"OC\\BackgroundJob\\QueuedJob","type":"->"}],"File":"/config/www/nextcloud/lib/private/Log/ErrorHandler.php","Line":92,"CustomMessage":"--"},"userAgent":"--","version":"21.0.0.18"}
  8. well completely missed that Thanks! So the only issue i have is that i cannot change the readwrite permissions from under the users tab and that my first account somehow isnt able to access the drives through network share. The network share is a minor problem since new accounts work but the readwrite part is a bit annoying.
  9. if you have post issues you should be seeing fault LED's or codes on the motherboard can you check if you see any such codes? What happends if you shut off unraid instead of using the reboot function?
  10. I have now tried with edge and firefox on 2 computers and in private mode. It also seems unlikely since it doesnt work to login even with new accounts that were created for testing. Would also not explain why my original account doesn't work from the windows explorer but newly created ones do. But that could be an seperate issue. Uninstalled all plugins and rebooted and same result. I can also note that i installed a cache drive and set the mover to transfer files from appdata on the array to the cachedrive. however i dont see how this would affect the loginui.
  11. wait is this a post issue or a boot issue? Like do you get any video at all when trying with unraid?
  12. tried updating to 6.9.0 stable since it was just released but the issue persists. When editing permissions for users under the user tab i get the following error.
  13. hello there I updated to 6.9.0 rc2 and had some issues with user management and shares not working correctly so i downgraded to 6.8.3 again but some issues seem to have persisted. I cannot seem to edit share read/write permissions for users and i cannot log into the webui with any user except for root and i can only login with new users in through the windows explorer. I have tried resetting the users by deleting passwd shadow and smbpasswd from the thumbdrive but my old user (when recreated) still seems to now want to work. The change password feature when used from root does not seem to make a difference either. Any ideas? Included diag below tower-diagnostics-20210302-1001.zip