Skip to content

Middleware that replaces images in the VRChat world without updating the world using VRC_Panorama or Video component.

License

Notifications You must be signed in to change notification settings

bootjp/vrc_panorama_picture_manage

Repository files navigation

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

About

Middleware that replaces images in the VRChat world without updating the world using VRC_Panorama or Video component.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published