Skip to content

Commit df1d8e3

Browse files
1
1 parent 1713957 commit df1d8e3

1 file changed

Lines changed: 0 additions & 34 deletions

File tree

README.md

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -6,37 +6,3 @@ This directory is a zero-cost GitHub Pages site for:
66
- `https://link.pythonide.xin/l/{code}` reserved short links
77
- `https://link.pythonide.xin/import?url=...` remote import links
88
- `https://link.pythonide.xin/.well-known/apple-app-site-association` iOS Universal Links
9-
10-
## GitHub Pages Setup
11-
12-
1. Create a new public GitHub repository, for example `pythonide-link`.
13-
2. Copy the contents of this `link-site/` directory to the repository root.
14-
3. In GitHub repository settings, enable Pages from the default branch root.
15-
4. Set the custom domain to `link.pythonide.xin`.
16-
5. Enable **Enforce HTTPS** after GitHub issues the certificate.
17-
6. In the DNS provider for `pythonide.xin`, add:
18-
19-
```text
20-
Type: CNAME
21-
Host: link
22-
Value: <your-github-username>.github.io
23-
TTL: 10 minutes
24-
```
25-
26-
Do not change the root `@` or `www` records used by the main website.
27-
28-
## iOS Requirement
29-
30-
The app entitlements must include:
31-
32-
```text
33-
applinks:link.pythonide.xin
34-
```
35-
36-
The AASA file currently registers `/s/*` and `/import`. Keep `/l/*` out of AASA until the short-link resolver backend is connected, so unfinished short links still open the web fallback instead of launching the app with no resolved target.
37-
38-
The AASA file must be reachable without redirects:
39-
40-
```text
41-
https://link.pythonide.xin/.well-known/apple-app-site-association
42-
```

0 commit comments

Comments
 (0)