Everything posted by Abigel
-
[Support] knex666 - Nextcloud
After over 12 hours of attempted migration from LISIO to this container I give up. I had managed to migrate the most necessary database entries manually from the old database to the new one, migrating the users, the files, apps and settings. I have changed the letsencrypt-Docker-Settings. Now the http over port 80 falls on my feet... No client, no matter if Android or Windows can connect, after the browser redirection nothing happens or the above mentioned error message. OnlyOffice works only in the local network. I would be very grateful if you could write a 1 to 1 guide for a migration from linuxserver.io to this container. Then I would like to try it again
-
[Support] knex666 - Nextcloud
I mean the occ nextcloud commands. Where is the path to the occ ? Another question: my onlyoffice is not working because i don't know what to do 😕 In the local network it works fine but over dynamic-dns not. Should I set the onlyoffice-settings to: "https://nextcloud.mydomain.com/apps/documentserver_community/" or "http://192.168.5.5/apps/documentserver_community/" and should i change something else? And If i want to connect my windows-Desktop-Client this error is shown: " 400 Bad Request The plain HTTP request was sent to HTTPS port nginx/1.16.1"
-
[Support] knex666 - Nextcloud
How can i use occ commands with this container ?
-
[Support] knex666 - Nextcloud
But I can use nextcloud from linuxserver in home network over https Why is it not possible with this container?
-
[Support] knex666 - Nextcloud
Okay thank you this solve the problem with the UI but what is with the other problems?
-
[Support] knex666 - Nextcloud
Hi, okay but how can i change the access to the nextcloud via https 443 and not port 80 ? My mapping is now set with -p '445:443/tcp' -p '8080:80' But i can only access with the 8080 and if i have only 443 with 445 it doesnt work. I want only a secure access over https. After editing the ports: When I right-click the WebUI, it just opens the GUI of Unraid because it is accessed via port 80
-
[Support] knex666 - Nextcloud
Are the nextcloud data in Container Path: /var/www/html/data ? why they are in appdata ? Will this not blow up the AppData folder? And there is no option for the port-mapping ?
-
[Plugin] CA Appdata Backup / Restore v2
Should I use /mnt/user/appdata/ or /mnt/cache/appdata for the Backup? I have Shares without Cache and with Cache using
-
[Plugin] CA Appdata Backup / Restore v2
Hi, I did a restore, but there were folders that were created after the backup and therefore should not exist. What have I done wrong ? It is about a Nextcloud-Docker mapping looks like this: data -> /mnt/user/nextcloud config->/mnt/user/appdata
-
[Support] Linuxserver.io - Nextcloud
Hi, i want to upgrade my nextcloud from 17.03 to the latest version. I am following this steps, but at the step for upgrade i can not do this due to the commands for upgrade or maintenence are not longer known and if i open the website, it starts a new installation and asks me for an admin user: ##Open terminal in container docker exec -it nextcloud bash ##Turn on maintenance mode cd /config/www/nextcloud/ sudo -u abc php occ maintenance:mode --on ##Backup current nextcloud install cd /config/www/ mv nextcloud nextcloud-backup ##Grab newest nextcloud release and unpack it wget https://download.nextcloud.com/server/releases/nextcloudXXXX.tar.bz2 tar -xvf nextcloud-XXXX.tar.bz2 ##Copy across old config.php from backup cp nextcloud-backup/config/config.php nextcloud/config/config.php ##Now Restart docker container via Unraid WebGUI ##Open terminal in container docker exec -it nextcloud bash ##Perform upgrade cd /config/www/nextcloud/ sudo -u abc php occ upgrade ##Turn off maintenance mode sudo -u abc php occ maintenance:mode --off ## Now Restart docker container via Unraid WebGUI Next Problem: I can not edit the container via the unraid GUI, i can not open the container over clicking on the name and if i confirm an update:
-
[Support] knex666 - Nextcloud
Hi, Can you write which path should I map to which one from the old container to the new one ? They are a little bit different. Than will try it tomorrow
-
[Support] knex666 - Nextcloud
Okay Can you write which path should I map to which one from the old container to the new one ? They are a little bit different. Than will try it tomorrow
-
[Support] knex666 - Nextcloud
Hi, I just wanted to ask if you could see when you could write a guide ? 🙂
-
[Support] knex666 - Nextcloud
Hey Unfortunately this is not a manual for Unraid-Docker. The user www-data is not the same as with the container. I would be super grateful if you or a colleague would write an official migration guide
-
[Support] Linuxserver.io - Nextcloud
I have make an upgrade to version 18.01 but now i can not go to older version and don't install the new version. In the old version i can not access settings, due to i can not activate the settings app, an error that it is not the right version for it. And a upgrade is not possible because of Set log level to debug Updating database schema Doctrine\DBAL\Schema\SchemaException: The table with name 'nextcloud.oc_direct_edit' already exists. Update failed Maintenance mode is kept active Reset log level I moved the existed table but now other tables are note existed or already exists in the engine...how can i fix my database? I have appdata backups but a roll back doesnt help.
-
[Support] knex666 - Nextcloud
Is there an easy way to migrate from Linuxserver.io container to yours? Maybe with clean new and import the old settings in the clean system but without data loss?
-
[Support] Linuxserver.io - Nextcloud
What is the diffrence between this container and this one: ? Which one is better?
-
[Support] Linuxserver.io - Nextcloud
Is the problem known? When I use an externally attached storage and delete or move a file or folder there, I get an error message that it could not be deleted or moved. If I reload the page, it still happened correctly. The log will say something like "rename(): The first argument to copy() function cannot be a directory at /config/www/nextcloud/lib/private/Files/Storage/Local.php#289".
-
[Support] Linuxserver.io - Nextcloud
After the Update i have the Problem with "The reverse proxy header configuration is incorrect or you are accessing Nextcloud through a trusted proxy. If this is not the case, then there is a security problem that allows an attacker to spy out the IP address visible to Nextcloud. More information can be found in the documentation." But i have the add_header X-Frame-Options "SAMEORIGIN"; add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload;"; in /config/nginx/site-confs/default what is wrong?
-
[Support] Linuxserver.io - Nextcloud
I hope I'm right here if I want to ask something about Collabora in Nextcloud. After setup it works fine but you can access the admin-config page via the subdomain by logging in. Is it possible to deactivate this and that it still works with Nextcloud ? I had to create a subdomain, where Collabora can be reached via an nginx proxy. Is the whole thing only local so that it works with Nextcloud?
-
**VIDEO GUIDE How to Setup Collabora with Nextcloud for our own online document suite **
After installation i have only a blank gray site if i open a document in nextcloud. What is the problem ?
-
[Support] Linuxserver.io - Nextcloud
I have the same problem and solved it with moving the backup from the default file into another folder Maybe it helps ? I tried to update nextcloud via the GUI, not like other with the cli and it works too. I hope there are no problems that I don't know. //Edit: There are now some warnings, how to fix? The reverse proxy header configuration is incorrect or you are accessing Nextcloud through a trusted proxy. If this is not the case, then there is a security problem that allows an attacker to spy out the IP address visible to Nextcloud. More information can be found in the documentation. The X-Frame Options HTTP header is not configured to match SAMEORIGIN. This is a potential security risk and it is recommended to change this setting. The "Strict-Transport-Security" HTTP header is not set to at least "15552000" seconds. For more security, it is recommended to enable HSTS as explained in the security notes.
-
[Support] Linuxserver.io - Nextcloud
Hi, is there an actual path to upgrade nextcloud to 17 via the cli ? I have only found old manuals that doesn't worked
-
[Support] Linuxserver.io - Nextcloud
Hi I want to enable server-side encryption. There is already a lot of data on the server. Is that a problem? How mature is the encryption with Nextcloud, does it still have known errors or is it not yet reliable ? Would you recommend to use it?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
I think for Security