cuigh
cuigh
I did consider rewriting the frontend with Vue, but i don't have time now. Besides, frontend is really not what I'm good at.😔
@iakisme The UI of Swirl was already switched to vue3 from v1.0.0.
就是 **Prometheus** 的查询表达式,可参考其官方文档:https://prometheus.io/docs/prometheus/latest/querying/basics/ 下面是几个首页示例图表,你可以使用图表的导入功能来导入 Swirl 中 * 服务器 1 分钟内平均负载 ```json { "name": "node_load1", "title": "node_load1", "desc": "Node load in 1 minute", "metrics": [ { "legend": "${host_name}", "query": "node_load1" }...
I haven't found many reasons to separate this function now. Can you tell me why you need a standalone scaler application? Swirl is a very lightweight program if you use...
I see. I'll think about it when I finish my another project.
You can find two simple examples here: https://github.com/cuigh/swirl/issues/7
@ivarptr 最后手动修改配置 `~/Library/Application Support/Yu Writer/config/app.json` 搞定
You can create an administrator account first, and then create a token for this user to use Swirl with token authentication. See: [Deploy service with Swirl](https://github.com/cuigh/swirl/wiki/Continuous-deployment#deploy-service-with-swirl)
How about using the token authentication mentioned above?
Sorry, I'm not very familiar with Authelia. For Swirl, it needs to obtain the user identity from the `Authorization` header. How can Swirl map `Remote-User` to its internal users if...