Giter Club home page Giter Club logo

picbed-go's Introduction

Img

图床

🍦功能介绍

  • 支持windows/linux/mac以及amd/arm cpu架构

🍼使用方法

1. 配置文件

server:
  # 网站标题
  name: picbed-go
  # 端口
  port: 8080
  # 公告
  notice: 欢迎光临picbed-go
  # 生产留空即可
  mode: ""
config:
  # bilibili cookie
  bliCookie: '填写bilibili cookie, 格式: SESSDATA=5034xxxxxx2A21;bili_jct=6axxxxxx89'

2. Server端 (Docker和手动)

方式一: docker

略,自行打包

方式二: 手动编译

编译:

## Linux arm
go env -w CGO_ENABLED=0  GOOS=linux  GOARCH=amd64
go build

## Linux amd
go env -w CGO_ENABLED=0  GOOS=linux  GOARCH=amd64
go build 

## windows
go env -w CGO_ENABLED=0 GOOS=windows  GOARCH=amd64
go build

启动:

./picbed-go

3. 访问

访问: http://ip:port/

特别声明

内容来自互联网,请您必须在下载后的24小时内从计算机或手机中完全删除以上内容. image.png

picbed-go's People

Contributors

wangyiidii avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

picbed-go's Issues

美团上传失败

DEBUG uploader/meituan.go:40 mt upload raw res, status: 200, res: "{"success":false,"code":502,"data":null,"reason":null,"errMsg":"文件校验失败","page":null,"ext":null,"control":null}"
2023-10-18T21:29:04.063+0800 INFO logger/logger.go:84 /api/upload/mt {"status": 200, "method": "POST", "path": "/api/upload/mt", "query": "", "ip": "106.83.x.xx", "user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36", "errors": "", "cost": "3.207755194s"}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.