gramps-web-api
gramps-web-api copied to clipboard
A RESTful web API for Gramps
I followed the instructions on [this page](https://www.grampsweb.org/Deployment/). I wanted to start the "First-run wizard" with the command "docker-compose up -d". After several attempts - also with the "Secure access with...
Environment: - Existing Gramps tree on Windows Desktop - New installation of GrampsWeb in docker stack, - no tree imported - MEDIA_PREFIX_TREE=true - Existing family tree (no media files) synced...
I'm trying to setup a Multi-Tree installation with Docker and followed the instructions at https://www.grampsweb.org/Deployment/, but starting the grampsweb container fails with this error message: ``` /usr/local/lib/python3.11/dist-packages/gramps/plugins/tool/check.py:51: PyGIWarning: Gtk was...
Fixes #310: - Restricts editing custom filters to editors - Disables editing custom filters on multi-tree installs
I have an empty tree at GrampsWeb and my local tree with about 12000 persons in Gramps Desktop. When starting "Gramps Web Sync" the process starts after authorisation. Then it...
After merging #506, it is relatively simple to add a "revert" endpoint for individual transactions. The only non-trivial point is how to deal with conflicts, i.e. transactions where the affected...
If some objects contain invalid data, such as `None` as handle, Gramps XML export can fail, which prevents backup as well as synchronization. We should have something like a "repair...
After successfully adding a place, with name, type, enclosed place and lat-long coordinates, I get an error 500 for any api POST. It works after a restart, but I can...
As mentioned in #424, a couple of changes in Gramps 5.2 need review to see if we can add a corresponding feature or can simplify our code: - [ ]...
Requesting additional information be recorded in logs or perhaps an option for "verbose" logging? I've not noticed that option if it is available. I'd like to be able to note...