More actions
(Created page with "{{Infobox Switch Homebrews |title=Tinson |image=tinsonswitch.png |description=Install every NSP directly on switch through Tinfoil. |author=gianemi2 |lastupdated=2019/05/21 |type=PC Utilities |version=2019 |license=Mixed |download=https://dlhb.gamebrew.org/switchhomebrews/tinsonswitch.7z |website=https://gbatemp.net/threads/tinson-install-every-nsp-directly-on-switch-through-tinfoil.538511/ |source=https://github.com/gianemi2/tinson |donation= }} {{#seo: |title=Switch Ho...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=Tinson | |title=Tinson | ||
|image= | |image=tinsonnx.png | ||
|description=Install every NSP directly on | |description=Install every NSP directly on Switch through Tinfoil. | ||
|author=gianemi2 | |author=gianemi2 | ||
|lastupdated=2019/05/21 | |lastupdated=2019/05/21 | ||
|type= | |type=Game Installer Companion | ||
|version=2019 | |version=2019 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/tinsonnx.7z | ||
|website=https://gbatemp.net/threads/tinson-install-every-nsp-directly-on-switch-through-tinfoil.538511/ | |website=https://gbatemp.net/threads/tinson-install-every-nsp-directly-on-switch-through-tinfoil.538511/ | ||
|source=https://github.com/gianemi2/tinson | |source=https://github.com/gianemi2/tinson | ||
|donation= | |donation= | ||
}} | }} | ||
{{ | {{obsolete}} | ||
A small tool written in JS and PHP for manage a JSON file fully compatible with Tinfoil. | |||
| | |||
It allows you to install NSPs directly on Switch without using cables. At the moment Tinson works only for Google Drive's links. | |||
'''Note:''' Deprecated in favor of the [[Tinson Node Switch|new version on Tinson]]. | |||
==Installation== | |||
Tinson is based on PHP and JS. So for working you must have a web server which can process PHP. | |||
===Prerequisites=== | |||
*A web server compatible with PHP. | |||
*FTP or SSH. | |||
===Installing=== | |||
*Clone [https://github.com/gianemi2/tinson the repository] on your PC (or directly on your webserver if you have SSH access). | |||
*Upload this cloned folder on your website through FTP (you can use filezilla or anything you want). | |||
*Optional change the folder name for something you like. | |||
*You're ready to create and manage your NSP list. | |||
If your website is: <code>example.com</code> open Tinson looking for <code>example.com/tinson-master</code>. If you have changed the folder name change the path based on new folder name. | |||
== | ==User guide== | ||
===Website step=== | |||
What you need for uploading correctly a link is: | |||
* Google Drive download ID. | |||
* Target NSP name. | |||
===Switch step=== | |||
* Add to <code>locations.conf</code> or to <code>file browser</code> on Tinfoil the url to your nearly created json. | |||
* The path is <code><nowiki>http://example.com/folder-name/switch.json</nowiki></code> | |||
* This step is required only first time, after this Tinfoil will load the <code>locations.conf</code> refreshing all the contents on them. | |||
== | ==Credits== | ||
Thanks to the one which gave me the idea. | |||
* My cat. | |||
Acknowledgments: | |||
*tinfoil.io which has released this incredible tool. | |||
* | *materializecss. | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/gianemi2/tinson | ||
* GBAtemp - https://gbatemp.net/threads/tinson-install-every-nsp-directly-on-switch-through-tinfoil.538511/ | |||
Latest revision as of 11:34, 20 Haziran 2023
Tinson | |
---|---|
General | |
Author | gianemi2 |
Type | Game Installer Companion |
Version | 2019 |
License | Mixed |
Last Updated | 2019/05/21 |
Links | |
Download | |
Website | |
Source | |
This application has been obsoleted by one or more applications that serve the same purpose, but are more stable or maintained. |
A small tool written in JS and PHP for manage a JSON file fully compatible with Tinfoil.
It allows you to install NSPs directly on Switch without using cables. At the moment Tinson works only for Google Drive's links.
Note: Deprecated in favor of the new version on Tinson.
Installation
Tinson is based on PHP and JS. So for working you must have a web server which can process PHP.
Prerequisites
- A web server compatible with PHP.
- FTP or SSH.
Installing
- Clone the repository on your PC (or directly on your webserver if you have SSH access).
- Upload this cloned folder on your website through FTP (you can use filezilla or anything you want).
- Optional change the folder name for something you like.
- You're ready to create and manage your NSP list.
If your website is: example.com
open Tinson looking for example.com/tinson-master
. If you have changed the folder name change the path based on new folder name.
User guide
Website step
What you need for uploading correctly a link is:
- Google Drive download ID.
- Target NSP name.
Switch step
- Add to
locations.conf
or tofile browser
on Tinfoil the url to your nearly created json. - The path is
http://example.com/folder-name/switch.json
- This step is required only first time, after this Tinfoil will load the
locations.conf
refreshing all the contents on them.
Credits
Thanks to the one which gave me the idea.
- My cat.
Acknowledgments:
- tinfoil.io which has released this incredible tool.
- materializecss.