Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 827 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 827 Bytes

GitOps

Update Manifest GitHub repo size GitHub commit activity GitHub last commit (branch)

Start ArgoCD WebUI

argocd admin dashboard -n argocd

Uptime Kuma

A sqlite query to find and replace a part in the monitor url.

UPDATE monitor SET url = REPLACE(url, 'old', 'new') WHERE url LIKE '%old%';