{% extends 'www/raster.html' %} {% load i18n %} {% load goodrain_extras %} {% load static %} {% block extracss %} {{ block.super }} {% endblock %} {% block extrajs %} {% endblock %} {% block main-content %}

{{app_info.name}} 更名

  • 状态

    {% if app_info.open == 0 %} {% else %} {% endif %}

    {% if app_info.open == 0 %}关闭{% else %}正常{% endif %}

  • 当前已用存储

    {{order_info.oos_size}}

  • {% if app_info.bill_type == "packet" %}流量包剩余{% else %}上一小时流量{% endif %}

    {% if app_info.bill_type == "packet" %}{{ traffic_balance }} GB{% else %}{{order_info.traffic_size}}{% endif %}

  • 上一小时请求次数

    {{order_info.request_size}}

  • 上一小时费用

    {{order_info.total_cost}}

  • {% if app_info.open %} {% else %} {% endif %}
  • {% if not app_info.app_type == "upai_oos" %}
  • {% endif %}

域名管理

绑定域名后,请在域名服务商处将其CNAME配置为: {{app_id}}.b0.aicdn.com

{% for app in domains %} {% if app.status == "NORMAL" %} {% elif app.status == "PENDING" %} {% else %} {% endif %} {% endfor %}
域名 状态 更新时间 操作
{{app.domain}}正常未审核未通过{{app.updated_at}} 删除
{% if not app_info.app_type == "upai_oos" %}

回源配置

回源Host:{% if cdn_source.domain %}{{cdn_source.domain}}{% else %}域名跟随{% endif %}

回源途径:自主源站

回源方式:{% if cdn_source.source_type == "protocol_follow" %}回源跟随{% else %}{{cdn_source.source_type}}{% endif %}

源站线路:{{cdn_source.cdn.bgp.servers|length}}条

{% endif %} {% if app_info.app_type == "upai_oos" %}

已授权操作员

{% for work in operators %} {% if work.status == "enabled" %} {% else %} {% endif %} {% endfor %}
操作员 姓名 权限 状态 授权时间 操作
{{work.operator_name}} {{work.realname}} 读取 写入 删除 正常未启用{{work.bind_at}} 取消授权
{% endif %}

购买流量包

当前可用流量{{ traffic_balance }} GB

新购流量包

金额: 130元

删除服务

删除不可逆,一旦操作,该服务原有配置均失效,请谨慎操作

{% if not app_info.app_type == "upai_oos" %}

回源管理

回源Host
  • 可选配置项,可自定义域名,如不填则表示使用加速域名进行回源访问
  • 回源方式
    线路配置
    {% if cdn_source.cdn.bgp.servers|length %} {% for ser in cdn_source.cdn.bgp.servers %} {% endfor %} {% else %} {% endif %}
    回源地址 端口号 主/备 轮询权重 最大失败次数 静默时间(秒)

    {% endif %} {% endblock %}