logo
icon

Valora

VLR (Valora) is a website that can help you check your VALORANT daily store/night market/accessory store without opening the game or downloading an APP | 瓦罗兰特商店查询,无需安装任何软件即可帮助你查询每日商店、黑市和配件商店的网页

平台Zeabur
部署次数9
发布者GamerNoTitle
部署次数9
发布者GamerNoTitle
创建于2023-07-23
服务
service icon
标签
Website

模板描述

VLR | Valora: What it is in my VALORANT Store TODAY??

English | 简体中文

This is a website that helps you peek your shop and night market of VALORANT. It's a project that I make on my spare time.

There are a lot of application on the network that can help you do that and they even better than mine. If you are worried about my project, you can use theirs.

You need to read FAQ before you use: FAQ


Getting Started with Zeabur

You need to configurate the following items:

$ export SESSION_TYPE=filesystem|redis  # If you want to use redis u need to set it as redis, and configure the following items
$ export REDIS_URL=<Your Redis URL>
# If your redis url cannot be parsed
$ export REDIS_HOST=<Your Redis Host>
$ export REDIS_PORT=<Your Redis Port>
$ export REDIS_USERNAME=<Your Redis Username if you have it>
$ export REDIS_PASSWORD=<Your Redis Password>
# Optional
$ export REDIS_SSL=True # If your redis does not support this, please DO NOT configure it, or this will make your application timeout.
$ export ANNOUNCEMENT=<Your Announcement System URL>

More features

Dashboard

VSC uses flask-profiler to help developers to monitor its work. In order to enable it, u need to set the following variables

$ export PROFILER=1 # Just dont leave it empty
$ export PROFILER_AUTH=True # Basic auth of the dashboard | U can turn it off by leaving it empty
$ export PROFILER_USER=admin    # Set it as your creds
$ export PROFILER_PASS=password

After u set them, u can access your dashboard from /profiler

Announcement System

Valora has its own announcement system. You need to deploy Valora-Announcement and set variable named ANNOUNCEMENT as your announcement system url to enable it.