Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vivet committed Sep 1, 2024
2 parents 8e259f7 + 66537fd commit bd5eb50
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
20 changes: 19 additions & 1 deletion Api/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Nano.Template.Api
A basic api application, implemented using Nano Library.

#### DNS
| Type | Host | IP Address |
|------|---------------------------------------|-----------------------------|
| A | {{sub-domain}}.{{environment}}.{{domain-name}} | {{ingress-controller-ip}} |

#### Certificate
* https://crt.sh/?q={domain-name}
* https://www.ssllabs.com/ssltest/analyze.html?d={domain-name}&hideResults=on

***

### Dependencies
* [Nano.Azure.Kubernetes](https://github.com/Nano-Core/Nano.Azure/tree/master/Nano.Azure.Kubernetes)
* [Nano.Azure.Kubernetes.CertManager](https://github.com/Nano-Core/Nano.Azure.Kubernetes/tree/master/Nano.Azure.Kubernetes.CertManager)
* [Nano.Azure.Kubernetes.IngressController](https://github.com/Nano-Core/Nano.Azure.Kubernetes/tree/master/Nano.Azure.Kubernetes.IngressController)
* [Nano.Azure.Kubernetes.ClamAV](https://github.com/Nano-Core/Nano.Azure.Kubernetes/tree/master/Nano.Azure.Kubernetes.ClamAV)
* [Nano.Azure.Kubernetes.RabbitMQ](https://github.com/Nano-Core/Nano.Azure.Kubernetes/tree/master/Nano.Azure.Kubernetes.RabbitMQ)
* [Nano.Azure.Kubernetes.SendGrid](https://github.com/Nano-Core/Nano.Azure.Kubernetes/tree/master/Nano.Azure.Kubernetes.SendGrid)

***

8 changes: 8 additions & 0 deletions Service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@ A basic service, implemented using Nano Library.
This solution is intended to show Nano in it's simplicity, and everything is based on default implementations. You can read more about Nano's advanced features in the documentation, but before digging to deep, try and get this solution running locally.

***

### Dependencies
* [Nano.Azure.Kubernetes](https://github.com/Nano-Core/Nano.Azure/tree/master/Nano.Azure.Kubernetes)
* [Nano.Azure.Sql](https://github.com/Nano-Core/Nano.Azure/tree/master/Nano.Azure.Sql)
* [Nano.Azure.Storage](https://github.com/Nano-Core/Nano.Azure/tree/master/Nano.Azure.Storage)
* [Azure.Kubernetes.RabbitMQ](https://github.com/Nano-Core/Nano.Azure.Kubernetes/tree/master/Nano.Azure.Kubernetes.RabbitMQ)

***

0 comments on commit bd5eb50

Please sign in to comment.