Nextcloud FAQ¶
- Q: What to do to run/install/fix Nextcloud App „XYZ“? Why does Nextcloud feature XYZ not work?
- Generell können wir bei diesen Themen nicht im Detail helfen. Nextcloud-Interna und -Apps sind für die NextBox-Entwicklung nicht relevant, da wir die von Nextcloud bereitgestellten Docker-Images verwenden. Wenn eine NextBox/OS-Konfiguration eine App daran hindert, ordnungsgemäß zu laufen, werden wir uns sicher darum kümmern, dies zu beheben. 
- Q: Why does Nitrokey currently not recommend to use OnlyOffice or Collabora Office on the NextBox?
- Der Stand dieser Nextcloud-Apps ist noch nicht ausgereift (für ARM-Plattformen). Obwohl es (teilweise) möglich ist, sie zu installieren, empfehlen wir dies derzeit nicht. 
- Q: Why does updating Nextcloud from inside Nextcloud not work?
- Die Nextcloud-Version wird von uns ausgerollt. Daher funktioniert die Option zum Update aus der Nextcloud heraus nicht. 
- Q: Can I add apps to the Nextcloud instance?
- Ja, der Nextcloud App Store ist verfügbar und jede dort verfügbare App kann über das Nextcloud Web-Frontend installiert werden. 
- Q: My Nextcloud instance is stuck in „Maintenance Mode“, how can I switch it off?
- Um den Nextcloud-„Wartungsmodus“ zwangsweise zu verlassen, können Sie den Hardware-Taster kurz, einmal drücken. Die NextBox schaltet dann den Wartungsmodus ab. Bitte vermeiden Sie dies, wenn möglich. 
- Q: Why am I getting a permission warning for ``/var/www/html/custom_apps/nextbox`` inside the Nextcloud settings overview?
- Dies ist ein „Feature“. Die NextBox Nextcloud App wird mit dem Debian nextbox Paket auf dem System installiert. Um ein versehentliches Löschen der NextBox Nextcloud App aus der Nextcloud App-Verwaltung heraus zu vermeiden, kann das angegebene Verzeichnis nicht von Nextcloud geschrieben werden, das ist es, was Nextcloud hier beanstandet. 
- Q: How can I run Nextcloud’s `occ`?
- Da Nextcloud in einem Docker-Container läuft, müssen Sie root sein und Folgendes ausführen: - docker exec -it -u www-data nextbox-compose_app_1 /var/www/html/occ
- Q: What to do about missing php-modules like `imagemagick`?
- Ähnlich wie Apache wird auch PHP vom Nextcloud-Container zur Verfügung gestellt. Da wir den Nextcloud-Container verwenden, wird auch dieses Problem erst behoben, wenn es vom Nextcloud-Team gelöst ist. 
- Q: Why is my Nextcloud not loading properly, instead I get a white page and a `.htaccess` error?
- This usually is an indication that the OS has unmounted/detached the internal hard-drive due to an low-power-incident. Please make sure you read and understood USB power. In most cases doing a power-cycle (unplug the USB-C connector, wait 5secs and plug it in again) should resolve this. Make sure no additional USB devices are connected during this procedure.