{"id":21391503,"url":"https://github.com/ckay-9/k9-forums","last_synced_at":"2025-10-04T02:30:38.592Z","repository":{"id":185217460,"uuid":"672691128","full_name":"CKAY-9/k9-forums","owner":"CKAY-9","description":"FOS Forum Software","archived":false,"fork":false,"pushed_at":"2023-10-23T17:58:46.000Z","size":2940,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-22T13:38:25.797Z","etag":null,"topics":["chat","forums","fun","nestjs","nextjs","nodejs","postgres","utility","web"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CKAY-9.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-07-30T23:44:44.000Z","updated_at":"2023-09-05T15:12:59.000Z","dependencies_parsed_at":"2023-08-01T05:35:35.935Z","dependency_job_id":"12f4d4c6-5bd2-41e6-b2d3-2256092ccc52","html_url":"https://github.com/CKAY-9/k9-forums","commit_stats":null,"previous_names":["ckay-9/k9-forums"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CKAY-9%2Fk9-forums","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CKAY-9%2Fk9-forums/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CKAY-9%2Fk9-forums/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CKAY-9%2Fk9-forums/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CKAY-9","download_url":"https://codeload.github.com/CKAY-9/k9-forums/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235209036,"owners_count":18953006,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["chat","forums","fun","nestjs","nextjs","nodejs","postgres","utility","web"],"created_at":"2024-11-22T13:33:39.821Z","updated_at":"2025-10-04T02:30:33.123Z","avatar_url":"https://github.com/CKAY-9.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# K9 Forums\n\n![AGPL License](https://img.shields.io/badge/License-AGPL_V3.0-blue)\n![Language](https://img.shields.io/badge/Language-TypeScript-red)\n\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 1rem;\"\u003e\n    \u003cdiv style=\"display: flex; align-items: center; justify-content: center; gap: 1rem;\"\u003e\n        \u003cimg src=\"./assets/showcase/home.png\" width=\"400\" /\u003e\n        \u003cimg src=\"./assets/showcase/about.png\" width=\"400\" /\u003e\n    \u003c/div\u003e\n    \u003cdiv style=\"display: flex; align-items: center; justify-content: center; gap: 1rem;\"\u003e\n        \u003cimg src=\"./assets/showcase/post.png\" width=\"400\" /\u003e\n        \u003cimg src=\"./assets/showcase/profile.png\" width=\"400\" /\u003e\n    \u003c/div\u003e\n    \u003cdiv style=\"display: flex; align-items: center; justify-content: center; gap: 1rem;\"\u003e\n        \u003cimg src=\"./assets/showcase/new-comment.png\" width=\"400\" /\u003e\n        \u003cimg src=\"./assets/showcase/new-post.png\" width=\"400\" /\u003e\n    \u003c/div\u003e\n    \u003cdiv style=\"display: flex; align-items: center; justify-content: center; gap: 1rem;\"\u003e\n        \u003cimg src=\"./assets/showcase/config.png\" width=\"400\" /\u003e\n        \u003cimg src=\"./assets/showcase/usergroup-creation.png\" width=\"400\" /\u003e\n    \u003c/div\u003e\n    \u003cdiv style=\"display: flex; align-items: center; justify-content: center; gap: 1rem;\"\u003e\n        \u003cimg src=\"./assets/showcase/manage-users.png\" width=\"400\" /\u003e\n    \u003c/div\u003e\n\u003c/div\u003e\n\n## About\n\nK9 Forums is a free and open-source forum software built with NestJS and NextJS, using TypeScript. K9 Forums is meant to be a simple solution to forums while offering ease-of-use and configurability.\n\n## Credits\n- Thank you to \u003ca href=\"https://github.com/uiwjs\"\u003euiwjs\u003c/a\u003e for react-markdown preview and editor\n\n## Installation\n\nThis project is WIP and not finished. Run at your own risk.\n\n*Docker support is being worked on*\n\n```bash\n# Clone the project\ngit clone https://github.com/CKAY-9/k9-forums.git\n\n### Backend setup ###\ncd backend\nnpm install\n\n# env setup\nexport DATABASE_URL=postgres://my_postgres_login\n\n# running\nnpm run build\nnpm run start\n\n\n\n### Frontend setup ###\ncd frontend\nnpm install\n\n# env setup\nexport NEXT_PUBLIC_API_URL=http://localhost:3001\nexport NEXT_PUBLIC_CDN_URL=http://localhost:5000\n\n# running\nnpm run build\nnpm run start\n\n\n\n### CDN setup ###\ncd cdn\n\n# python setup\npy -3 -m venv .venv\n.venv\\Scripts\\activate\npip install flask\npip install markupsafe\npip install werkzeug\npip install -U flask-cors\n\n# running\nflask --app main run\n\n### WebSocket Server ###\ncd ws-server\nnpm install\n\n# env setup\nexport INTERNAL_API_URL=http://localhost:3001\nexport INTERNAL_CDN_URL=http://localhost:5000\n\n# running\nnpm run build\nnpm run start\n\n```\n    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fckay-9%2Fk9-forums","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fckay-9%2Fk9-forums","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fckay-9%2Fk9-forums/lists"}