Merge branch 'dev' into nomadic

This commit is contained in:
Mike Macgirvin 2024-05-07 19:12:59 +10:00
commit 9206825380
2 changed files with 28 additions and 4 deletions

View file

@ -1,11 +1,36 @@
An open source fediverse server with a long history of innovation. See [FEATURES](https://codeberg.org/streams/streams/src/branch/dev/FEATURES.md).
The software supports a wide range of online behaviour, from personal communications with closed media access - all the way to fully public broadcasting. The default settings tend to favor personal and private use. Adjust as desired.
The software supports a wide range of online behaviour, from personal communications with closed media access - all the way to fully public broadcasting. The default settings tend to favor personal and private use on relatively modest hardware for close friends and family. Adjust as desired.
This repository uses a community-driven model. This means that there are no dedicated developers working on new features or bug fixes or translations or documentation. Instead, it relies on the contributed efforts of those that choose to use it.
This software is dedicated to the public domain to the extent permissible by law and is not associated with any consumer brand or product.
### Resources
A fediverse support group exists at
https://fediversity.site/channel/streams
Self-hosted installation is covered in
https://codeberg.org/streams/streams/src/branch/release/install/INSTALL.txt
A list of sites that permit registration (approval may be required) is located at
https://fediversity.site/communities?type=streams_repository&open=1
### Third party resources
(please refer to these locations for instruction and support):
A docker image is maintained at
https://codeberg.org/node9/streams.docker
A Yunohost install is present in
https://apps.yunohost.org/app/streams
Managed hosting is available from
https://knthost.com
Language translation instructions are provided in
https://codeberg.org/streams/streams/src/branch/release/util/README

View file

@ -71,9 +71,8 @@ web server platforms.
- some form of email server or email gateway such that PHP mail() works.
- Mysql 5.5.3 or later or MariaDB or postgres database server.
Case-insensitive search is not supported on postgres. This is not harmful,
but postgres nodes should probably not be used as directory servers due
to this limitation.
Case-insensitive search was not supported on postgres when this document was
released. This is not harmful, but does make searching for things more difficult.
- ability to schedule jobs with cron.