Richard Nunez

Results 18 comments of Richard Nunez

@xargyx Is your adcs controller docker image on docker hub? Otherwise, I need to create my own? What yaml change(s) do I need to make for my certificate request to...

@xargyx HOLY CRAP, IT WORKED!!!! To let everyone know the image name is "xargyx/adcs-issuer:v0.3". Within template.yaml, under the Deployment component, I set the container image to the image above (as...

I am having a very similar issue. I am using the kubernetes templates provided by this project. I have my bookmarks imported, but they cannot be crawled: ``` 2024-08-02T17:26:24.210Z info:...

Yes. Though this is my homelab, I have DNS and home domain's certificate server working perfectly. I was running this command from the machine that is on the domain with...

I get the error with v0.8.1: `Missing "./v4" specifier in "zod" package`

Here are some screenshots amd clips: ![image](https://github.com/user-attachments/assets/28e3666f-727f-4887-bd68-86b3d79912b6) ![image](https://github.com/user-attachments/assets/63bb0f07-3680-4e8a-bc71-c64ac068f024) ![image](https://github.com/user-attachments/assets/3806d790-f8c5-47e2-aba3-d5a86c17f8bf) ![image](https://github.com/user-attachments/assets/1a7c1b47-578f-410e-89b9-b94f1be0927b) ![Recording2024-10-12120538-ezgif com-video-to-gif-converter](https://github.com/user-attachments/assets/200db3a6-7423-4158-9d44-3b761101c730) ![ScreenRecording2024-11-03211136-ezgif com-video-to-gif-converter](https://github.com/user-attachments/assets/e886eba4-84c7-4016-b17e-d23a963edff1)

This worked for me!! Everything in the dashboard is working. ```yaml --- apiVersion: traefik.io/v1alpha1 kind: ServersTransport metadata: name: k8sdashboard-insecure-transport namespace: kubernetes-dashboard spec: insecureSkipVerify: true --- apiVersion: traefik.io/v1alpha1 kind: IngressRoute metadata:...

I would LOVE to have the ability to create a custom toolbar for commonly used actions. Also, to customize a toolbar button so you can define various arguments that are...