Skip to content

Commit 9516257

Browse files
committed
Point tweak and repo links at the Apollo-Reborn org
The tweak moved to Apollo-Reborn/Apollo-Reborn and this repo to Apollo-Reborn/apollo-backend. Update the links in the README and the Getting Started guide accordingly.
1 parent 6e17599 commit 9516257

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

GETTING_STARTED.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The original [Apollo for Reddit](https://apolloapp.io/) app had a backend that d
3333
notifications (inbox replies, mentions) and ran subreddit/user *watchers*. That backend was shut
3434
down in 2023. **This project is a self-hostable revival of it.**
3535

36-
Paired with **[JeffreyCA's Apollo-ImprovedCustomApi tweak](https://github.com/JeffreyCA/Apollo-ImprovedCustomApi)**
36+
Paired with **[the Apollo-Reborn tweak](https://github.com/Apollo-Reborn/Apollo-Reborn)**
3737
(the tweak that lets a sideloaded Apollo build use *your own* Reddit credentials), running this
3838
backend brings notifications and watchers back to life. You run one copy of this backend for
3939
yourself (and optionally a few friends on the same build) — it's **single-tenant by design**.
@@ -68,7 +68,7 @@ bugs but aren't — so confirm each one before you start.
6868
every notification. (You'll create this App ID in [Step 3](#3-set-up-apple-app-id-apns-key-team-id).)
6969

7070
4. **A sideloaded Apollo build re-signed under that bundle ID, with the
71-
[Apollo-ImprovedCustomApi tweak](https://github.com/JeffreyCA/Apollo-ImprovedCustomApi) installed**
71+
[Apollo-Reborn tweak](https://github.com/Apollo-Reborn/Apollo-Reborn) installed**
7272
and its Reddit Custom API already working (i.e. you can already browse Reddit in the app using
7373
your own API key). This guide picks up *after* that part is working.
7474

@@ -146,7 +146,7 @@ a Linux box or VPS is sturdier — but it works for testing.
146146
Clone the repository and move into it:
147147

148148
```bash
149-
git clone https://github.com/nickclyde/apollo-backend
149+
git clone https://github.com/Apollo-Reborn/apollo-backend
150150
cd apollo-backend
151151
```
152152

@@ -261,7 +261,7 @@ fails to inject them. For a single-user setup it's harmless (and a good safety n
261261
here too. If you do, the **User Agent must follow Reddit's format**, including your username:
262262
`ios:com.yourname.Apollo:v1.0 (by /u/yourusername)`. You can review/create Reddit API credentials at
263263
[reddit.com/prefs/apps](https://www.reddit.com/prefs/apps); see the
264-
[tweak's README](https://github.com/JeffreyCA/Apollo-ImprovedCustomApi) for the recommended setup.
264+
[tweak's README](https://github.com/Apollo-Reborn/Apollo-Reborn) for the recommended setup.
265265

266266
**Leave these defaults alone** (they're already correct for the bundled stack):
267267
- `APPLE_KEY_PATH` stays `/etc/secrets/apple.p8`.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A self-hostable fork of [`christianselig/apollo-backend`](https://github.com/christianselig/apollo-backend), the archived Go service that powered push notifications, inbox checks, and subreddit/user watchers for the original [Apollo for Reddit](https://apolloapp.io/) iOS app.
44

5-
This fork is meant to be run together with **[JeffreyCA/Apollo-ImprovedCustomApi](https://github.com/JeffreyCA/Apollo-ImprovedCustomApi)** — the iOS tweak that lets sideloaded Apollo builds use the user's own Reddit OAuth credentials. The tweak's **Settings > Custom API > Notification Backend** URL field points at an instance of this fork; with that wired up, push notifications and watchers come back to life for sideloads that have a real APNs entitlement.
5+
This fork is meant to be run together with **[Apollo-Reborn/Apollo-Reborn](https://github.com/Apollo-Reborn/Apollo-Reborn)** — the iOS tweak that lets sideloaded Apollo builds use the user's own Reddit OAuth credentials. The tweak's **Settings > Custom API > Notification Backend** URL field points at an instance of this fork; with that wired up, push notifications and watchers come back to life for sideloads that have a real APNs entitlement.
66

77
Single-tenant by design: one deployment serves one sideloaded Apollo build (one bundle ID, one Apple Developer team), and can be shared with a small group of friends running the same build.
88

@@ -40,7 +40,7 @@ The result: the backend boots end-to-end with only Postgres, Redis, an APNs auth
4040
Requires Docker + an APNs auth key (`.p8`) from a paid Apple Developer account.
4141

4242
```bash
43-
git clone https://github.com/<you>/apollo-backend
43+
git clone https://github.com/Apollo-Reborn/apollo-backend
4444
cd apollo-backend
4545

4646
# 1. Drop your APNs key

0 commit comments

Comments
 (0)