Readme updated
This commit is contained in:
parent
ef7f7c4b4a
commit
46fc2c978f
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ repair:
|
|||
setup:
|
||||
php backend/scripts/setup.php
|
||||
|
||||
build:
|
||||
cache:
|
||||
php backend/scripts/generate.php
|
||||
|
||||
clean:
|
||||
|
|
12
README.md
12
README.md
|
@ -1,9 +1,15 @@
|
|||
|
||||
# Ringfinger
|
||||
A restfull keyring API with web UI to share your jabber fingerprints with the people you want.
|
||||
|
||||
Create an account, store your jabber fingerprints and share it with your friends. There is no need to type in your 64 chars long fingerprint for each of your friends. Just enter it once and decide which people you want to share your keyring with.
|
||||
A restfull keyring API with web UI to share your OMEMO fingerprints for jabber with the people you like.
|
||||
|
||||
Create an account, store your OMEMO fingerprints and share it with your friends. There is no need to type in your 64 chars long fingerprint for each of your friends. Just enter it once and decide which people you want to share your keyring with.
|
||||
|
||||
# Requirements
|
||||
* A webserver (Nginx, Apache, etc.)
|
||||
* PHP 7.4 (with php-fpm configured)
|
||||
* MySQL/MariaDB
|
||||
* qrencode
|
||||
|
||||
# Setup
|
||||
Before you start setting up make sure you have an empty MySQL database created. You also need a database user that has full access to the newly created database!
|
||||
|
||||
|
|
Loading…
Reference in New Issue