Abigel

Members
  • Posts

    152
  • Joined

  • Last visited

Everything posted by Abigel

  1. 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?
  2. 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?
  3. After installation i have only a blank gray site if i open a document in nextcloud. What is the problem ?
  4. Is there something new for veeam plugin or docker for unraid ?
  5. 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.
  6. Hi, is there an actual path to upgrade nextcloud to 17 via the cli ? I have only found old manuals that doesn't worked
  7. 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?
  8. this works: This not: The address is in the right network and the address is also still free
  9. I don't see something that can help me to set password protection: # make sure that your dns has a cname set for nextcloud # assuming this container is called "letsencrypt", edit your nextcloud container's config # located at /config/www/nextcloud/config/config.php and add the following lines before the ");": # 'trusted_proxies' => ['letsencrypt'], # 'overwrite.cli.url' => 'https://nextcloud.your-domain.com/', # 'overwritehost' => 'nextcloud.your-domain.com', # 'overwriteprotocol' => 'https', # # Also don't forget to add your domain name to the trusted domains array. It should look somewhat like this: # array ( # 0 => '192.168.0.1:444', # This line may look different on your setup, don't modify it. # 1 => 'nextcloud.your-domain.com', # ), server { listen 443 ssl; listen [::]:443 ssl; server_name nextcloud.*; include /config/nginx/ssl.conf; client_max_body_size 0; location / { include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_nextcloud nextcloud; proxy_max_temp_file_size 2048m; proxy_pass https://$upstream_nextcloud:443; } } Another question: Let's encrypt network settings go over bridge 192.168.3.3, I add Dokuwiki for example in the config with the same bridge IP 192.168.3.3 then it works (both over bridge). If I give Dokuwiki an own address like 192.168.3.4 it doesn't work. Why can't Let's encrypt the requests just forward them to another IP?
  10. Hi, Is there a plugin with which you can save your docker containers ? Not only the Configs you back up with CA Backup / Restore Appdata but all content related to the container to restore the Docker Container with a few clicks ?
  11. Is it possible to protect the complete access to selected subdomains with a password ? e.g. at the domain test.de that on nextcloud.test.de you can only access the login interface of Nextcloud with a password ?
  12. It doesn't work on me anymore. If I edit a container via Edit, rename it and also enter other settings, the existing container is only changed but no new container is created.
  13. Sorry Text formulated before the last post and then sent later. How can i stop nginx service in the container ? service nginx stop dont work: "bash: service: command not found"
  14. Hi, is there already a solution for nginx Error?: "[error] lua_load_resty_core failed to load the resty.core module..."
  15. The newest Version 6.6.7 Okay i will wait till it works officially
  16. Hi I followed the instructions, adjusted the configs, generated the key and created users with the correct description. But nothing happens when I press Start in the Proftpd Gui and now I also have an error in my unRAID log, which doesn't go away when I uninstall the plugin nginx: 2019/03/15 14:05:45 [error] 11217#11217: *1789648 connect() to unix:/var/tmp/sftp.sock failed (111: Connection refused) while connecting to upstream, client: 192.178.5.67, server: , request: "GET /dockerterminal/sftp/ws HTTP/1.1", upstream: "http://unix:/var/tmp/sftp.sock:/ws", host: "192.178.5.11"
  17. Hi, i have rotate my screen from horizontal to vertical. If i Connect my unRAID Server, the Display without the GUI, i think it is the cli, than all is horizontal and i cant Work. Can i rotate the Display in unRAID ? It is connected via hdmi
  18. Does nobody have a solution for Dokuwiki? So many people use it :(
  19. I am updating the Container over apt get update and apt get upgrade and install the latest php version for the upgrade addon from dokuwiki //EDIT: It doesnt work.. Does anyone have any other solutions?
  20. Okay thanks, i will test it with the only option.