Home

The www/gotosocial port

gotosocial-0.12.2 – ActivityPub social network server (cvsweb github mirror)

Description

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.
WWW: https://docs.gotosocial.org

Readme

+-------------------------------------------------------------------------------
| 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

Maintainer

Hukadan

Only for arches

aarch64 amd64

Broken

fails at runtime with lang/go syscall removal patches (go-1.21.3p1) due to problems in modernc.org/libc

Categories

lang/go www

Build dependencies

Files

Search