mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-19 19:37:23 +02:00
Compare commits
8 Commits
0b24a8f2e3
...
a711659052
Author | SHA1 | Date | |
---|---|---|---|
a711659052 | |||
c3d1c72d7d | |||
97253c4178 | |||
0379f9c7cc | |||
bf09bf325b | |||
5b753810fe | |||
7555e01dc5 | |||
9ae19a887a |
@ -47,12 +47,12 @@ repos:
|
||||
- id: reuse
|
||||
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: "v3.0.2"
|
||||
rev: "v3.0.3"
|
||||
hooks:
|
||||
- id: prettier
|
||||
additional_dependencies: [
|
||||
# https://www.npmjs.com/package/prettier
|
||||
"prettier@3.0.2",
|
||||
"prettier@3.0.3",
|
||||
# https://www.npmjs.com/package/@prettier/plugin-xml
|
||||
"@prettier/plugin-xml@3.2.0",
|
||||
]
|
||||
|
80
n/obtainium.md
Normal file
80
n/obtainium.md
Normal file
@ -0,0 +1,80 @@
|
||||
---
|
||||
layout: null
|
||||
permalink: /n/obtainium.html
|
||||
sitemap: false
|
||||
---
|
||||
|
||||
[Obtainium](https://github.com/ImranR98/Obtainium/) downloads apps directly from forge/whatever without need for app
|
||||
stores and theoretically I can bootstrap it by copy-pasting the code block
|
||||
below into it, especially on devices that Google doesn't smile upon.
|
||||
|
||||
- [Obtainium's latest release](https://github.com/ImranR98/Obtainium/releases/latest)
|
||||
|
||||
<!-- editorconfig-checker-disable -->
|
||||
<!-- prettier-ignore-start -->
|
||||
|
||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
|
||||
- [Importable app list](#importable-app-list)
|
||||
- [Individually added apps](#individually-added-apps)
|
||||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
<!-- prettier-ignore-end -->
|
||||
<!-- editorconfig-checker-enable -->
|
||||
|
||||
## Importable app list
|
||||
|
||||
```
|
||||
https://telegram.org
|
||||
https://github.com/pilot51/voicenotify
|
||||
https://github.com/simplex-chat/simplex-chat
|
||||
https://github.com/ImranR98/Obtainium
|
||||
https://github.com/Tobi823/ffupdater
|
||||
https://github.com/billthefarmer/editor
|
||||
https://github.com/Neamar/KISS
|
||||
https://github.com/svenjacobs/leon
|
||||
https://github.com/michaeltroger/greenpass-android
|
||||
https://github.com/krille-chan/fluffychat
|
||||
https://f-droid.org/packages/org.fdroid.fdroid
|
||||
https://github.com/vector-im/element-android
|
||||
https://github.com/Telegram-FOSS-Team/Telegram-FOSS
|
||||
https://store.steampowered.com
|
||||
https://signal.org
|
||||
https://gitlab.com/AuroraOSS/AuroraStore
|
||||
https://github.com/bitwarden/mobile
|
||||
https://github.com/celzero/rethink-app
|
||||
https://github.com/organicmaps/organicmaps
|
||||
https://github.com/Swordfish90/Lemuroid
|
||||
https://github.com/syncthing/syncthing-android
|
||||
https://github.com/GrapheneOS/PdfViewer
|
||||
https://github.com/kawaiiDango/pScrobbler
|
||||
https://github.com/ooni/probe-android
|
||||
https://github.com/binwiederhier/ntfy-android
|
||||
https://codeberg.org/Berker/keyoxide-flutter
|
||||
https://github.com/thundernest/k-9
|
||||
https://github.com/HabitRPG/habitica-android
|
||||
https://github.com/RikkaApps/Shizuku
|
||||
https://github.com/TeamNewPipe/NewPipe
|
||||
https://github.com/polymorphicshade/NewPipe
|
||||
```
|
||||
|
||||
Note to self: to turn Obtainium export like this or close enough to manually
|
||||
cut it:
|
||||
|
||||
```bash
|
||||
cat obtainium-export-1693463035816.json | jq -s | \grep 'url'
|
||||
```
|
||||
|
||||
## Individually added apps
|
||||
|
||||
These apps must be added individually for whatever reason rather than mass imported:
|
||||
|
||||
- `https://appgallery.huawei.com/app/C27162`
|
||||
- Huawei App Gallery
|
||||
- `https://github.com/vector-im/element-x-android`
|
||||
- Element X Android, track-only as unsupported due to AAB
|
||||
- [Obtainium#795: support app bundles](https://github.com/ImranR98/Obtainium/issues/795)
|
||||
- `https://whatsapp.com/android`
|
||||
- WhatsApp, I didn't even try to import it in mass.
|
Loading…
x
Reference in New Issue
Block a user