Commit 17498fe1de
Verified · cmc ci/build: success
internal/web/templates/privacy.html +13
| @@ -20,6 +20,19 @@ they are indistinguishable from nonexistent.</p> | ||
| 20 | 20 | downloads your account bundle, git data is yours by clone, and |
| 21 | 21 | <code>gitbay migrate</code> moves everything to another instance.</p> |
| 22 | 22 | |
| 23 | <h2>The mobile client</h2> | |
| 24 | <p>The iOS app is a client for an instance you name at sign-in. It has | |
| 25 | no account of its own, no sign-up, and no server of ours behind it: it | |
| 26 | speaks only to that instance, over HTTPS.</p> | |
| 27 | <p>Signing in stores one API token in the device Keychain. Which account | |
| 28 | is active is kept in app preferences; nothing else is retained on the | |
| 29 | device. The app embeds no analytics, no crash reporting, and no | |
| 30 | third-party SDK, so there is nothing to opt out of. Removing the account | |
| 31 | deletes the token from the Keychain.</p> | |
| 32 | <p>Tokens are minted over SSH and can be revoked at any time with | |
| 33 | <code>gitbay auth token revoke</code>, which ends the app's access | |
| 34 | immediately.</p> | |
| 35 | ||
| 23 | 36 | <h2>This instance ({{.Host}})</h2> |
| 24 | 37 | {{if .Notice}}{{range paragraphs .Notice}}<p>{{.}}</p>{{end}} |
| 25 | 38 | {{else}}<p class="desc">The operator of this instance has not added |