Compare commits

...

3 Commits

Author SHA1 Message Date
Gitea Actions Bot
71b0eed6b1 Auto-update README with current k8s applications
All checks were successful
Terraform / Terraform (pull_request) Successful in 43s
Generated by CI/CD workflow on 2025-11-24 16:42:28

This PR updates the README.md file with the current list of applications found in the k8s/ directory structure.
2025-11-24 16:42:28 +00:00
Ultradesu
e1d6a09f6f Added user UI remnawave
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 12s
Check with kubeconform / lint (push) Successful in 12s
Auto-update README / Generate README and Create MR (push) Successful in 11s
2025-11-24 18:40:58 +02:00
ab
e37c365630 Update terraform/authentik/proxy-apps.tfvars
Some checks failed
Terraform / Terraform (push) Successful in 44s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Has been cancelled
2025-11-24 16:39:42 +00:00
3 changed files with 2 additions and 17 deletions

View File

@@ -48,6 +48,7 @@ ArgoCD homelab project
| **paperless** | [![paperless](https://ag.hexor.cy/api/badge?name=paperless&revision=true)](https://ag.hexor.cy/applications/argocd/paperless) |
| **pasarguard** | [![pasarguard](https://ag.hexor.cy/api/badge?name=pasarguard&revision=true)](https://ag.hexor.cy/applications/argocd/pasarguard) |
| **qbittorent-nas** | [![qbittorent-nas](https://ag.hexor.cy/api/badge?name=qbittorent-nas&revision=true)](https://ag.hexor.cy/applications/argocd/qbittorent-nas) |
| **remnawave** | [![remnawave](https://ag.hexor.cy/api/badge?name=remnawave&revision=true)](https://ag.hexor.cy/applications/argocd/remnawave) |
| **rustdesk** | [![rustdesk](https://ag.hexor.cy/api/badge?name=rustdesk&revision=true)](https://ag.hexor.cy/applications/argocd/rustdesk) |
| **sonarr-stack** | [![sonarr-stack](https://ag.hexor.cy/api/badge?name=sonarr-stack&revision=true)](https://ag.hexor.cy/applications/argocd/sonarr-stack) |
| **stirling-pdf** | [![stirling-pdf](https://ag.hexor.cy/api/badge?name=stirling-pdf&revision=true)](https://ag.hexor.cy/applications/argocd/stirling-pdf) |

View File

@@ -8,3 +8,4 @@ resources:
- ./subscription-page-configmap.yaml
- ./subscription-page-deployment.yaml
- ./servicemonitor.yaml
- ./ingress.yaml

View File

@@ -206,22 +206,5 @@ EOT
create_group = true
access_groups = ["admins"]
}
"remnawave" = {
name = "RemnaWave"
slug = "remnawave"
group = "Tools"
external_host = "https://rw.hexor.cy"
internal_host = "http://remnawave.remnawave.svc:3000"
internal_host_ssl_validation = false
meta_description = ""
skip_path_regex = <<-EOT
/api/sub/
EOT
meta_icon = "https://camo.githubusercontent.com/0fbcff9dfaebb0363774139d00ef58d7f128eed3ddabaaf2bf7d18b68fd296a1/68747470733a2f2f63646e2e72656d6e612e73742f6c6f676f732f6c6f676f2e737667"
mode = "proxy"
outpost = "kubernetes-outpost"
create_group = true
access_groups = ["admins"]
}
}