fix(ariang) move to stable + docs (#4267)
This commit is contained in:
parent
fbbda12fe3
commit
9382e09825
|
@ -1,30 +1,27 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: ariang
|
||||
version: 0.0.34
|
||||
appVersion: "1.2.4"
|
||||
description: A modern web frontend making aria2 easier to use | Aria2 WebUI.
|
||||
type: application
|
||||
deprecated: false
|
||||
home: https://truecharts.org/docs/charts/incubator/ariang
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/ariang.png
|
||||
keywords:
|
||||
- ariang
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/ariang
|
||||
- https://hub.docker.com/r/leonismoe/ariang
|
||||
- https://github.com/leonismoe/docker-images
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
# condition:
|
||||
description: A modern web frontend making aria2 easier to use | Aria2 WebUI.
|
||||
home: https://truecharts.org/docs/charts/stable/ariang
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/ariang.png
|
||||
keywords:
|
||||
- ariang
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: ariang
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/ariang
|
||||
- https://hub.docker.com/r/leonismoe/ariang
|
||||
- https://github.com/leonismoe/docker-images
|
||||
version: 1.0.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- incubator
|
||||
- media
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
|
@ -0,0 +1,13 @@
|
|||
# How To
|
||||
|
||||
:::warning
|
||||
|
||||
This chart requires **aria2** to be installed or otherwise reachable.
|
||||
|
||||
:::
|
||||
|
||||
To connect to **aria2** in ariang webGUI. Go to `Ariang Settings` and click on the first RPC option.
|
||||
|
||||
The example below uses ingress so the rpc protocol defaults to `https` and the port should be set to `443`. If you don't use ingress at all then protocol can be set to `http` and the port can be defaulted to `6800` or whatever port you set in `aria2`.
|
||||
|
||||
![ariang-ingress](./img/ariang-ingress.png)
|
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Loading…
Reference in New Issue