Crowdsourced App Configurations website for Obtainium.
The website is accessible at apps.obtainium.imranr.dev
Obtainium's custom protocol links (obtainium://
) may not be easily clickable (for example, neither GitHub's MarkDown renderer nor popular messaging apps like WhatsApp support them). To work around this, you can use the web-based redirect to get a normal http://
link that opens a webpage which redirects to Obtainium (if installed).
For example:
- Raw Obtainium link:
obtainium://add/https://github.com/florisboard/florisboard
- Clickable redirect version: http://apps.obtainium.imranr.dev/redirect.html?r=obtainium://add/https://github.com/florisboard/florisboard
As of this writing, there are two types of Obtainium links:
/add
: These redirect the user to the "Add App" page with the URL pre-filled in. The user can then modify any app-specific setting before adding it themselves./app
: These links contain an entire app configuration JSON and opening them in Obtainium results in the app being added directly into the user's list, with the app-specific settings included in the link.
To add an app config to this repo, your app configuration JSON must contain at least the id
, url
, author
, name
, and additionalSettings
keys. Note that for any app-specific setting you don't define in additionalSettings
, the default value will be used.
For example:
- Minimal app JSON:
{"id":"dev.patrickgold.florisboard.beta","url":"https://github.com/florisboard/florisboard","author":"florisboard","name":"FlorisBoard Beta","additionalSettings":"{\"includePrereleases\":true}"}
- As URL: http://apps.obtainium.imranr.dev/redirect.html?r=obtainium://app/%7B%22id%22%3A%22dev.patrickgold.florisboard.beta%22%2C%22url%22%3A%22https%3A%2F%2Fgithub.com%2Fflorisboard%2Fflorisboard%22%2C%22author%22%3A%22florisboard%22%2C%22name%22%3A%22FlorisBoard%20Beta%22%2C%22additionalSettings%22%3A%22%7B%5C%22includePrereleases%5C%22%3Atrue%7D%22%7D
- To contribute content, create a pull request with valid changes/additions to the config files in
data/
.- You can auto-generate config files from an Obtainium export by running
node generateFromExport.js <path to Obtainium export>
- Note: Auto-generated entries will not have icon, category, or description data. Adding those manually is not required but would result in a better user experience.
- You can also auto-generate config files from an Obtainium URL redirection link by running
generate_from_url.py
- Note: Using
generate_from_url.py
requires you to install "Colorama" by using thepip
commandpip install colorama
- You can auto-generate config files from an Obtainium export by running
- To test locally, run:
node buildData.js && python -m http.server 8080
- See ImranR98/Obtainium#1214 for background/context for this repo.
You may want to use the following graphic to link users to your App: