{"id":13546905,"url":"https://github.com/deep-project/moss","last_synced_at":"2026-01-20T08:31:45.443Z","repository":{"id":181242030,"uuid":"600336913","full_name":"deep-project/moss","owner":"deep-project","description":"moss is a simple and lightweight web content management system(cms)🍀moss是一个简单轻量的内容管理系统","archived":false,"fork":false,"pushed_at":"2025-05-29T15:27:02.000Z","size":7887,"stargazers_count":255,"open_issues_count":4,"forks_count":58,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-29T16:51:44.232Z","etag":null,"topics":["cms","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deep-project.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2023-02-11T07:01:05.000Z","updated_at":"2025-05-29T15:05:56.000Z","dependencies_parsed_at":"2024-01-14T02:39:22.436Z","dependency_job_id":"0a54d5d9-410d-4a17-8722-9d72c9ade5fa","html_url":"https://github.com/deep-project/moss","commit_stats":null,"previous_names":["deep-project/moss"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/deep-project/moss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deep-project%2Fmoss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deep-project%2Fmoss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deep-project%2Fmoss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deep-project%2Fmoss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deep-project","download_url":"https://codeload.github.com/deep-project/moss/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deep-project%2Fmoss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28598992,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: 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","golang"],"created_at":"2024-08-01T12:00:47.584Z","updated_at":"2026-01-20T08:31:45.436Z","avatar_url":"https://github.com/deep-project.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# Moss\nmoss is a simple and lightweight web content management system\n\nmoss是一个简单轻量的内容管理系统\n\n可以使用mysql、postgresql、sqlite数据库。后台支持12种语言，可切换明暗风格\n\n使用中不懂的可以加群问我\n\nQQ交流群：68396947\n\nTG交流群：[https://t.me/mosscms](https://t.me/mosscms)\n\n\n------\n\n+ [English document](https://github.com/deep-project/moss/blob/main/docs/README_EN.md)\n+ [主题制作](https://github.com/deep-project/moss/blob/main/docs/theme/README.md)\n+ [模板文档](https://github.com/deep-project/moss/blob/main/docs/template/README.md)\n\n+ [使用宝塔进程守护管理器部署程序](https://github.com/deep-project/moss/blob/main/docs/other/宝塔进程守护管理器部署程序.md)\n+ [docker和docker-compose部署程序](./docs/other/docker和docker-compose部署程序.md)\n+ [火车头发布模块](./extras/火车头发布模块/README.md)（v0.1.3版本及以上支持）\n\n\n![中文](https://user-images.githubusercontent.com/24670171/218475482-75030079-c2e3-4eb9-9f17-1713b15ad360.jpg)\n![english](https://user-images.githubusercontent.com/24670171/218475496-4b2523b2-6bb6-43ac-a620-24f5ea0a5e3e.jpg)\n### 暗色\n![dark](https://user-images.githubusercontent.com/24670171/218475501-45527af5-c163-4331-b084-0c3943d6ff9c.jpg)\n![list](https://user-images.githubusercontent.com/24670171/218475504-1ea5eb45-90cf-4810-aaa0-ca910b0165d5.jpg)\n\n\n## 开始使用\n+ [下载程序文件](https://github.com/deep-project/moss/releases)\n+ 运行\n\n      ./moss\n\n+ 启动成功\n\u003e ##### 默认启动后使用sqlite\u003cbr\u003e\n\u003e ##### 默认后台地址 /admin\n\n------\n\n### 配置文件(conf.toml)\n\n| key  | 说明       | 默认      |\n| ---- | ---------- | --------- |\n| addr | 监听地址   | 随机      |\n| db   | 数据库类型 | sqlite    |\n| dsn  | 数据源     | ./moss.db?_pragma=journal_mode(WAL) |\n      默认sqlite使用WAL方式打开，防止读取阻塞\n+ 数据源示例\n\n| Type       | dsn 示例                                                                           |\n| ---------- | ---------------------------------------------------------------------------------- |\n| sqlite     | ./data.db                                                |\n| mysql      | user:password@tcp(127.0.0.1:3306)/moss?charset=utf8mb4\u0026parseTime=True              |\n| postgresql | host=127.0.0.1 port=5432 user=postgres password=123456 dbname=moss sslmode=disable |\n\n\n\n### 命令行\n| key         | 说明             | 示例                                   |\n| ----------- | ---------------- | -------------------------------------- |\n| --username  | 重置管理员用户名 |                                        |\n| --password  | 重置管理员密码   |                                        |\n| --adminpath | 重置后台路径     | ./moss --adminpath=\"admin\"             |\n| --config    | 指定配置文件路径 | ./moss --config=\"/home/othername.toml\" |\n\n\u003e ###### 可以通过 ./moss --help 查看更多信息\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeep-project%2Fmoss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeep-project%2Fmoss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeep-project%2Fmoss/lists"}