Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

Releases: AH-dark/UptimePage

1.0.4

17 Jan 12:49
Compare
Choose a tag to compare

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

Full Changelog: 1.0.3...1.0.4

1.0.3

09 Jan 07:53
Compare
Choose a tag to compare

增加了对每个监视器的详细信息页面

Added details page for each monitor.


Full Changelog: 1.0.2...1.0.3

下一次 1.1.0 的更新中会加入底部AppBar

1.0.2

09 Jan 03:48
Compare
Choose a tag to compare

多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

02 Jan 11:08
Compare
Choose a tag to compare

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

02 Jan 00:16
Compare
Choose a tag to compare