{"id":31327991,"url":"https://github.com/bahleg/obsiflask","last_synced_at":"2026-04-19T04:37:15.188Z","repository":{"id":314623738,"uuid":"1046863828","full_name":"bahleg/OBSIFLASK","owner":"bahleg","description":"Simple web service for Obsidian vaults ","archived":false,"fork":false,"pushed_at":"2025-09-20T22:05:35.000Z","size":10858,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-20T23:31:55.105Z","etag":null,"topics":["flask-application","markdown-editor","markdown-previewer","markdown-viewer","note-taking-app","note-taking-application","note-taking-service","obsidian","obsidian-community","obsidian-graph","obsidian-md","obsidian-vault"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bahleg.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"roadmap.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-29T10:52:58.000Z","updated_at":"2025-09-19T21:31:04.000Z","dependencies_parsed_at":"2025-09-13T18:05:34.286Z","dependency_job_id":null,"html_url":"https://github.com/bahleg/OBSIFLASK","commit_stats":null,"previous_names":["bahleg/obsiflask"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bahleg/OBSIFLASK","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bahleg%2FOBSIFLASK","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bahleg%2FOBSIFLASK/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bahleg%2FOBSIFLASK/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bahleg%2FOBSIFLASK/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bahleg","download_url":"https://codeload.github.com/bahleg/OBSIFLASK/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bahleg%2FOBSIFLASK/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276997620,"owners_count":25742482,"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","status":"online","status_checked_at":"2025-09-25T02:00:09.612Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["flask-application","markdown-editor","markdown-previewer","markdown-viewer","note-taking-app","note-taking-application","note-taking-service","obsidian","obsidian-community","obsidian-graph","obsidian-md","obsidian-vault"],"created_at":"2025-09-25T23:40:37.639Z","updated_at":"2026-04-19T04:37:15.171Z","avatar_url":"https://github.com/bahleg.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e  \n    \u003cpicture\u003e\n      \u003cimg alt=\"OBSIFLASK logo\" src=\"obsiflask/static/logo_small.png\" width=\"200px\"\u003e\n    \u003c/picture\u003e\n    \u003ch1\u003e OBSIFLASK \u003c/h1\u003e\n    \u003cp align=\"center\"\u003e Simple web service for Obsidian vaults \u003c/p\u003e\n\u003c/div\u003e\n\n\n![CI](https://github.com/bahleg/OBSIFLASK/actions/workflows/ci.yml/badge.svg)\n[![codecov](https://codecov.io/gh/bahleg/OBSIFLASK/branch/main/graph/badge.svg)](https://codecov.io/gh/bahleg/OBSIFLASK)\n\n**OBSIFLASK** is a lightweight web service for Obsidian vaults, built on Flask.  \nIt supports multiple vaults, multi-user mode, search and navigation, background tasks, and graph visualization.\n\n---\n\n## 🚀 Features\n- 🌐 **Web UI** — clean and convenient interface for note browsing and edit\n- 📚 **Multi-vault support** — work with multiple vaults at once  \n- 👥 **Multi-user support** — run OBSIFLASK in multi-user mode, where each user has their own vaults and permissions  \n- 🔎 **Advanced search** — exact search, regex, fuzzy search, tag search, link search, and filter-based search  \n- 📝 **Task scheduler** — run periodic shell tasks per vault with logs and messages  \n- ⚡ **Graph visualization** — global graph rendering, filtering, tag coloring, clustering  \n- 🔐 **Encryption \u0026 Obfuscation** — hide or protect sensitive content using [Meld-compatible encryption](https://github.com/meld-cp/obsidian-encrypt) or lightweight obfuscation  \n\n[📸 Check the obsiflask UI screenshots and visual comparison with Obsidian](gallery.md)\n\n---\n\n## 📦 Getting Started\nFor OBSIFLASK configuration, please see [Config file](https://github.com/bahleg/OBSIFLASK/blob/main/obsiflask/config.py) and [example yaml file for details](example.yaml).\n\nWith an example config, the server will be started at http://localhost:8000. \n\n### Python pip\n```bash\ngit clone https://github.com/bahleg/obsiflask.git\npip install .\nobsiflask ./example/config.yml\n```\n\nor\n```\npip install git+https://github.com/bahleg/OBSIFLASK.git\n```\n\n\n### Docker\n```bash bash build_docker.sh\ndocker run -p 8000:8000 bahleg13/obsiflask:latest\n```\n\nBy default docker image uses config from /config.yml. You can use the docker with your config:\n```\ndocker run -p 8000:8000 -v \u003cpath to your config\u003e:/config.yml bahleg13/obsiflask:latest\n```\n\n## 🤝 Contributing\n\nThis is a personal pet project that I develop in my free time.  \nExpect plenty of bugs, missing features, and rough edges 🙂  \n\nThat said — feedback, issues, and pull requests are very welcome!  \nIf you have ideas, suggestions, or fixes, feel free to open an issue or submit a PR.\n\n\n## More\n* [License: GPLv3](LICENSE)\n* [Changelog](changelog.md)\n* [Roadmap](roadmap.md)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbahleg%2Fobsiflask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbahleg%2Fobsiflask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbahleg%2Fobsiflask/lists"}