1
0
mirror of https://codeberg.org/diginaut/digimarks.git synced 2026-03-22 07:30:49 +01:00

Updated example configuration files

This commit is contained in:
2026-02-11 15:59:10 +01:00
parent 157303aba2
commit 9524fec672
6 changed files with 40 additions and 68 deletions

View File

@@ -89,7 +89,7 @@ Url's are of the form `https://hook.example.com/app/<appkey>/<triggerkey>`
API documentation is auto-generated, and can be browsed at https://hook.example.com/docs
### Bookmarklet
## 🧩 Bookmarklet
To easily save a link from your browser, open its bookmark manager and create a new bookmark with as url:
@@ -115,9 +115,9 @@ If you for whatever reason would lose this user key, just either look on the con
## 🔧 Server configuration
- [systemd for digimarks API](https://codeberg.org/diginaut/digimarks/blob/master/example_config/systemd/digimarks.service) which uses the [gunicorn config](https://codeberg.org/diginaut/digimarks/src/branch/master/example_config/uwsgi.ini)
- [nginx for digimarks API]()
- [more config](https://codeberg.org/diginaut/digimarks/src/branch/master/example_config)
- [systemd for digimarks API](https://codeberg.org/diginaut/digimarks/src/branch/fastap/example_config/systemd/digimarks.service) which uses the [gunicorn config](https://codeberg.org/diginaut/digimarks/src/branch/fastapi/example_config/gunicorn_digimarks_conf.py)
- [nginx for digimarks API](https://codeberg.org/diginaut/digimarks/src/branch/fastapi/example_config/nginx_digimarks.conf)
- [more config](https://codeberg.org/diginaut/digimarks/src/branch/fastapi/example_config)
## ✨ What's new?