summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/snac.111
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/snac.1 b/doc/snac.1
index 91d7e85..c52eba9 100644
--- a/doc/snac.1
+++ b/doc/snac.1
@@ -234,6 +234,17 @@ or similar. Take note that you need a) command-line access to the same machine
234that hosts the 234that hosts the
235.Nm 235.Nm
236instance, and b) write permissions to the storage directories and files. 236instance, and b) write permissions to the storage directories and files.
237.Pp
238You can also post non-interactively using the Mastodon API and a command-line
239http tool like
240.Xr curl 1
241or similar. This has the advantage that you can do it remotely from any host,
242anywhere; the only thing you need is an API Token. This is an example:
243.Bd -literal -offset indent
244curl -X POST https://snac.example.com/api/v1/statuses \
245--header "Authorization: Bearer ${TOKEN}" -d "status=$(uptime)"
246.Ed
247.Pp
237.Sh ENVIRONMENT 248.Sh ENVIRONMENT
238.Bl -tag -width Ds 249.Bl -tag -width Ds
239.It Ev DEBUG 250.It Ev DEBUG