Releases: AH-dark/UptimePage
1.0.4
What's Changed
- Bump follow-redirects from 1.14.6 to 1.14.7 by @dependabot in #2
- The color configuration is written into the global.ts file and can be customized.
- Added a status bar at the bottom of the home page.
TODO: Replacing the Redux architecture
New Contributors
- @dependabot made their first contribution in #2
Full Changelog: 1.0.3...1.0.4
1.0.3
增加了对每个监视器的详细信息页面
Added details page for each monitor.
Full Changelog: 1.0.2...1.0.3
下一次 1.1.0 的更新中会加入底部AppBar
1.0.2
多API Key支持
你可以同时使用多个API Key,只需使用:
分隔每个API Key即可。
通过环境变量APIKEY_SPLIT
可以自定义分隔符,比如你可以设置为114514
,但我不建议你这么搞。
Multi API Keys support
You can use multi API Keys at the same time. You just need to use :
to separate each API Key.
The delimiter can be customized through the environment variable APIKEY_SPLIT
, for example, you can set it to 114514
, but I don't recommend you to do this.
Full Changelog: 1.0.1...1.0.2
1.0.1
Full Changelog: 1.0.0...1.0.1
原有在config.js
中配置API Key并不足够安全,或者说无法给用户带来足够的安全感,即使是使用只读权限的Key,因此在这一版本中API Key将从环境变量中获取。
因此,你需要配置环境变量才能正常使用。
- 如果你使用Vercel部署,你只需要调整设置中的环境变量部分。
- 如果你在服务器部署,你只需要新增
.env
文件并写入环境变量。
环境变量名为:APIKEY
The original configuration of API Key in config.js
is not safe enough, or it cannot give users a sufficient sense of security, even if the key just has the read-only permission. In this version, the API Key will be got from the environment variable.
Therefore, you need to configure environment variables for normal use.
- If you use Vercel deployment, you just need to adjust the environment variable part of the settings.
- If you deploy on the server, you only need to add a
.env
file and write environment variables.
The name of the environment variable is: APIKEY
1.0.0
Full Changelog: https://github.com/AH-dark/UptimePage/commits/1.0.0