| .ddev | ||
| bin | ||
| config | ||
| public | ||
| .gitignore | ||
| composer.json | ||
| LICENSE | ||
| phpstan.neon | ||
| readme.md | ||
__frgmnt
This is the Content Management System behind dstwre.sh.
This CMS mainly to learn. It's not meant to compete with existing CMS solutions.
This repository is a template project: alongside the core, it includes an example extension that handles the frontend with a minimal setup and demonstrates how customizable the system can be.
Current status
You can already self-host __frgmnt and experiment with it, but the project should still be considered experimental.
Things may change, be restructured, or break as the CMS evolves.
Self-hosting / Setup
For installation and local setup instructions, see:
That guide covers the current setup, requirements, local development notes, and first login details.
Local development note
DDEV is recommended for local development, but it is not required.
If you do not want to use it, you can safely remove the .ddev directory.
If you use DDEV, change the name in
.ddev/config.yamlto your project name.
License
This project is licensed under JNK 1.1 - an Anti-Capitalist, Share-Alike, Post-Open-Source license.
Use it, remix it, break it, rebuild it, make something your own and share it with the world.
Just don't sell it. Don't lock it behind paywalls. Don't wrap it in ads, NFTs, AI scraping, or subscription garbage.
If you extend or modify this work, release your version under the same license.
Keep it free, keep it open, and link back to the source.
This license exists to protect a space where creative work stays public and freely shared,
instead of getting buried in products or turned into someone's revenue stream.
See LICENSE for full details.