Ignore push.json and add push.json.example + README note
This commit is contained in:
parent
b3570f9c0f
commit
85cc58be44
3 changed files with 18 additions and 0 deletions
13
README.md
13
README.md
|
|
@ -507,3 +507,16 @@ Notes:
|
|||
- If the Gemini API returns an error (HTTP 429 or 503) the response and details are written to the job log (`<inputdir>/generate_data.log`) and debug response file when available.
|
||||
|
||||
If you prefer a background/async workflow instead of the synchronous popup, the endpoint and UI can be adjusted to start the job in the background and poll for results instead.
|
||||
|
||||
|
||||
Push VAPID keys (push.json)
|
||||
|
||||
- push.json contains the VAPID keys used by the server for web-push.
|
||||
- Do NOT commit push.json to git. Use push.json.example as a template.
|
||||
|
||||
To install on the server (example):
|
||||
|
||||
sudo cp push.json.example push.json
|
||||
sudo chown root:www-data push.json
|
||||
sudo chmod 640 push.json
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue