{"id":43984189,"url":"https://github.com/vpmv/unchained-cms","last_synced_at":"2026-02-07T09:33:23.694Z","repository":{"id":39541036,"uuid":"187697857","full_name":"vpmv/unchained-cms","owner":"vpmv","description":"High-level list-keeping CMS for keeping track of your favorite \u003cinsert here\u003e","archived":false,"fork":false,"pushed_at":"2025-08-13T19:15:51.000Z","size":3439,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-13T21:19:14.801Z","etag":null,"topics":["cms","excel","hobbies","lists","tables","yaml-configuration","zero-knowledge"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/vpmv.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,"zenodo":null}},"created_at":"2019-05-20T19:02:30.000Z","updated_at":"2025-08-13T19:03:24.000Z","dependencies_parsed_at":"2025-07-20T13:04:07.322Z","dependency_job_id":"c74ce789-a9ba-4b73-80ec-268625fc48a2","html_url":"https://github.com/vpmv/unchained-cms","commit_stats":null,"previous_names":["vpmv/unchained-skeleton","vpmv/unchained-cms"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/vpmv/unchained-cms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vpmv%2Funchained-cms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vpmv%2Funchained-cms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vpmv%2Funchained-cms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vpmv%2Funchained-cms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vpmv","download_url":"https://codeload.github.com/vpmv/unchained-cms/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vpmv%2Funchained-cms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29191408,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T07:37:03.739Z","status":"ssl_error","status_checked_at":"2026-02-07T07:37:03.029Z","response_time":63,"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":["cms","excel","hobbies","lists","tables","yaml-configuration","zero-knowledge"],"created_at":"2026-02-07T09:33:23.540Z","updated_at":"2026-02-07T09:33:23.690Z","avatar_url":"https://github.com/vpmv.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Unchained\n====\n\nUnchained is a high-level list-keeping CMS for keeping track of your favorite \\\u003cinsert here\\\u003e. With Unchained you can keep a variety of records, maintaining interoperable lists (cross-references) using simple (readable) configurations.\n \n[Read the wiki](https://github.com/vpmv/unchained-cms/wiki)\n\n![Preview](preview.png)\n\n# About\nEveryone has hobbies! Keep track of your sports performance, your favorite movies, your best recipes, books and inventory ~ whatever! Unchained allows you to easily create multiple apps, with cross-references, without any programming knowledge. \nNo need to get your hands dirty with databases either; Unchained has this on board. All you need to do is create a few text files.\n\nUnchained comes with a few simple examples to help you get started.\n\n# Installation\n\nUse the official PHP-FPM image:\n\n```shell\ndocker run \\\n  -v build:/var/www/public/build \\\n  -v media:/var/www/public/media \\\n  -v ./user:/var/www/user \\\n  ghcr.io/vpmv/unchained-cms:latest\n```\n\n```yaml\n# docker-compose.yaml\nservices:\n  php:\n    image: ghcr.io/vpmv/unchained-cms:latest \n    volumes:\n      - build:/var/www/public/build\n      - media:/var/www/public/media\n      - ./user:/var/www/user # your local user configuration / customization   \n```\n\nFor detailed and bare-metal installations, please read the [Installation guide](https://github.com/vpmv/unchained-cms/wiki/installation)\n\n\n# User configuration\nThe user directory is the starting point of your applications. Unchained will look here first for configurations, templates and extensions.\n\nThe user directory is designed to be used as a Docker binding and/or as a nested repository. This way you can keep the (development) core updated whilst maintaining the freedom within your own configurations.\n\nRead the wiki on how to [Configure and use your first app](https://github.com/vpmv/unchained-cms/wiki/applications)\n\n\n## Customization\n\nUnchained is easily extended with Webpack Encore, Twig and user-defined PHP extensions. The front-end entrypoint is preconfigured at `/user/assets/user.js`. \u003cbr\u003e Feel free to add your own scripts and styling.\n\nUnchained comes with the following Icon packs:\n* FontAwesome 7\n* Bootstrap Icons 1.13 \n\nTemplates are easily overridden. See [the sources](templates) for templates you wish to override and put them in `/user/templates`.\n\nRead the wiki on how to [extend your applications](https://github.com/vpmv/unchained-cms/wiki/configuration#pointers)\n\n\n# Features\n * [x]  Easy zero-knowledge text-based (YAML) configuration \n * [x]  Highly customizable front-end\n     * **New in v1.2**: Two built-in styles (textual/blocky)\n     * **New in v1.2**: Themes (dark/light/auto)\n * [x]  Public / private views with admin backend\n     * Configure which apps / fields are publicly visible\n * [x]  Link applications with each other, cross-referencing values\u003cbr\u003e\n     * Count foreign records\n     * **New in v1.2**: find min/max dates \u0026 show averages\n     * **New in v1.2**: grouping and conditional form elements\n * [x]  Customize data output by referencing values, through user written code\n     * **New in v1.2**: Helper functions and example scripts to help you get started \n * [x]  Extend or replace templates\n * [x]  Native customizable/extendable styling using Webpack standards \n * [x]  Translation support\n    Unchained comes preconfigured with a bunch of translations. Each application allows for their own translations.\n * [x]  Application categorization\n     * Easily define categories with automatic routing \n \n ## Roadmap\n\n * [ ]  Installation wizard\n * [ ]  Prettier forms\n * [ ]  Graphs; get a clearer overview of your progression (useful for sports, psychology, etc.)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvpmv%2Funchained-cms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvpmv%2Funchained-cms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvpmv%2Funchained-cms/lists"}