1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 20:55:10 +01:00

Document the RapidAPI (MashApe) key for favicons

This commit is contained in:
2020-05-06 14:04:33 +02:00
parent db5944cec4
commit 315c664fcc
2 changed files with 6 additions and 8 deletions

View File

@@ -39,6 +39,8 @@ Usage / example configuration
Copy ``settings.py`` from example_config to the parent directory and
configure to your needs (*at the least* change the value of `SYSTEMKEY`).
Do not forget to fill in the `MASHAPE_API_KEY` value, which you [can request on the RapidAPI website](https://rapidapi.com/realfavicongenerator/api/realfavicongenerator).
Run digimarks as a service under nginx or apache and call the appropriate
url's when wanted.
@@ -69,14 +71,6 @@ digimarks will then redirect to the bookmarks overview page of the new user. Ple
If you for whatever reason would lose this user key, just either look on the console (or webserver logs) where the list of available user keys is printed on digimarks startup, or open bookmarks.db with a SQLite editor.
MASHAPE_API_KEY
---------------
and MASHAPE_API_KET value add in setting.py.
MASHAPE_API_KEY = 'new-api-key'
Server configuration
~~~~~~~~~~~~~~~~~~~~