17 Commits

Author SHA1 Message Date
b6349bf173 feat(editor): add advanced rich text features and update deployment configuration
Some checks failed
Deploy to Coolify / deploy (push) Failing after 7m5s
- Enhance lexical editor with formatting options (strikethrough, inline code, subscript, superscript), lists (unordered, ordered, checklist), tables, alignment, indentation, blockquotes, horizontal rules, uploads, and relationships
- Update Dockerfile for improved build process, including .npmrc support, pnpm config, telemetry disable, and production optimizations
- Modify CI workflow to deploy only, removing local build steps and updating webhook trigger
- Add .dockerignore file and deployment documentation for Docker build and push workflow
- Configure Next.js for standalone output in next.config.js

BREAKING CHANGE: CI workflow now requires local Docker builds before pushing code, as automated builds have been removed.
2025-12-03 14:59:13 +08:00
794e2144e8 ci: Update deployment trigger branch from main to master.
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 1m36s
2025-12-02 23:04:16 +08:00
7e4270a36e feat(ci): add CI/CD workflow and spec workflow setup
- Add Gitea workflow for build and deploy
- Add spec workflow configuration and templates
- Update package lock file for dependencies
2025-12-02 17:49:08 +08:00
58ea6a0e11 update favicon 2025-10-18 13:14:35 +08:00
fc1651d849 upadate brand 2025-10-18 13:05:09 +08:00
e38c1e34d0 update brand logo 2025-10-17 17:42:37 +08:00
99aa869f56 update Logo tsx to ricenoodle logo 2025-10-17 13:08:52 +08:00
307609a4b7 feat(posts): add article source field to collection config 2025-10-16 13:39:18 +08:00
ca5975a12b update emailadapter 2025-10-13 14:51:19 +08:00
43bbccfcb8 add importMap 2025-10-13 14:21:20 +08:00
5581ae7023 Update payload.config.ts to assert non-null environment variables
Use non-null assertion operator for R2 environment variables to ensure
they are defined at runtime.
2025-10-13 14:03:21 +08:00
a9041e9c22 fix the TypeScript error causing the build to fail. The issue was that
`req.json()`
2025-10-13 13:52:58 +08:00
e97efa5ea1 chore: upgrade PayloadCMS to 3.59.1 2025-10-13 13:45:23 +08:00
52b253c3c3 add cloudflare env process 2025-10-13 11:25:33 +08:00
d4f55c822a config media store to R2 2025-10-13 11:08:37 +08:00
98c32711bc change max header nav items 2025-10-11 14:27:00 +08:00
4bab0a78b2 Initial commit 2025-09-27 14:15:00 +08:00