|
|
5 年之前 | |
|---|---|---|
| .github | 5 年之前 | |
| bin | 5 年之前 | |
| config | 5 年之前 | |
| data | 5 年之前 | |
| lib | 5 年之前 | |
| schema | 5 年之前 | |
| www | 5 年之前 | |
| .gitignore | 5 年之前 | |
| CHANGELOG | 5 年之前 | |
| Dockerfile | 5 年之前 | |
| LICENSE | 5 年之前 | |
| Makefile | 5 年之前 | |
| Readme.md | 5 年之前 |
A flexible perl CMS which supports multiple data models and content types
Deployment is currently:
starman -p $PORT www/server.psgiA Dockerfile is provided for your convenience in building images based on this:
sudo docker build -t troglodyne:tcms
sudo docker run -dp 5001:5001 troglodyne/tcms:latest starman -p 5001 www/server.psgi
The user guide is self-hosted; After you first login, hit the 'Manual' section in the backend.
Rate-Limiting is expected to be handled at the level of the webserver proxying requests to this application.
See migrate.pl, and modify the $docroot variable appropriately
Planned development:
Planned Development:
domain picker at top -- manage all your web properties from one place
login and registration (forces email for a domain to allow posting on said domain) User data also stored in ES -- it's their profile page!
Error and Access logs immediately dumped into ES for EZ viewing in grafana
Automatic analytics!
Multiple auth models (ldap, oauth etc)
Builtin paywall -- add in LDAP users not on primary domain, give differing privs Have all content able to assign to paywall packages
One click share to social via oauth Mailing list blasts for paywall content