{"id":13616337,"url":"https://github.com/NekoWheel/NekoBox","last_synced_at":"2025-04-14T00:32:07.463Z","repository":{"id":37026014,"uuid":"247015812","full_name":"NekoWheel/NekoBox","owner":"NekoWheel","description":"📫 匿名提问箱 / Anonymous question box","archived":false,"fork":false,"pushed_at":"2024-09-15T04:40:17.000Z","size":5276,"stargazers_count":207,"open_issues_count":4,"forks_count":28,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-09-16T02:17:48.186Z","etag":null,"topics":["anonymous-chat","flamego","go","golang","production","saas","side-project"],"latest_commit_sha":null,"homepage":"https://box.n3ko.cc","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/NekoWheel.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":"2020-03-13T07:51:00.000Z","updated_at":"2024-09-15T04:40:20.000Z","dependencies_parsed_at":"2024-02-16T05:32:23.432Z","dependency_job_id":"5d1286c2-e969-435b-85e6-5b0ed12a681c","html_url":"https://github.com/NekoWheel/NekoBox","commit_stats":{"total_commits":173,"total_committers":4,"mean_commits":43.25,"dds":0.161849710982659,"last_synced_commit":"e128f34f01558d004a5e8aa0c129bcf44aa1249b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NekoWheel%2FNekoBox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NekoWheel%2FNekoBox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NekoWheel%2FNekoBox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NekoWheel%2FNekoBox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NekoWheel","download_url":"https://codeload.github.com/NekoWheel/NekoBox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223611919,"owners_count":17173533,"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":["anonymous-chat","flamego","go","golang","production","saas","side-project"],"created_at":"2024-08-01T20:01:27.089Z","updated_at":"2025-04-14T00:32:07.449Z","avatar_url":"https://github.com/NekoWheel.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n\u003cimg src=\"https://box-user-assets.n3ko.cc/public/Neko.png\" width=100px/\u003e\n\nNekoBox\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n匿名提问箱 / Anonymous Question Box\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://goreportcard.com/badge/github.com/NekoWheel/NekoBox\"\u003e\n    \u003cimg src=\"https://github.com/NekoWheel/NekoBox/workflows/Go/badge.svg\" alt=\"Go Report Card\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://sourcegraph.com/github.com/NekoWheel/NekoBox\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/view%20on-Sourcegraph-brightgreen.svg?logo=sourcegraph\" alt=\"Sourcegraph\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://deepsource.io/gh/NekoWheel/NekoBox/?ref=repository-badge\"\u003e\n    \u003cimg src=\"https://deepsource.io/gh/NekoWheel/NekoBox.svg/?label=active+issues\u0026token=7nuU5C-4QG3CP_5g9qFf3Bl9\" alt=\"DeepSource\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://goreportcard.com/report/github.com/NekoWheel/NekoBox\"\u003e\n    \u003cimg src=\"https://goreportcard.com/badge/github.com/NekoWheel/NekoBox\" alt=\"Go Report Card\"\u003e\n\u003ca\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"/README.zh-CN.md\"\u003e简体中文\u003c/a\u003e | \u003ca href=\"/README.md\"\u003eEnglish\u003c/a\u003e\n\u003c/p\u003e\n\n![Screenshot](./dev/screenshot.svg)\n\n## Deployment\n\n### Docker Deployment\n\n1. Create a Configuration File\n\nCreate a configuration file `app.ini` based on the template `conf/app.sample.ini`. Adjust the settings as needed by\nreferring to the comments in the file.\n\n2. Start the Container\n\n```bash\n# Pull the latest image\ndocker pull ghcr.io/nekowheel/nekobox:master\n\n# Start the container (listen on port 80 and mount the configuration file)\ndocker run -dt --name NekoBox -p 80:80 -v $(pwd)/app.ini:/app/conf/app.ini ghcr.io/nekowheel/nekobox:master\n```\n\n### Build from Source\n\n1. Requirements\n\n* [Go](https://golang.org/dl/) (v1.19 or higher)\n* [MySQL](https://www.mysql.com/downloads/) (v5.7 or higher)\n* [Redis](https://redis.io/download/) (v6.0 or higher)\n\n2. Compile the Source Code\n\n```bash\n# Clone the source code\ngit clone https://github.com/NekoWheel/NekoBox.git\n\n# Enter the project directory\ncd NekoBox\n\n# Build the binary for the current system and architecture\ngo build -v -ldflags \"-w -s -extldflags '-static'\" -o NekoBox ./cmd/\n\n# Build the binary for Linux, AMD64 architecture\nGOOS=linux GOARCH=amd64 go build -v -ldflags \"-w -s -extldflags '-static'\" -o NekoBox ./cmd/\n```\n\n3. Edit the Configuration File\n\nCreate a configuration file based on the template `conf/app.sample.ini`. Adjust the settings as needed by referring to\nthe comments in the file.\n\n```bash\ncp conf/app.sample.ini conf/app.ini\n```\n\n4. Run\n\n```bash\n./NekoBox web\n```\n\n## License\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNekoWheel%2FNekoBox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FNekoWheel%2FNekoBox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNekoWheel%2FNekoBox/lists"}