{"id":25790840,"url":"https://github.com/peterweissdk/joplin-k8s-arm","last_synced_at":"2026-01-29T18:38:38.218Z","repository":{"id":278381470,"uuid":"935436738","full_name":"peterweissdk/joplin-k8s-arm","owner":"peterweissdk","description":"Joblin Server supporting ARM","archived":false,"fork":false,"pushed_at":"2025-03-15T01:38:48.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-07T12:03:54.916Z","etag":null,"topics":["arm","heml","ingress-service"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/peterweissdk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-19T12:50:56.000Z","updated_at":"2025-03-15T01:38:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"5c4ce5a4-b655-49cc-88f0-3cf186a12170","html_url":"https://github.com/peterweissdk/joplin-k8s-arm","commit_stats":null,"previous_names":["peterweissdk/joplin-k8s-arm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/peterweissdk/joplin-k8s-arm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterweissdk%2Fjoplin-k8s-arm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterweissdk%2Fjoplin-k8s-arm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterweissdk%2Fjoplin-k8s-arm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterweissdk%2Fjoplin-k8s-arm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peterweissdk","download_url":"https://codeload.github.com/peterweissdk/joplin-k8s-arm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterweissdk%2Fjoplin-k8s-arm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28882215,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T16:41:59.663Z","status":"ssl_error","status_checked_at":"2026-01-29T16:39:39.641Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arm","heml","ingress-service"],"created_at":"2025-02-27T12:08:32.805Z","updated_at":"2026-01-29T18:38:38.213Z","avatar_url":"https://github.com/peterweissdk.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💾 Joplin Server Helm Chart for ARM Architecture\n\n[![Static Badge](https://img.shields.io/badge/Helm-Chart-white?style=flat\u0026logo=helm\u0026logoColor=white\u0026logoSize=auto\u0026labelColor=black)](https://helm.sh/)\n\n## 🙏 Attribution\n\nThis values file is compatible with the chart from [Rub'x Kube](https://artifacthub.io/packages/helm/rubxkube/joplin), modified for ARM architecture. This implementation uses [redrathnure's ARM-compatible Joplin container](https://hub.docker.com/r/redrathnure/joplin) as it's base image.\n\n## ℹ️ Info\n\nThe Traefik IngressRoute is configured for HTTP only, as SSL termination and certificate management are handled externally through pfSense in front of my LAN.\n\n## ✨ Features\n\n- Full Joplin Server deployment optimized for ARM architecture\n- Traefik ingressroute support for easy access\n- Persistent storage for your notes and attachments\n- Configurable through joplin-values.yaml\n- ARM-compatible images and configurations\n\n## 🚀 Quick Start\n\nTo install the Joplin server, run:\n\n```bash\n# Install Joplin Helm Chart\nhelm repo add rubxkube https://rubxkube.github.io/charts/\nhelm repo update\n\nhelm install joplin rubxkube/joplin \\\n    --namespace joplin-system \\\n    --create-namespace \\\n    --values joplin-values.yaml\n\n# Ingressroute for Traefik\nkubectl apply -f joplin-ingressroute.yaml\n```\n\n## 🔧 Configuration\n\nIn the `joplin-values.yaml` file, you can specify the configurable parameters of the Joplin chart and their default values. To override these values, create a `joplin-values.yaml` file and specify your values there.\n\nFor detailed configuration options, please refer to the default values in the chart.\nhttps://artifacthub.io/packages/helm/rubxkube/joplin\n\n## 📝 Directory Structure\n\n```\njoplin-k8s-arm/\n├── joplin-manifest/\n│   ├── joplin.yaml\n│   └── postgres.yaml\n├── joplin-ingressroute.yaml\n├── joplin-values.yaml\n├── LICENSE\n└── README.md\n```\n\n## 📦 Manifests\n\nThe `joplin-manifest` folder contains raw Kubernetes manifests as an alternative to the Helm deployment:\n\n### Using Raw Manifests\n\nTo deploy Joplin using raw manifests instead of Helm:\n\n```bash\n# Create namespace\nkubectl create namespace joplin-system\n\n# Apply manifests\nkubectl apply -f \u003cYAML-file\u003e -n joplin-system\n```\n\nTo remove the deployment:\n\n```bash\n# Remove all resources\nkubectl delete -f \u003cYAML-file\u003e -n joplin-system\n\n# Optionally remove the namespace\nkubectl delete namespace joplin-system\n```\n\n### Manifest Details\n\n- `joplin.yaml`: Contains the Joplin server deployment configuration\n  - ConfigMap with application settings\n  - Secret for database credentials\n  - Deployment with RollingUpdate strategy for zero-downtime updates\n  - Service exposing port 80\n  - APP_BASE_URL: Set base URL for the Joplin server\n  - Default credentials:\n    - Username: admin@localhost\n    - Password: admin\n    \u003e ⚠️ For security, please change these credentials after first login\n\n- `postgres.yaml`: Contains the PostgreSQL database configuration\n  - PersistentVolumeClaim for data storage (5Gi)\n  - Deployment with Recreate strategy to ensure data integrity\n  - Service named 'db' exposing port 5432\n  - Uses official postgres:16 image\n\nBoth deployments are configured with node selectors to run on nodes labeled with `node-role.kubernetes.io/agent=true`. Change these settings for your own deployment, or comment them out.\n\n## 🔍 Health Check\n\nTo check the deployment status:\n\n```bash\n# Check pods\nkubectl get pods -n joplin-system\nkubectl describe pod -n joplin-system \u003cpod-name\u003e\n\n# Check Traefik ingressroute\nkubectl describe ingressroutes.traefik.io joplin-ingressroute -n joplin-system\n```\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## 🆘 Support\n\nIf you encounter any issues or need support, please file an issue on the GitHub repository.\n\n## 📄 License\n\nThis project is licensed under the GNU GENERAL PUBLIC LICENSE v3.0 - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterweissdk%2Fjoplin-k8s-arm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeterweissdk%2Fjoplin-k8s-arm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterweissdk%2Fjoplin-k8s-arm/lists"}