All checks were successful
Build OpenBSD package / build (push) Successful in 42m12s
18 lines
930 B
Markdown
18 lines
930 B
Markdown
# Continuwuity for OpenBSD
|
|
|
|
This repo provides an experimental version of Continuwuity packaged for OpenBSD 7.8.
|
|
|
|
Unfinished features you're acknowledging by using it:
|
|
- The package is unsigned
|
|
- There is no RC script
|
|
- Performance may be poor; Continuwuity has a [known issue](https://forgejo.ellis.link/continuwuation/continuwuity/pulls/1421) on OpenBSD, and [OpenBSD disables SMT by default](https://www.openbsd.org/faq/faq10.html#SMT).
|
|
|
|
Stay tuned for updates!
|
|
|
|
## Installation instructions
|
|
1. Download the package from the latest release or CI run
|
|
1. Run `pkg_add -Dunsigned continuwuity-0.5.6-openbsd-amd64.tgz`
|
|
1. Edit `/etc/continuwuity/continuwuity.toml` and choose a server name, database path, and listen address(es)
|
|
- The package creates `/var/db/continuwuity` for use as the database directory, with the correct permissions
|
|
1. `tmux`
|
|
1. `doas -u _continuwuity continuwuity -c /etc/continuwuity/continuwuity.toml`
|