tomibi

Members
  • Posts

    4
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by tomibi

  1. You need to fix the Permission of the ubooquity appdata folder. You only have read Permissions, after giving the folder write permissions you can copy the themes.
  2. I have the same Problem with my nextcloud. It looks like the Document Server updated app to not work properly. I solved this by disabled the "Document Server" with the terminal. Open the nexcloud terminal window and type this command Lists all your current isntalled apps occ app:list then I searched for the Document Server and used this command to disable it. occ app:disable documentserver_community Now I can login to nextcloud and see the user interface again.
  3. Go to this folder and edit the config.php file with notepad++ and change the "maintenance" from true to false. restart nextcloud docker \\SERVER\appdata\nextcloud\www\nextcloud\config\config.php 'maintenance' => false,
  4. Hello I'm new to unraid and created a Win 10, Win 7 and a MAC OSX VM. Now I want to create a Win XP vm but I have a Problem. I have created a VM for XP and successfully installed Windows XP (32bit). After I installed all the relevant virito drivers. I have no network connection. What I need to do to get it working? Kind Regards tomibi