This standalone software is meant to provide a global public directory of Friendica profiles across nodes.
Go to file
Hypolite Petovan cfff03f6e2 [v2.4.2] Bump version number for release 2024-03-07 14:18:49 -05:00
.github Update references to friendica/friendica-directory stable branch 2020-06-15 14:05:26 -04:00
bin Add Composer 1.* binary to project 2021-09-15 21:16:38 -04:00
config Add Custom Pages feature 2018-11-19 22:12:09 -05:00
docs Rename "forum" to "group" 2023-06-04 00:16:38 -04:00
logs First commit 2018-11-11 21:08:33 -05:00
public Add default profile picture path dependency 2023-07-31 01:11:33 +02:00
src Merge pull request 'Move Visit server link to server name' (#103) from MrPetovan/friendica-directory:enhancement/100-move-visit-server-link into stable 2024-03-07 15:48:26 +01:00
tests/Functional First commit 2018-11-11 21:08:33 -05:00
.gitignore Add src/settings.php back 2018-11-11 21:27:49 -05:00
INSTALL.md Set Composer to --no-dev on install in doc 2018-11-17 07:51:11 -05:00
LICENSE Add documentation and license 2018-11-11 23:27:25 -05:00
README.md Updated README about custom pages 2018-11-19 22:47:39 -05:00
UPDATE.md Add database structure update known issue in doc 2018-11-17 09:47:11 -05:00
VERSION [v2.4.2] Bump version number for release 2024-03-07 14:18:49 -05:00
composer.json [Composer] Change gofabian/negotiation-middleware dependency requirement to support PHP 8 2023-07-31 01:24:50 +02:00
composer.lock [Composer] Change gofabian/negotiation-middleware dependency requirement to support PHP 8 2023-07-31 01:24:50 +02:00
phpunit.xml First commit 2018-11-11 21:08:33 -05:00
psalm.xml First commit 2018-11-11 21:08:33 -05:00

README.md

Friendica Global Directory

This standalone software is meant to provide a global public directory of Friendica profiles across nodes.

This is an opt-in directory, meaning that each node can choose not to submit its profiles to global directories, and each user can individually choose not to be submitted.

Requirements

  • PHP >= 7.1 with:
    • Curl
    • GD
    • JSON
  • Command-line access
  • A web server with URL rewriting (Apache)
  • A database server (MariaDB)
  • A background task scheduler (Crontab)
  • About 60 MB for a Git install
  • About 100 MB for a full database

Installation

Please refer to the provided installation instructions.

Update from a previous version

Please refer to the provided update instructions.

Custom pages

If you need to add custom HTML pages as required by law to publish any website processing data in some countries, simply add your HTML files in the config/pages folder, they will be automatically linked from the footer.

Tips:

  • The expected extension is .html.
  • Underscores in the page file name are replaced by spaces in the page link label.
  • Accents aren't supported.

See also

Special thanks