Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

DBI Switch mit Unraid verbinden?

Featured Replies

Servus miteinander

ich 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 hilfe

Ich 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 nicht

Mit 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 lassen

habe 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:

GitHub
No image preview

GitHub - rashevskyv/dbi: Author is duckbill

Author is duckbill . Contribute to rashevskyv/dbi development by creating an account on GitHub.

vielen vielen Dank

Home server

The "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

  • Author

niemand eine Idee?

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.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.