Jessie

Members
  • Posts

    268
  • Joined

  • Last visited

Everything posted by Jessie

  1. I am planning a system on a Ryzen 3700x processor with a Gigabyte X570 gaming X motherboard and 32gb ram. The question is, can I use the 2 x m.2 slots for Samsung evo860 500gb m.2 ssd's for the cache? Or should I play safe and use conventional SSD's on the sata ports. The board only has 6 sata connectors and I would like to reserve them for the array.
  2. I think for that one you need to log into gmail web browser and config and enable imap. I think there is also a security setting which must be lowered to allow download to an email client. Then set up the mail client. I havent done a gmail so there might be other criteria.
  3. My fix for that is download database workbench 5. That will let you access the database. There is a table called bruteforce (or similar. Access the data in that table and delete. ie clear it out. Speed will come back.
  4. Yep. That'd explain it. I'm happy with collabora. I think I'll stay there. Thanks for that info.
  5. Hmmm Is the slow pc on wifi vs the others on cable? Or did that pc try to login with few incorrect passwords? There is a feature built in which will slow logins if someone is trying to hack the system. (Bruteforce) That should correct itself in time. What if you login as a different user? Still slow?. That's what happened to me. I'm not sure what will happen in the future. I googled and I got the impression that editing will work on the builtin document server. Will never know until that gets fixed.
  6. If you only have limited users/data, the simplest way would be download all data to a pc client so it is resident on local hard disk. Start up a new nextcloud instance using mariadb, then connect the client to the new instance and it will automatically sync back up again.
  7. Do you have nextcloud, mariadb and letsencrypt on custom proxynet? They all need to be on it.
  8. If you are talking sql lite, load mariadb docker. I only used lite the first time and found it bogs down as soon as you make it do more than 1 thing. There is a full mysql docker floating around. It also works ok.
  9. What happens if you try a different browser? Firefox then chrome would be my first 2 prefs. Edge can give iffy results and cant run the password app. IE? no one should be using ie now. Another maybe is try loading the bruteforce app. Then go to settings and whitelist your modem. ie if your modem address is 192.168.1.1 then add that to the whitelist.
  10. Can you edit on the android device? Or read only?
  11. Thanks for that. I think you are referring to the alleged built in document server. I gave up on that and installed document server docker as per spaceinvaders tutorial. The only difference being there is now a script in letsencrypt to connect/update the certificates automatically. It literally worked out of the box on Pc's (and I assume Macs Linux boxes) I couldn't get it to talk to android/ios devices which was a deal breaker for me. After googling, I also read about lost data, although I don't know whether that pertains to the inbuilt nextcloud document server or the docker. I didn't notice any issues other than the portable device problem personally. I liked the interface. It was nice and fast, but I think I will relegate it to my 2nd server for the time being. Collabora ticks all boxes for me at the moment. I did have an issue with collabora when updating to 18.4 of nextcloud. Could not open documents outside of the local network. Found the fix on GitHub which involved dropping a few tables in the database then reinstalling the app. If anyone wants that I can post it.
  12. Go to your config.php file and have a look at the ip addresses assigned. I suspect you will find your old ip range from the previous address. Change to 192.168.1.*:444. I assume you aren't using letsencrypt.
  13. So I tried out onlyoffice via the docker. Works well but you can't open documents on portable devices. Is this correct or just me? Also will documents open on MAC and Linux pc's? I like the interface. Works well but I switched back to Collabora because everything works in that for me.
  14. Not sure whether relevant but I've just gone through this exercise and had a win. Install the documentserver docker as per spaceinvader tutorial, except don't do the cert copy stuff. Rename the docker to "documentserver" (all lower case), then in linuxservers letsencrypt docker there is a config file ready to go. It will update the certs automatically. Just rename the file without the .sample on the end and restart.
  15. If you are using the letsencrypt docker, there is an nginx reverse proxy built in. You just need to fill in the setup table correctly and then edit a config file for letsencrypt/nginx in appdata. Spaceinvader has a tutorial. If you are using duckdns ddns, there is a docker which will keep your domain alive.
  16. Yes and Yes. It complains about a missing table/index and then crashes. occ:repair fails also. (yeah, i know i got the syntax wrong) Apparently it is not needed in v17 because it runs fine on v17. I found a post re exporting and importing the tables in the database. Will try that later when I get time. I have checked the documentation in relation to users. The commands only pertain to adding/deleting/updating users. Nothing I could see in there to migrate.
  17. I do understand how it works. I was just thinking outside the box. I did say it wouldn't be a good idea.
  18. My working system is running v17. There is some sort of issue in the database which crashes it when I try to go to v18. So I thought I might be able to create a new instance and rebuild which might fix the existing problem. I have tried repairs etc in the existing system but the problem doesn't go away. Other than that, I would like to know how to do it anyway, to build up my skill level.
  19. More specifically, have a look at the size of the docker image. Goto settings docker and have a look at docker volume info. If it looks a bit full, you can turn docker off and increase the size of the container.
  20. Thanks Saarg. I tried that and it did something, but the user database remains missing. Is it possible to recreate the user database via 'occ'? or do I have to manually recreate the users? Not keen on having to manually recreate the users because I am not privvy to their passwords. If I added generic passwords it would break users access and desktop/phone clients.
  21. One possibility is you might be able to run Nethserver as a vm. That would give you domain controller capabilities and it integrates nextcloud as part of the package. Personally haven't tried it yet but intend to soon.
  22. Apologies if someone has answered this. Is there a procedure to rebuild a nextcloud data file from scratch. If I were to create a new nextcloud instance, then copy an existing data store to the drive, are there occ commands to rebuild the user database and the file database from the existing data?
  23. 'trusted_proxies' => ['letsencrypt'], 'overwrite.cli.url' => 'https://nextcloud.your-domain.com/', 'overwritehost' => 'nextcloud.your-domain.com', # 'overwriteprotocol' => 'https', Add the above lines to config.php just above the line 'dbtype' => 'mysql', It is important to setup proxynet in unraid as described by spaceinvader one.
  24. If you access via vpn, just set up a basic installation and access it via the lan ip address. eg set the port to 444 and access via 192.168.xxx.yyy:444. Set to ignore all the security warnings. Option 2 if it is going by the isp gateway, I assume that is your WAN address. You need to use letsencrypt docker to route your no-ip address to the server. If your ISP is feeding you a lan address rather than a true WAN address, that is a different issue.
  25. youtube spaceinvader one has a tutorial on how to fix this.