home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 1728498221

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/datasette/pull/2191#issuecomment-1728498221 https://api.github.com/repos/simonw/datasette/issues/2191 1728498221 IC_kwDOBm6k_c5nBsot 9599 2023-09-20T22:17:26Z 2023-09-20T22:17:26Z OWNER I tested this locally for permissions like this. `datasette.yml`: ```yaml databases: content: allow: id: root ``` Started Datasette like this: ```bash datasette --root content.db pottery2.db -c datasette.yml ``` As root I could see this (note the padlock): <img width="630" alt="CleanShot 2023-09-20 at 15 17 02@2x" src="https://github.com/simonw/datasette/assets/9599/3e0c3abd-9a90-43f4-ad68-bb490d19eef8"> http://127.0.0.1:8001/-/metadata returned `{}` showing that the permissions must have come from the config file instead. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 1901768721  
Powered by Datasette · Queries took 1.323ms