Skip to content

Commit 6f40cbe

Browse files
authored
Merge pull request #15 from ParminCloud/html-readme
✨ feat: html version of readme
2 parents 5e3850e + 4ed3492 commit 6f40cbe

File tree

2 files changed

+82
-5
lines changed

2 files changed

+82
-5
lines changed

README.html

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>ArvanCloud ACME Webhook for CertManger</title>
5+
</head>
6+
<body>
7+
<p align="center">
8+
<img
9+
src="https://raw.githubusercontent.com/cert-manager/cert-manager/d53c0b9270f8cd90d908460d69502694e1838f5f/logo/logo-small.png"
10+
height="256"
11+
width="256"
12+
alt="cert-manager project logo"
13+
/>
14+
</p>
15+
16+
<h1>ArvanCloud ACME Webhook for CertManger</h1>
17+
18+
<a href="https://artifacthub.io/packages/search?repo=arvancloud-webhook">
19+
<img
20+
src="https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/arvancloud-webhook"
21+
/>
22+
</a>
23+
<a href="https://ghcr.io/ParminCloud/arvancloud-certmanager-issuer/">
24+
<img
25+
src="https://ghcr-badge.egpl.dev/ParminCloud/arvancloud-certmanager-issuer/tags?trim=major&color=green_2&label=Docker%20Tags&ignore=*.sig"
26+
/>
27+
</a>
28+
<a href="https://ghcr.io/ParminCloud/arvancloud-certmanager-issuer/">
29+
<img
30+
src="https://ghcr-badge.egpl.dev/ParminCloud/arvancloud-certmanager-issuer/tags?trim=patch&color=green_2&label=Docker%20Tags&ignore=*.sig"
31+
href="https://ghcr.io/ParminCloud/arvancloud-certmanager-issuer/"
32+
/>
33+
</a>
34+
<a href="https://github.com/ParminCloud/arvancloud-certmanager-issuer/releases">
35+
<img
36+
src="https://img.shields.io/github/release/ParminCloud/arvancloud-certmanager-issuer.svg"
37+
/>
38+
</a>
39+
40+
<p>
41+
A more simpler and maintainable ACME Webhook Issuer for CertManager Using
42+
ArvanCloud DNS/CDN api
43+
</p>
44+
<h2>Installation</h2>
45+
<h3>Short version</h3>
46+
<code>
47+
helm install --repo
48+
https://ParminCloud.github.io/arvancloud-certmanager-issuer
49+
arvancloud-webhook arvancloud-webhook -n cert-manager
50+
</code>
51+
<h3>Long version</h3>
52+
<code>
53+
helm repo add arvancloud-webhook
54+
https://ParminCloud.github.io/arvancloud-certmanager-issuer
55+
<br />
56+
helm repo update
57+
<br />
58+
helm install --namespace=cert-manager arvancloud-webhook
59+
arvancloud-webhook
60+
</code>
61+
<p>
62+
After installation you will get notes about usage based on your provided
63+
values
64+
</p>
65+
</body>
66+
<style>
67+
* {
68+
font-family: system-ui;
69+
}
70+
body {
71+
margin: 10%;
72+
margin-bottom: 0;
73+
}
74+
a {
75+
color: transparent;
76+
}
77+
</style>
78+
</html>

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img src="https://raw.githubusercontent.com/cert-manager/cert-manager/d53c0b9270f8cd90d908460d69502694e1838f5f/logo/logo-small.png" height="256" width="256" alt="cert-manager project logo" />
33
</p>
44

5-
# ArvanCloud ACME Webhook for CertMaanger
5+
# ArvanCloud ACME Webhook for CertManger
66

77
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/arvancloud-webhook)](https://artifacthub.io/packages/search?repo=arvancloud-webhook)
88
[![Docker Tags](https://ghcr-badge.egpl.dev/ParminCloud/arvancloud-certmanager-issuer/tags?trim=major&color=green_2&label=Docker%20Tags&ignore=*.sig)](https://ghcr.io/ParminCloud/arvancloud-certmanager-issuer/)
@@ -11,9 +11,9 @@
1111

1212
A more simpler and maintainable ACME Webhook Issuer for CertManager Using ArvanCloud DNS/CDN api
1313

14-
## Installation:
14+
## Installation
1515

16-
### Short version:
16+
### Short version
1717

1818
```bash
1919
helm install --repo https://ParminCloud.github.io/arvancloud-certmanager-issuer arvancloud-webhook arvancloud-webhook -n cert-manager
@@ -23,6 +23,7 @@ helm install --repo https://ParminCloud.github.io/arvancloud-certmanager-issuer
2323

2424
```bash
2525
helm repo add arvancloud-webhook https://ParminCloud.github.io/arvancloud-certmanager-issuer
26+
helm repo update
2627
helm install --namespace=cert-manager arvancloud-webhook arvancloud-webhook
2728
```
2829

@@ -33,5 +34,3 @@ After installation you will get notes about usage based on your provided values
3334
* [x] Add documents and usages (For now checkout helm chart NOTES)
3435
* [x] Add CI using GH-Actions and complete Helm chart
3536
* [x] Handle CleanUp
36-
37-

0 commit comments

Comments
 (0)