Move Jenkins and ntfy to deprecated

This commit is contained in:
2026-07-08 09:07:03 +02:00
parent e467340edd
commit 571c5d5d0b
12 changed files with 2 additions and 11 deletions

View File

@@ -31,12 +31,10 @@ The repository is split into three top-level areas. Within each, there is one di
│ ├── infisical/ # Secrets management
│ ├── it-tools/ # IT utilities
│ ├── jellyfin/ # Media server
│ ├── jenkins/ # CI/CD automation
│ ├── minecraft/ # Game servers
│ ├── minio-aistor/ # S3-compatible object storage
│ ├── n8n/ # Workflow automation
│ ├── netbootxyz/ # Network boot service
│ ├── ntfy/ # Push notifications
│ ├── ollama/ # Local LLM runner
│ ├── openwebui/ # Web UI for AI models
│ ├── outline/ # Knowledge base / wiki
@@ -86,7 +84,6 @@ The repository is split into three top-level areas. Within each, there is one di
### Development & CI/CD
- **Gitea**: Self-hosted Git service with container registry
- **Jenkins**: Automation server for CI/CD pipelines
- **n8n**: Workflow automation platform
- **MinIO AIStor**: S3-compatible object storage
@@ -97,7 +94,6 @@ The repository is split into three top-level areas. Within each, there is one di
- **Outline**: Team knowledge base and wiki (PostgreSQL, Redis/Valkey, MinIO S3, Authentik SSO)
- **Zipline**: File sharing and screenshot service
- **Gotify**: Push notification server with REST API and WebSocket support
- **Ntfy**: Push notification service
- **BentoPDF**: PDF conversion service
- **Excalidraw**: Online whiteboard and diagramming tool
- **SearXNG**: Privacy-respecting metasearch engine
@@ -121,6 +117,8 @@ The repository is split into three top-level areas. Within each, there is one di
- **Psono**: Self-hosted password manager; replaced by Passbolt
- **Vaultwarden**: Self-hosted Bitwarden server; no longer in use
- **AFFiNE**: Collaborative workspace and note-taking platform; no longer in use
- **Jenkins**: CI/CD automation server; no longer in use
- **Ntfy**: Push notification service; no longer in use
## Infrastructure

View File

@@ -19,7 +19,6 @@ resources:
- infisical/infisical-certificate.yaml
- it-tools/it-tools-certificate.yaml
- jellyfin/jellyfin-certificate.yaml
- jenkins/jenkins-certificate.yaml
- longhorn/longhorn-certificate.yaml
- monitoring/monitoring-certificate.yaml
- n8n/n8n-certificate.yaml
@@ -82,12 +81,6 @@ patches:
kind: Gateway
name: gateway-internal
path: infisical/infisical-gateway-patch.yaml
- target:
group: gateway.networking.k8s.io
version: v1
kind: Gateway
name: gateway-internal
path: jenkins/jenkins-gateway-patch.yaml
- target:
group: gateway.networking.k8s.io
version: v1