gotosocial
ActivityPub social network server
WWW CVSWeb GITHub-
Package versiongotosocial-0.12.2
-
MaintainerHukadan
GoToSocial provides a lightweight, customizable, and safety-focused
entryway into the Fediverse, and is comparable to (but distinct from)
existing projects such as Mastodon, Pleroma, Friendica, and PixelFed.
+-------------------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-------------------------------------------------------------------------------
GoToSocial Management
=====================
On OpenBSD GoToSocial is installed in ${LOCALSTATEDIR}/gotosocial and
runs as dedicated user _gotosocial.
GoToSocial management tasks must be run as the _gotosocial user using
doas(1), sudo(1) or su(1).
For example, to create an account:
$ doas -u _gotosocial gotosocial \
--config-path ${SYSCONFDIR}/gotosocial.yaml admin account create \
--username username \
--email some_email@whatever.org \
--password PASSWORD
To confirm it:
$ doas -u _gotosocial gotosocial \
--config-path ${SYSCONFDIR}/gotosocial.yaml admin account confirm \
--username username
Promote to admin rights:
$ doas -u _gotosocial gotosocial \
--config-path ${SYSCONFDIR}/gotosocial.yaml admin account promote \
--username username
- lang/go
- archivers/unzip