Another social media / account server thing https://nbg.dervland.net
Find a file
2025-02-03 16:26:26 -05:00
docs wrong link 2025-02-03 16:26:26 -05:00
libs icon 2025-01-28 17:09:23 -05:00
scripts starting to clean up this code 2025-01-07 15:19:55 -05:00
.gitignore embeds 2024-12-07 17:51:05 -05:00
LICENSE.txt fix link wrapping 2024-12-04 22:44:00 -05:00
README.md fix README 2025-01-29 17:48:48 -05:00

BiglyChat

BiglyChat is a forum and authentication server for indie projects. It replaces Discord for dervland.net, but is usable for other sites.

Running

Clone this repository into your Apache or NGINX configuration:

git clone https://git.dervland.net/biglyderv/new-bigly-chat
cd new-bigly-chat

Create directories:

mkdir docs/pfp
mkdir docs/pic

Create a file named test_secret.php in the libs folder:

<?php
    $db = new PDO('pgsql:host=YOUR_HOST;dbname=YOUR_DB', 'YOUR_USER', 'YOUR_PASS');
?>

Initialize the database from the scripts folder.