GitXplorerGitXplorer
b

vrc_panorama_picture_manage

public
2 stars
0 forks
1 issues

Commits

List of commits on branch master.
Verified
f1060b89eb1c04bd6cb314d5fa15df36bfb016a9

Merge pull request #66 from bootjp/renovate/github.com-labstack-echo-v4-4.x

bbootjp committed a day ago
Verified
3585c2da095eb01933e82147f993b345697579b6

Update module github.com/labstack/echo/v4 to v4.13.3

rrenovate[bot] committed a month ago
Verified
90968621d30a0bbd8913e5a42deb9f0aa9840ba4

Merge pull request #65 from bootjp/dependabot/go_modules/golang.org/x/crypto-0.31.0

bbootjp committed a month ago
Verified
e973100c23675e1da128c52442413f3a3962656b

Bump golang.org/x/crypto from 0.22.0 to 0.31.0

ddependabot[bot] committed a month ago
Verified
ea0d16536e37813d0baa8608ec4a4542560fb524

Merge pull request #64 from bootjp/renovate/github.com-labstack-echo-v4-4.x

bbootjp committed a month ago
Verified
f42b42d248400369ad76198e3f9061a52496a1b5

Update module github.com/labstack/echo/v4 to v4.13.0

rrenovate[bot] committed a month ago

README

The README file for this repository.

vrc_panoprama_picture_manage

requirements redis.

docker run -e "REDIS_HOST=172.17.0.1" bootjp/vrc_panoprama_picture_manage:latest

how to use

running application.

docker pull ghcr.io/bootjp/vrc_panorama_picture_manage:latest
docker run -p 1323:1323 -e "REDIS_HOST=172.17.0.1" ghcr.io/bootjp/vrc_panorama_picture_manage:latest
# print stdout
current temporary token a4df3e9f-a6dc-4967-ac15-02750314f795
# copy temporary token.

setup redirect content.

curl -X PUT -v -H "Content-Type: application/json" -H "Authorization: Bearer a4df3e9f-a6dc-4967-ac15-02750314f795" http://localhost:1323/api/aaaa -d '{"url":"https://avatars3.githubusercontent.com/u/1306365?v=4"}'
# save to content

# check for content redirect.
curl -v http://localhost:1323/v1/aaaa
# check for content mp4
curl -v http://localhost:1323/v2/aaaa
# get content keys 
curl http://localhost:1323/api/keys
["aaaa"]