NekoBox
📫 匿名提问箱 / Anonymous question box
Install / Use
/learn @wuhan005/NekoBoxREADME
NekoBox
</h1> <p align="center"> 匿名提问箱 / Anonymous Question Box </p> <p align="center"> <a href="https://goreportcard.com/badge/github.com/wuhan005/NekoBox"> <img src="https://github.com/wuhan005/NekoBox/workflows/Go/badge.svg" alt="Go Report Card"> </a> <a href="https://sourcegraph.com/github.com/wuhan005/NekoBox"> <img src="https://img.shields.io/badge/view%20on-Sourcegraph-brightgreen.svg?logo=sourcegraph" alt="Sourcegraph"> </a> <a href="https://deepsource.io/gh/wuhan005/NekoBox/?ref=repository-badge"> <img src="https://deepsource.io/gh/wuhan005/NekoBox.svg/?label=active+issues&token=7nuU5C-4QG3CP_5g9qFf3Bl9" alt="DeepSource"> </a> <a href="https://goreportcard.com/report/github.com/wuhan005/NekoBox"> <img src="https://goreportcard.com/badge/github.com/wuhan005/NekoBox" alt="Go Report Card"> <a> </p> <p align="center"> <a href="/README.zh-CN.md">简体中文</a> | <a href="/README.md">English</a> </p>Deployment
Docker Deployment
- Create a Configuration File
Create a configuration file app.ini based on the template conf/app.sample.ini. Adjust the settings as needed by
referring to the comments in the file.
- Start the Container
# Pull the latest image
docker pull ghcr.io/wuhan005/nekobox:master
# Start the container (listen on port 80 and mount the configuration file)
docker run -dt --name NekoBox -p 80:80 -v $(pwd)/app.ini:/app/conf/app.ini ghcr.io/wuhan005/nekobox:master
Build from Source
- Requirements
- Compile the Source Code
# Clone the source code
git clone https://github.com/wuhan005/NekoBox.git
# Enter the project directory
cd NekoBox
# Build the binary for the current system and architecture
go build -v -ldflags "-w -s -extldflags '-static'" -o NekoBox ./cmd/
# Build the binary for Linux, AMD64 architecture
GOOS=linux GOARCH=amd64 go build -v -ldflags "-w -s -extldflags '-static'" -o NekoBox ./cmd/
- Edit the Configuration File
Create a configuration file based on the template conf/app.sample.ini. Adjust the settings as needed by referring to
the comments in the file.
cp conf/app.sample.ini conf/app.ini
- Run
./NekoBox web
License
MIT License
Related Skills
node-connect
341.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
xurl
341.8kA CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.
frontend-design
84.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
