December 16, 2025Dec 16 Servus miteinanderich bin das wiedermal :-)in der Zwischenzeit habe ich 3 Server mit 3x Originale Unraid Unlimitiert LIZ...Ihr Habt mir sehr viel weitergeholfen...und bin ein zufriedener begeisterter User...Ich bräuchte da eure hilfeIch habe so eine alte Switch mit Atmo....Ich habe dort das aktuellste Packet oben mit einem App das sich DBI nennt....früher Tinfoil...Tinfoil-Switch mit Ownfoil-Unraid funktionierte mega gut...Durch dem 21.1.0 Firmware funktionieren manche Apps nicht mehr oder werden überhaupt nimmer aktualisiert...im DBI ist ein Server Verbinder mit dem Ich mit dem Unraid per ApacheHTTP verbinden könnte....geht irgendwie nichtMit meinem Computer läuft das hervorragend...Der Sinn der Sache ist wie bei dem Tinfoil,per FTP oder per HTTP auf dem Ordner zugreifen und Sachen auf die Switch direkt per DBI Installieren lassenhabe das Script hinzugefügt...ich weis nicht was ich dort einfügen soll...Ich habe schon vieles Probiert...dennoch sagt das DBI-Switch "nichts zum Finden" oder macht "Access Denied"hat jemand von euch sowas am Laufen?Die Beschreibung dass es laufen soll findet ihr hier:GitHubGitHub - rashevskyv/dbi: Author is duckbillAuthor is duckbill . Contribute to rashevskyv/dbi development by creating an account on GitHub.vielen vielen DankHome serverThe "Home server" option will appear if the Network install sources section has been configured in dbi.config. You can specify the name of the option as required in the configuration file.To install games over your network, edit the dbi.config file located in the sdmc:/switch/DBI/ folder as required. For example:; Network install sources [Network sources] ; <display name>=<type>|<URL> Home server=ApacheHTTP|http://192.168.1.47/Nintendo/Switch/ Install any HTTP server with DirectoryListing enabled on your PC: Apache, Mongoose, Python SimpleHTTP, sheret, rclone, etc.Example for nginx on Windows: Edit the file /nginx/conf/nginx.conf, registering the address of your Switch in location, instead of the 127.0.0.1 specified in the example (or your entire subnet like 192.168.1.1/24 or 192.168.0.0/16); it can be found on Switch in System Preferences > Internet:location / { root html; index index.html index.htm; } location /Nintendo/Switch/ { allow 127.0.0.1; deny all; autoindex on; } Save the config, run nginx.exe, allow the program to access the network, then copy the desired game to the local /nginx/html/Nintendo/Switch/ folder on your PC, and on the Switch select “Home server”. You will now be presented with the usual interface for installing files and you can start installing files over the network. You can stop the web server via nginx -s stop.For the server address in dbi.config, you can also use a domain name, for example, your remote VPS - suggested to use with HTTP Basic authentication e.g.: http://user:password@host:port/Nintendo/Switch/For example:ApacheHTTP|Network repo|http://127.0.0.1/Nintendo/Switch/ ApacheHTTP|WWW VPS repo|http://www.myveryownswitchvpsdomain.su/Nintendo/Switch/ Generate the htpasswd file, put it in /nginx/conf/, then adjust the nginx.conf file as follows: location /Nintendo/Switch/ { satisfy all; allow 127.0.0.1; deny all; auth_basic "Password Protected Area"; auth_basic_user_file htpasswd; autoindex on; } Login "switch", password "pwd":htpasswd-file:switch:{SHA}N/omUzCtg+qoee+x4ttjgIls9jk= dbi.config
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.