{"id":20079721,"url":"https://github.com/yunohost/yunohost-admin","last_synced_at":"2025-04-12T22:20:13.372Z","repository":{"id":9267973,"uuid":"11096323","full_name":"YunoHost/yunohost-admin","owner":"YunoHost","description":"Web administration interface for YunoHost","archived":false,"fork":false,"pushed_at":"2025-04-01T18:22:14.000Z","size":16937,"stargazers_count":102,"open_issues_count":4,"forks_count":74,"subscribers_count":25,"default_branch":"dev","last_synced_at":"2025-04-04T02:07:23.847Z","etag":null,"topics":["admin-ui","javascript","js-client","webadmintool","yunohost","yunohost-admin","yunohost-api"],"latest_commit_sha":null,"homepage":"http://yunohost.org","language":"Vue","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/YunoHost.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}},"created_at":"2013-07-01T13:57:25.000Z","updated_at":"2025-04-02T03:29:18.000Z","dependencies_parsed_at":"2023-02-18T16:01:14.515Z","dependency_job_id":"236f95bd-aeb8-4198-830e-ce392da582f5","html_url":"https://github.com/YunoHost/yunohost-admin","commit_stats":{"total_commits":3201,"total_committers":264,"mean_commits":12.125,"dds":0.7497656982193064,"last_synced_commit":"a63235b742a3b7768725744066d3936012a69946"},"previous_names":[],"tags_count":179,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YunoHost%2Fyunohost-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YunoHost%2Fyunohost-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YunoHost%2Fyunohost-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YunoHost%2Fyunohost-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YunoHost","download_url":"https://codeload.github.com/YunoHost/yunohost-admin/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248638368,"owners_count":21137656,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["admin-ui","javascript","js-client","webadmintool","yunohost","yunohost-admin","yunohost-api"],"created_at":"2024-11-13T15:24:20.568Z","updated_at":"2025-04-12T22:20:13.346Z","avatar_url":"https://github.com/YunoHost.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eYunoHost Admin\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \n![Version](https://img.shields.io/github/v/tag/yunohost/yunohost-admin?label=version\u0026sort=semver)\n[![Tests status](https://github.com/YunoHost/yunohost-admin/actions/workflows/eslint.yml/badge.svg)](https://github.com/YunoHost/yunohost-admin/actions/workflows/eslint.yml)\n[![Project license](https://img.shields.io/gitlab/license/yunohost/yunohost)](https://github.com/YunoHost/yunohost/blob/dev/LICENSE)\n\n[YunoHost](https://yunohost.org) administration web interface (VueJS client for the API).\n\nThis client is a part of the YunoHost project, and can not be installed directly.  \nPlease visit the YunoHost website for [installation instructions](https://yunohost.org/install).\n\n![Web admin interface screenshot](./doc/admin_home_light.jpg)\n\u003c/div\u003e\n\n## Issues\n\n- [Please report issues on YunoHost bugtracker](https://github.com/YunoHost/issues).\n\n## Translation\n\nYou can help translate Yunohost-Admin on our [translation platform](https://translate.yunohost.org/engage/yunohost/?utm_source=widget)\n\n\u003cdiv align=\"center\"\u003e\u003cimg alt=\"View of the translation rate for the different languages available in YunoHost\" src=\"https://translate.yunohost.org/widgets/yunohost/-/admin/horizontal-auto.svg\" alt=\"Translation status\" /\u003e\u003c/div\u003e\n\n## Developpers\n\nContributions are welcome!\n\nIn order to contribute you will need to setup a development environment using [ynh-dev](https://github.com/YunoHost/ynh-dev) (see the README).  \nOnce you have a environment running and are attached to it (with `./ynh-dev start`) you will be able to run:\n\n```bash\n./ynh-dev use-git yunohost-admin\n```\n\nThis command will install all dependencies and start a dev server (based on [webpack-dev-server](https://github.com/webpack/webpack-dev-server)) with Hot-Module-Replacement (live updates on code modification without reloading the page nor rebuilding the whole code). After the build step, click on the \"Network:\" link and you are good to go.\n\nYou can also install [Vue Devtools](https://addons.mozilla.org/fr/firefox/addon/vue-js-devtools/) (module for Firefox but also exists for Chromium/Chrome) if you want component trees, performance views and so on.\n\nOn a YunoHost instance, the web admin files are located at `/usr/share/yunohost/admin`.\n\n### Debugging\n\nTo log SSE messages, type `localStorage.setItem('debug', true)` in the console and reload the page. Type `localStorage.removeItem('debug')` to deactivate it.\n\n### Translation maintenance\n\n#### Cleaning\n\nTo clean locales from unused keys:\n```\npython3 maintenance/clean_locales.py\n```\nThis will also reorder keys in `en.json`.\n\n#### Renaming\n\nIf you need to rename a key or more (from 'my.current.key' to 'my.new.key' for example).\n\nFrom a string\n\n```bash\npython3 rename_i18n_keys.py --keys my.current.key:my.new.key\n```\n\n#### From a file\n```bash\npython3 rename_i18n_keys.py --file input.txt\n```\ninput.txt\n```\nmy.current.key:my.new.key\nmy.other.key:my.new.other.key\n```\n\nBy default it renames keys only in the `en.json`, pass `--all` to apply changes to all locales file.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyunohost%2Fyunohost-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyunohost%2Fyunohost-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyunohost%2Fyunohost-admin/lists"}