···99SIGNING_KEY = "xxx"
1010```
11111212-A `cursor.txt` also needs to be present. It can be left empty, and will update every minute with a new cursor.
1212+A `cursor.txt` also needs to be present. It can be left empty, and will update the file every minute with a new cursor.
13131414-Create labels with `npx @skyware/labeler label add` and edit `src/constants.ts` with their related post rkeys and IDs.
1414+Create labels with `npx @skyware/labeler label add` and edit `src/constants.ts` with the related post rkeys and label IDs.
1515+1616+The server has to be reachable outside your local network using the URL you provided during the account setup (typically, using a reverse proxy such as [Caddy](https://caddyserver.com/)):
1717+1818+```Caddyfile
1919+labeler.example.com {
2020+ reverse_proxy 127.0.0.1:4001
2121+}
2222+```
15231624## Installation & Usage
1725