vrc_panoprama_picture_manage

command module
v0.0.0-...-cbd4bca Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 20, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

README

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"]


Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL