{"id":17971076,"url":"https://github.com/idatsy/json-ui","last_synced_at":"2026-01-29T22:32:28.525Z","repository":{"id":246665580,"uuid":"821795364","full_name":"idatsy/json-ui","owner":"idatsy","description":"Simple web interface for editing JSON files (such as config files on remote servers)","archived":false,"fork":false,"pushed_at":"2024-06-29T13:15:03.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T00:55:24.357Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/idatsy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-29T13:05:58.000Z","updated_at":"2024-06-29T13:15:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"5f047b3e-a225-4b71-ad43-817c86a65582","html_url":"https://github.com/idatsy/json-ui","commit_stats":null,"previous_names":["idatsy/json-ui"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idatsy%2Fjson-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idatsy%2Fjson-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idatsy%2Fjson-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idatsy%2Fjson-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idatsy","download_url":"https://codeload.github.com/idatsy/json-ui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247086024,"owners_count":20881160,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-29T15:36:36.305Z","updated_at":"2026-01-29T22:32:28.492Z","avatar_url":"https://github.com/idatsy.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSON Config Editor\n\n## Features\n\n- Edit any JSON configuration file through a web interface\n- Supports nested objects, arrays, and various data types\n- Basic authentication for security\n- Easy integration into existing Flask applications\n\nA web-based JSON configuration editor with authentication.\n\n## Example \n\n![JSON Config Editor Screenshot](examples/screenshot.png)\n\n## Usage\n\n```python\nfrom json_ui import create_app\n\nif __name__ == '__main__':\n    app = create_app(\n        config_path='/path/to/your/config.json',\n        username='admin',\n        password='your_secure_password'\n    )\n    app.run(host='0.0.0.0', port=5000)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidatsy%2Fjson-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidatsy%2Fjson-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidatsy%2Fjson-ui/lists"}