You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The special `--accept-app-caps=xyops.io/cap/ts` argument tells Tailscale to forward the special `Tailscale-App-Capabilities` HTTP header with all incoming requests, which xyOps uses to apply user privileges and roles (see [Capabilities](#capabilities) above).
130
138
139
+
Before trying to load the app in a browser, go to your [Machine List](https://login.tailscale.com/admin/machines) in your Tailscale Admin Console, and add the `tag:xyops` tag to the machine hosting xyOps.
140
+
131
141
Note that the first time you visit your Tailscale-provided secure HTTPS URL for your served app, there may be a short delay as Tailscale provisions the TLS certificate. If you receive a timeout error, please wait a few seconds and refresh. This is normal.
132
142
133
143
## Logout
@@ -281,7 +291,9 @@ Type this command to start everything up (the `-d` switch runs it in the backgro
281
291
docker compose up -d
282
292
```
283
293
284
-
And then visit your `TS_HOST` URL in your favorite browser. Example:
294
+
Before trying to load the app in a browser, go to your [Machine List](https://login.tailscale.com/admin/machines) in your Tailscale Admin Console, and add the `tag:xyops` tag to the new machine. You can also disable the expiry here as well.
295
+
296
+
Finally, visit your `TS_HOST` URL in your favorite browser. Example:
0 commit comments