Everything posted by alexthunderstorm
-
Externe Verbindung zu File Browser via DuckDNS und NPM
Danke für deine erklärende Antwort. Ich hab es dann jetzt so verstanden, dass es über bridge für mein Vorhaben am geeignetsten ist?!^^ So wie es der Threadersteller auch vor hatte.
-
Externe Verbindung zu File Browser via DuckDNS und NPM
Hallo, danke für Euren Input! Ich habe es ins Bridge Netzwerk gepackt und dann habe ich in den Installationseinstellungen unter "Add another Path, Port, Variable, Label or Device" einfach die Option mit "Port" gewählt und einen Host-Port gewählt. Ich brauche bzw. wollte eine eigene IP, da ich es mal hinter den NPM packen wollte, um auch mal extern raufzukommen. Leider klappt das auch noch nicht so ganz, obwohl ich es im NPM mit Lets Encrypt Zertifikat und dem Host-Port eingerichtet habe. Mein Vaultwarden und Seafile funktionieren über DuckDNS+NPM. Ich muss nochmal auf die Fehlersuche gehen...
-
Externe Verbindung zu File Browser via DuckDNS und NPM
Hallo, ich versuche derzeit das gleiche. Jedoch kann ich keinen Port für FileBrowser (wie in dem Screenshot von 80 auf 8666) festlegen? Liegt das an dem br0 Netzwerk? In den Installationseinstellungen gibt es keine Option einen Port anzugeben.
-
error when deleting folder "No such file or directory"
ok, wow. i did not know, i have to care about large and lower letters. im sorry and thanks for your help, very much appreciated!
-
error when deleting folder "No such file or directory"
yes you are right again But then the first command line should have worked right? without the "l" i just tried: sudo rm -r /mnt/cache/appdata/nextcoud22 and sudo rm -r /mnt/user/appdata/nextcoud22 and still same error. Still cannot delete it via Krusader...
-
error when deleting folder "No such file or directory"
Thanks for the reply. You are right, i miswrote it in the first line. However the command sudo rm /mnt/user/appdata/nextcloud22 also has the same output: rm: cannot remove '/mnt/user/appdata/nextcloud22': No such file or directory And i dont know why, because the directory exists...
-
Seafile on Unraid
i have the exact same problem on a new clean install with the seafileltd/seafile-mc repo. Cant fix it. Any ideas?
-
error when deleting folder "No such file or directory"
Hello guys, i want to delete a folder with some files in it. Its no longer in use (Nextcloud and MariaDB are no longer installed). But i cannot delete it via krusader nor terminal/console. I tried the following. Any ideas what i am doing wrong? I created a folder on /appdata and deleted it successfully. I am on OS v6.12.5.
-
Cache SSD versehentlich mit Daten vollgeschrieben
Vielen Dank, hilft mir sehr weiter!
-
Cache SSD versehentlich mit Daten vollgeschrieben
Hallo, ich bin durch Suche auf diesen Thread aufmerksam geworden und mich würde interessieren, wo man den min free space des Cashe erhöhen kann? Habe das Array gestoppt und unter den Global Share Settings finde ich dazu keinen Punkt? Beste Grüße
-
Nextcloud + Nginx Proxy Manager + 400 Bad Request
Ich hatte die offiziellen MariaDB und Nextcloud Container installiert. Damit gabs aber irgendwelche Fehler, bin dann auf die von linuxserver umgestiegen, damit hatte es auf Anhieb geklappt. Ist das denn schlimm, dass es nur über https geht? Bin erstmal froh, dass das überhaupt läuft^^
-
Nextcloud + Nginx Proxy Manager + 400 Bad Request
ok - exakt bei Minute 3.00 kommt der entscheidende Punkt, dass ich im Nginx WebUI bei Scheme "https" wählen muss, anstatt - wie ich es tat - "http". Damit wird nun korrekt weitergeleitet. Das hätte ich nie herausgefunden, vielen Dank!
-
Nextcloud + Nginx Proxy Manager + 400 Bad Request
Hallo, ich habe schon im Forum gesucht und natürlich gegoogelt, bekomme aber entweder Infos zu zu "400 Bad Request The plain HTTP request", ohne Nextcloud Bezug oder Bezug ohne Unraid und bin nicht wirklich linuxaffin, um das adaptieren zu können. Ich habe auf meinem Unraid den NPM, Nextcloud von linuxserver und MariaDB als Docker laufen. Ich habe erfolgreich einen Bit-/Vaultwardenserver aufgesetzt, der über meine subdomain1.duckdns.org läuft. Das gleiche versuche ich jetzt für Nextcloud. Ich hab mich so ziemlich an dem SpaceinvaderOne Video https://www.youtube.com/watch?v=id4GcVZ5qBA orientiert. Habe aber keine eigene Domain, und daher wollte ich es mit duckdns versuchen. Der Nginx leitet mich auch von meiner internen IP auf https://subdomain2.duckdns.org weiter. Dort erhalte ich aber den Fehler " 400 Bad Request: The plain HTTP request was sent to HTTPS port - nginx". Ich habe in keiner Nginx config file oä rumgeschrieben, sondern den proxy über das webui erstellt. Dort habe ich "Force SSL" und "HTTP/2-Support" an. Die http/https Ports für NPM sind natürlich im Router freigegeben (Vaultwarden funktioniert ja). Das ist meine angepasste nexcloud config.php: <?php $CONFIG = array ( 'memcache.local' => '\\OC\\Memcache\\APCu', 'datadirectory' => '/data', 'instanceid' => 'ocmx1uic1dwi', 'passwordsalt' => '........', 'secret' => '.......', 'trusted_domains' => array ( 0 => '192.168.178.88:5360', 1 => 'subdomain2.duckdns.org', ), 'trusted_proxies' => ['192.168.178.88'], 'dbtype' => 'mysql', 'version' => '23.0.0.10', 'overwrite.cli.url' => 'https://subdomain2.duckdns.org', 'overwritehost' => 'subdomain2.duckdns.org', 'overwriteprotocol' => 'https', 'dbname' => 'nextcloud', 'dbhost' => '192.168.178.88:3306', 'dbport' => '', 'dbtableprefix' => 'oc_', 'mysql.utf8mb4' => true, 'dbuser' => 'nextcloud', 'dbpassword' => '.....', 'installed' => true, ); Was übersehe ich hier? Braucht ihr noch mehr Infos? Grüße! EDIT: Ich lasse den NPM sowie Nextcloud im Netzwerk "proxynet" laufen, falls das relevant ist.
-
Can't login to webgui after setting password on root account
hey guys, i figured, that unraid is not able to set § as a part of the password. Leaving that out, it worked.
-
Can't login to webgui after setting password on root account
Hey there, I just installed and configured unRAID and have the exact same problem. I cant login via webgui with "root" and the just set password. I already deleted the files as mentioned here, set the same passwort again, and same error. Have you been able to fix the problem?