Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 915 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 915 Bytes

Iwantoask

Quality Gate Status

How to run

Pull the image from docker and run it.

docker pull verils/iwantoask

docker volume create iwantoask_data

docker run --name iwantoask -p 8080:8080 -v iwantoask_data:/iwantoask/data -d verils/iwantoask

Todos

  • 启动时显示版本号
  • 支持BaseUrl在环境变量配置(包括HTML和Go代码)
  • 使用CI进行构建(GitHub Actions)
  • 提交表单时进行参数校验和错误提示
  • 支持分页显示列表
  • 根据Cookie区分用户
  • 防止重复提交(禁用提交按钮)
  • 针对请求url的测试(基于响应码的断言)
  • 自动为用户生成用户名(支持中文)
  • 支持对问题的Star
  • 国际化支持