-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Marketplace of configurations for well known apps #1214
Comments
It's a good idea, especially now that you can stuff a whole config into a clickable link that opens directly in Obtainium (#368 (comment)). But I don't think I'd be interested in maintaining something like that myself. |
Rather, I'm not intending to list the apps myself. I could put up a public site but the content would need to be contributed with PRs by others. |
I was thinking a website as you suggested or another GitHub repo under the project say App Marketplace (needs a better name) and people can contribute app configs. I guess it would give a PR workflow and VCS for all of it. If you're up for a website or some sort of GitHub workflow that would be awesome. Any thoughts? |
The protocol idea looks cool, great idea. |
Yes I can put up a simple page and a public repo for PRs. |
That would be awesome. Let me know when it's setup and I'll take a look. Sounds like it should be setup to work with the new protocol |
Site: https://apps.obtainium.imranr.dev/ Currently very barebones and has no content. Aside from content PRs it would be nice to also have search, a better UI, etc. but this is not likely to be a priority for me. |
I've added a few more apps to the site (mainly from my own export) but haven't categorized them or added descriptions and icons. |
Looks good wondering if a dialog could be added to obtainium so imports are not added directly but rather need to be approved in the app. There's also no information that the app has been successfully added to obtainium. Just ideas here |
@pabloscloud created #1232 |
Great! |
@ImranR98 I would like to suggest adding the app source to the listing on the website. (Since some apps can be from both something like Github and F-droid or [insert alternative appstore]) so for example, Syncthing should say "Source: Github" |
I would do it myself but I don't know how to code it into the JavaScript. |
Can somebody add a working source for Discord? 😀 |
This is probably not the place for asking. You should make an issue on the repo: https://github.com/ImranR98/apps.obtainium.imranr.dev But, for stock regular (unmodified) Discord, you should use the Google Play Store or Aurora Store. Otherwise you have to rely on some not-so-safe sites or pay for apkmirror's subscription to use their app to update it. (If you can send me a link to a source I'll make a config and add it to the site.) |
I would count apkmirror.com among the less secure stores. However, the ones currently available in Obtainium are not as insecure as some others. You don't have to buy the apkmirror app either, because you also receive notifications from Obtainium for apkmirror and can then download and install the update by clicking on the link in the app overview. |
2 things:
|
I don't have the Play Store and Aurora used to break for me very often. Looks like it's currently working. But I would prefer to have only two app sources instead of three (F-Droid, Obtanium, Aurora). |
Just using two would work. You can also enter any F-Droid app in Obtanium … |
No need to leave this open. |
Describe the feature
It would be really handy if there was some sort of marketplace of configurations for well-known applications.
I'm attempting to add configs for emulators and there isn't much community conversation around using Obtaininium.
I have found this:
https://gist.github.com/RJNY/e65f453ec707661ea13504beef7e86e2
However, there seems to be some errors with it now. This led me to think, it would be awesome if there was some sort of well known app configs/marketplace/some way of loading some apps easily.
Some of the configs for these apps can be fiddly such as the right Regex to get it right.
In the spirit of don't repeat yourself (DRY), it feels super handy if there was a repository for these.
The text was updated successfully, but these errors were encountered: