You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
npmrun 584aabe5b8 docs(spec): admin user list stats and public profile links 4 weeks ago
.vscode feat: integrate Nuxt UI, add Tailwind CSS support, and restructure app layout 4 weeks ago
app feat(db): update SQLite configuration and seeding process 4 weeks ago
build-files feat(db): update SQLite configuration and seeding process 4 weeks ago
docs/superpowers docs(spec): admin user list stats and public profile links 4 weeks ago
packages feat(db): update SQLite configuration and seeding process 4 weeks ago
public init 1 month ago
scripts refactor: migrate database from PostgreSQL to SQLite and update related configurations 4 weeks ago
server refactor(rss-scheduler): streamline plugin initialization and interval setup 4 weeks ago
.env.example feat(db): update SQLite configuration and seeding process 4 weeks ago
.gitignore feat: add username-password auth flow 4 weeks ago
README.md Add drizzle-zod and zod dependencies, refactor API handler for user retrieval, and introduce response handler utility 1 month ago
bun.lock feat: multitenant profile, posts, timeline, RSS, admin APIs, and Nuxt UI 4 weeks ago
nuxt.config.ts feat: add bun-types support in TypeScript configuration 4 weeks ago
package.json feat: enhance public profile layout and configuration management 4 weeks ago
tsconfig.json init 1 month ago

README.md

文档

开发与部署

用 Linux 开发与部署,包管理器采用 bun@1.3.11。数据库为 postgres(通过 DATABASE_URL 连接;本地可参考 .env.example 复制为 .env.local)。部署时可直接打包 .output 目录,在服务器环境执行迁移命令,省时省力。

计划

  • 支持定时任务