Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Gitea

Sync your journal to a Gitea instance.

Setup

  1. Create a private repository on your Gitea server.
  2. In Surebeans: SyncAdd RemoteGitea.
  3. Enter the repository URL.
  4. Authenticate with one of the methods below.

Gitea remote setup

Option A: Access Token

  1. Generate an access token in SettingsApplications on your Gitea instance.
  2. Paste the token into the Token field.

Option B: OAuth

  1. Create an OAuth application on your Gitea instance (SettingsApplicationsManage OAuth2 Applications).
  2. Enter the Client ID in Surebeans.
  3. Click Sign in. A redirect flow opens your browser for authorization.
  4. Approve the request and return to Surebeans.

Configuration

FieldRequiredNotes
Repository URLYeshttps://gitea.example.com/you/my-budget
TokenToken onlyxxxxxxxxxx
Client IDOAuth onlyFrom your Gitea OAuth application

Platform support

PlatformSupported
DesktopYes
BrowserYes

In the browser, by default Surebeans routes web requests to your forge through a proxy at cors.surebeans.net. Per our privacy policy, we do not store or track any data. This is necessary only if your forge’s CORS settings do not allow requests from surebeans.net. You can alternatively enable CORS and connect directly. See CORS for Browser Sync.