{"id":28839470,"url":"https://github.com/coldbox-modules/cbfs","last_synced_at":"2026-01-31T20:01:39.368Z","repository":{"id":39789375,"uuid":"145317251","full_name":"coldbox-modules/cbfs","owner":"coldbox-modules","description":"A powerful filesystem abstraction layer for ColdBox applications","archived":false,"fork":false,"pushed_at":"2025-10-28T20:31:24.000Z","size":676,"stargazers_count":9,"open_issues_count":9,"forks_count":5,"subscribers_count":7,"default_branch":"development","last_synced_at":"2025-10-28T22:26:59.446Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"ColdFusion","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/coldbox-modules.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.YML","license":null,"code_of_conduct":".github/CODE_OF_CONDUCT.MD","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"patreon":"ortussolutions"}},"created_at":"2018-08-19T15:58:36.000Z","updated_at":"2025-10-28T20:31:29.000Z","dependencies_parsed_at":"2023-11-22T21:24:31.982Z","dependency_job_id":"c918fe83-a1f7-488b-aaa1-958289a43ed1","html_url":"https://github.com/coldbox-modules/cbfs","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/coldbox-modules/cbfs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldbox-modules%2Fcbfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldbox-modules%2Fcbfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldbox-modules%2Fcbfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldbox-modules%2Fcbfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coldbox-modules","download_url":"https://codeload.github.com/coldbox-modules/cbfs/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldbox-modules%2Fcbfs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28952578,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T18:30:42.805Z","status":"ssl_error","status_checked_at":"2026-01-31T18:30:19.593Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["hacktoberfest"],"created_at":"2025-06-19T14:41:25.650Z","updated_at":"2026-01-31T20:01:39.355Z","avatar_url":"https://github.com/coldbox-modules.png","language":"ColdFusion","funding_links":["https://patreon.com/ortussolutions","https://www.patreon.com/ortussolutions"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://www.ortussolutions.com/__media/coldbox-185-logo.png\"\u003e\n\t\u003cbr\u003e\n\t\u003cimg src=\"https://www.ortussolutions.com/__media/wirebox-185.png\" height=\"125\"\u003e\n\t\u003cimg src=\"https://www.ortussolutions.com/__media/cachebox-185.png\" height=\"125\" \u003e\n\t\u003cimg src=\"https://www.ortussolutions.com/__media/logbox-185.png\"  height=\"125\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\tCopyright Since 2005 ColdBox Platform by Luis Majano and Ortus Solutions, Corp\n\t\u003cbr\u003e\n\t\u003ca href=\"https://www.coldbox.org\"\u003ewww.coldbox.org\u003c/a\u003e |\n\t\u003ca href=\"https://www.ortussolutions.com\"\u003ewww.ortussolutions.com\u003c/a\u003e\n\u003c/p\u003e\n\n----\n\n# cbfs\n\n[![cbfs CI](https://github.com/coldbox-modules/cbfs/actions/workflows/ci.yml/badge.svg)](https://github.com/coldbox-modules/cbfs/actions/workflows/ci.yml)\n\nThe `cbfs` module enables you to abstract **ANY** filesystem within your ColdBox applications. You can configure as many disks as you wish which represent file systems in your application. Each disk is backed by a storage provider and configurable within your ColdBox application.\n\n## Documentation\n\nhttps://cbfs.ortusbooks.com/\n\nhttps://apidocs.ortussolutions.com/#/coldbox-modules/cbfs/.\n\n## License\n\nApache License, Version 2.0.\n\n## System Requirements\n\n- [BoxLang 1+](https://www.boxlang.io/)\n- Lucee 5+\n- Adobe ColdFusion 2021+\n\n## Installation\n\nUse CommandBox CLI to install:\n\n```bash\nbox install cbfs\n```\n\n## Contributing\n\nWe welcome any contributions to this project, either by pull requests, documentation updates, or by becoming a [Patreon supporter](https://www.patreon.com/ortussolutions).\n\n## Test Suite\n\nYou can run the included test suite with the following commands from the project root:\n\n```bash\ncd test-harness \u0026\u0026 box install\ncd ..\nbox server start\nbox testbox run\n```\n\n---\n\nCopyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp\nwww.ortussolutions.com\n\n---\n\n## HONOR GOES TO GOD ABOVE ALL\n\nBecause of His grace, this project exists. If you don't like this, then don't read it, its not for you.\n\n\u003e \"Therefore being justified by faith, we have peace with God through our Lord Jesus Christ:\n\u003e By whom also we have access by faith into this grace wherein we stand, and rejoice in hope of the glory of God.\n\u003e And not only so, but we glory in tribulations also: knowing that tribulation worketh patience;\n\u003e And patience, experience; and experience, hope:\n\u003e And hope maketh not ashamed; because the love of God is shed abroad in our hearts by the\n\u003e Holy Ghost which is given unto us. .\" Romans 5:5\n\n### THE DAILY BREAD\n\n\u003e \"I am the way, and the truth, and the life; no one comes to the Father, but by me (JESUS)\" Jn 14:1-12\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoldbox-modules%2Fcbfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoldbox-modules%2Fcbfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoldbox-modules%2Fcbfs/lists"}