{"id":23618884,"url":"https://github.com/xavierog/combinedfs","last_synced_at":"2026-02-26T23:01:51.155Z","repository":{"id":187565659,"uuid":"253738334","full_name":"xavierog/combinedfs","owner":"xavierog","description":"  CombinedFS is a FUSE FileSystem that exposes a transformed, straightforward, read-only version of Let's Encrypt / Certbot's \"live\" directory.","archived":false,"fork":false,"pushed_at":"2025-01-04T17:59:28.000Z","size":39,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-28T06:32:53.075Z","etag":null,"topics":["fuse","fuse-filesystem","letsencrypt","letsencrypt-certificates","letsencrypt-utils","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xavierog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2020-04-07T08:51:38.000Z","updated_at":"2025-01-04T17:59:31.000Z","dependencies_parsed_at":"2023-08-11T05:12:37.303Z","dependency_job_id":"6a867c1c-2860-4007-ac6d-6279f4a94190","html_url":"https://github.com/xavierog/combinedfs","commit_stats":null,"previous_names":["xavierog/combinedfs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xavierog/combinedfs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xavierog%2Fcombinedfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xavierog%2Fcombinedfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xavierog%2Fcombinedfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xavierog%2Fcombinedfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xavierog","download_url":"https://codeload.github.com/xavierog/combinedfs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xavierog%2Fcombinedfs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29876342,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T22:37:10.609Z","status":"ssl_error","status_checked_at":"2026-02-26T22:37:09.019Z","response_time":89,"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":["fuse","fuse-filesystem","letsencrypt","letsencrypt-certificates","letsencrypt-utils","python"],"created_at":"2024-12-27T19:33:04.948Z","updated_at":"2026-02-26T23:01:51.130Z","avatar_url":"https://github.com/xavierog.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CombinedFS\n\nCombinedFS stands for Completely Over-engineered, Melted Brain-Induced, Not Even Decent Fucking Solution.\nWell, no, it doesn't, but I like far-fetched acronyms.\n\nCombinedFS is a FUSE FileSystem that exposes a transformed, straightforward, read-only version of Let's Encrypt / Certbot's \"live\" directory for better integration with software that requires \"combined\" PEM files.\n\n## Features\n\n - Dynamically concatenate and expose adequate PEM files;\n - include PEM files from outside the Certbot directory, e.g. Diffie-Hellman parameters;\n - hide symlinks, resulting in a single directory to expose to your TLS frontend;\n - filter exposed certificates (whitelist / blacklist) using a regular expression;\n - expose either a Certbot-like tree (e.g. my.domain.tld/combined.pem), suitable for those who just need filtering or concatenation...\n - or a flattened directory (e.g. my.domain.tld_cert.pem), suitable for software that loads all PEM files in a given directory;\n - specify Unix permissions: uid, gid, mode, either globally or on a per-file basis (not a per-cert basis though).\n\n## Implementation\n\n - Python with [fusepy](https://github.com/fusepy/fusepy)\n - YAML/JSON configuration file\n\n## How to use it\n\n```\ncombinedfs.py [--foreground] /path/to/configuration.yaml /mount/point\n```\n\nfstab syntax:\n```\n/path/to/configuration.yaml    /mount/point    fuse.combinedfs    defaults    0 0\n```\n\nRefer to `configuration.reference.yaml` to write your own configuration file.\n\nIt is possible to reload the configuration file without remounting the filesystem.\n```\ncat /mount/point/reload\n```\nThis will output either \"reload ok\" or \"reload fail\".\n\n## Why?\n\nCertbot already offers hooks to handle pretty much everything, from mere concatenations to complex deployments to various kinds of clusters.\nSo why write a Fuse FileSystem to cover only a small part of this scope?\nWell, duh. Because it's fun, here's why.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxavierog%2Fcombinedfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxavierog%2Fcombinedfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxavierog%2Fcombinedfs/lists"}