Download the PHP package soatok/faq-off without Composer
On this page you can find all versions of the php package soatok/faq-off. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download soatok/faq-off
More information about soatok/faq-off
Files in soatok/faq-off
Package faq-off
Short Description Challenge-Response Automation
License ISC
Homepage http://github.com/soatok/faq-off
Informations about the package faq-off
FAQ Off
FAQ Off lets you build gamebook-style FAQ websites to counteract sealioning and mob harassment on social media.
FAQ Off is a self-hostable microservice based on Slim Framework 3 and AnthroKit, developed by Soatok live on his Twitch.tv channel.
Public demo: https://faq.dhol.es
Invite links are given to Patreon supporters at the Brilliant tier and higher.
To learn more, please see the Patreon post that introduced FAQ Off.
FAQ Off Features at a Glance
- Interactive Question and Answer Website:
- Guide your readers to the answers to their question.
- Short-circuit common lines of disruptive discourse.
Write once, answer ad nauseum!
- HTML and Markdown Support
- Troll and Spam Defense:
- Administrators can enable "invite only" mode, which requires an invitation code from an existing user to sign up.
- The invitation tree: Administrators can see who invited who, to identify common entry points of misbehaving users to curate their own community.
- Collaboration:
- Users can share an Author profile with colleagues and publish as a group.
- Users can belong to an unlimited number of Authors.
- Authors can share access to an unlimited number of users, or just one.
- Security:
- Entries are written in HTML / Markdown and processed by HTML Purifier to protect against cross-site scripting attacks.
- Passwords are stored securely, or you can use Twitter.
- Your username or Twitter handle is only knowable by administrators.
A randomly generated
Public ID
is provided to keep your login handle and/or Twitter handle anonymous to everyone else.
Installation
Getting the Code and Dependencies
First, clone the git repository.
Next, run composer install --no-dev
inside the destination directory.
Database Setup
Run bin/create-config.php
to create a local configuration file.
You should have valid PostgreSQL database credentials onhand at
this stage.
Next, run bin/install
to finish installing the database tables.
Webserver Configuration
Make sure you configure your virtual host to use the public
directory
as its document root.
- BAD:
/var/www/faq-off
- Good:
/var/www/faq-off/public
General rule: If your users can read this README.md
file, you've configured your
server incorrectly and need to go another layer down.
It's highly recommended that you use HTTPS (TLSv1.3, TLSv1.2). If you cannot
afford a TLS certificate, Let's Encrypt offers free
certificates with automatic renewal (via certbot
).
For example, an nginx configuration might look like this:
All versions of faq-off with dependencies
ext-json Version *
ext-pdo Version *
ezyang/htmlpurifier Version ^4
kelunik/two-factor Version ^1
league/commonmark Version ^0|^1
monolog/monolog Version ^1.17
paragonie/anti-csrf Version ^2
paragonie/constant_time_encoding Version ^2
paragonie/hidden-string Version ^1
sebastian/diff Version ^1|^3
soatok/anthrokit Version ^0.7|^1
soatok/anthrokit-auth Version >=0.8|^1
soatok/anthrokit-session Version ^0|^1
slim/slim Version ^3.1
twig/twig Version ^2
ulrichsg/getopt-php Version ^3