{"id":20156223,"url":"https://github.com/openfun/arnold-apps","last_synced_at":"2026-03-19T14:12:46.798Z","repository":{"id":42129967,"uuid":"328723838","full_name":"openfun/arnold-apps","owner":"openfun","description":":books: Officialy maintained arnold applications repository","archived":false,"fork":false,"pushed_at":"2025-02-20T12:43:18.000Z","size":56,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-03T01:44:53.208Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openfun.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-11T16:25:08.000Z","updated_at":"2025-02-20T12:42:25.000Z","dependencies_parsed_at":"2022-08-12T07:30:27.690Z","dependency_job_id":null,"html_url":"https://github.com/openfun/arnold-apps","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/openfun/arnold-apps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openfun%2Farnold-apps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openfun%2Farnold-apps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openfun%2Farnold-apps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openfun%2Farnold-apps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openfun","download_url":"https://codeload.github.com/openfun/arnold-apps/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openfun%2Farnold-apps/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30183473,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T14:42:24.748Z","status":"ssl_error","status_checked_at":"2026-03-06T14:42:14.925Z","response_time":250,"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":[],"created_at":"2024-11-13T23:38:06.011Z","updated_at":"2026-03-06T15:32:50.528Z","avatar_url":"https://github.com/openfun.png","language":"Jinja","readme":"# Arnold applications\n\nThis repository contains sources of officially maintained Arnold applications,\n_a.k.a._ trays.\n\n## Requirements\n\nIn order to work on this project and run a local development cluster, the\nfollowing dependencies should be installed first:\n\n- `curl`\n- `k3d`: https://k3d.io\n- `kubectl`: https://kubernetes.io/fr/docs/tasks/tools/install-kubectl/\n\n## Quick start for developers\n\nSet your working environment:\n\n```\n$ make bootstrap \u0026\u0026 source .env\n```\n\nSetup a new Arnold project:\n\n```\n$ arnold -c hd-inc -e development setup\n```\n\n\u003e Note the `arnold` command is an alias for `bin/arnold -v\n\u003e ${PWD}/apps:/app/apps` to override default bundled applications with\n\u003e applications from this project.\n\nEdit the `group_vars/customer/hd-inc/main.yml` file to update variables values\nfor this working project.\n\nLet say you want to create a new `foo` application. You should now create the\nexpected application tree in the `apps` directory:\n\n```\napps\n└── foo\n    ├── templates\n    │   ├── services\n    │   │   └── app\n    │   │       ├── configs\n    │   │       ├── dc.yml.j2\n    │   │       ├── route.yml.j2\n    │   │       ├── secret.yml.j2\n    │   │       └── svc.yml.j2\n    │   └── volumes\n    │       └── home.yml.j2\n    ├── tray.yml\n    └── vars\n        ├── all\n        │   └── main.yml\n        ├── settings.yml\n        └── vault\n            └── main.yml.j2\n\n9 directories, 9 files\n```\n\nYou may now create expected application vaults _via_:\n\n```\n$ arnold -c hd-inc -e development -a foo create_app_vaults\n```\n\nYou are now ready to start an OKD cluster:\n\n```\n$ make cluster\n```\n\nOnce started, it's time to deploy and test our application:\n\n```\n$ arnold -c hd-inc -e development -a foo bootstrap\n```\n\nYata!\n\n\u003e Note that you can stop the cluster using the `make stop` command.\n\n## Contributing\n\nPlease, see the [CONTRIBUTING](CONTRIBUTING.md) file.\n\n## Contributor Code of Conduct\n\nPlease note that this project is released with a [Contributor Code of\nConduct](http://contributor-covenant.org/). By participating in this project you\nagree to abide by its terms. See [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) file.\n\n## License\n\nThe code in this repository is licensed under the MIT license terms unless\notherwise noted.\n\nPlease see `LICENSE` for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenfun%2Farnold-apps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenfun%2Farnold-apps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenfun%2Farnold-apps/lists"}