{"id":13489925,"url":"https://github.com/plesk/ext-panel-ini-editor-descriptions","last_synced_at":"2026-02-26T10:58:18.550Z","repository":{"id":48356224,"uuid":"172882645","full_name":"plesk/ext-panel-ini-editor-descriptions","owner":"plesk","description":null,"archived":false,"fork":false,"pushed_at":"2022-01-24T16:02:51.000Z","size":62,"stargazers_count":15,"open_issues_count":1,"forks_count":14,"subscribers_count":40,"default_branch":"master","last_synced_at":"2025-03-28T05:31:59.313Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/plesk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-27T09:15:31.000Z","updated_at":"2023-04-26T18:37:57.000Z","dependencies_parsed_at":"2022-08-19T05:01:44.530Z","dependency_job_id":null,"html_url":"https://github.com/plesk/ext-panel-ini-editor-descriptions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/plesk/ext-panel-ini-editor-descriptions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plesk%2Fext-panel-ini-editor-descriptions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plesk%2Fext-panel-ini-editor-descriptions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plesk%2Fext-panel-ini-editor-descriptions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plesk%2Fext-panel-ini-editor-descriptions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plesk","download_url":"https://codeload.github.com/plesk/ext-panel-ini-editor-descriptions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plesk%2Fext-panel-ini-editor-descriptions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29856783,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T08:51:08.701Z","status":"ssl_error","status_checked_at":"2026-02-26T08:50:19.607Z","response_time":89,"last_error":"SSL_read: 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-07-31T19:00:37.959Z","updated_at":"2026-02-26T10:58:18.526Z","avatar_url":"https://github.com/plesk.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"# Descriptions of Panel.ini Editor Settings\r\n\r\nThis open source project was created by the Plesk team. It encourages Plesk administrators to help each other by filling \r\nin missing descriptions of Panel.ini Editor settings.\r\n\r\n## What is Panel.Ini Editor?\r\n\r\nBy default, the `panel.ini` file has a number of preconfigured settings with useful comments in front of each section. \r\nIt is sufficient to get a brief grasp of basic `panel.ini` settings but not enough for something more challenging. \r\n\r\n![alt text](https://github.com/Eevee-chan/ext-panel-ini-editor-descriptions/blob/master/Img/1.bmp)\r\n\r\nSo, in Panel.ini Editor 3.1.0, we have added the \"Description\" column so that each `panel.ini` setting can now have a description. \r\nEach setting can, but few have…\r\n\r\n## How come? I want all settings to have descriptions!\r\n\r\nWe added descriptions for a number of useful settings, but filling in each description is not our target.\r\n\r\n## Got it. How can I fill in descriptions myself?\r\n\r\nIn Plesk 17.9, you can edit descriptions right inside Panel.ini Editor. Type whatever you like, because these descriptions are saved on your server only.\r\n\r\n![alt text](https://github.com/Eevee-chan/ext-panel-ini-editor-descriptions/blob/master/Img/2.bmp)\r\n\r\nHowever, if you feel that your descriptions are too good to keep to yourself, you can share them with other Panel.Ini Editor users (we would be really grateful if you do!).\r\n\r\n## How do I make my descriptions available to other users?\r\n\r\n1. Add a branch to the [ext-panel-ini-editor-descriptions](https://github.com/plesk/ext-panel-ini-editor-descriptions) repository.\r\n2. Pick a language to write descriptions in:\r\n    * To write in English, edit the `en-US.json` file inside the branch.\r\n    * To write in another language, create a new JSON file inside the cloned repository (unless the file for the same language already exists). \r\n    [Name the JSON file according to the languages codes here](https://docs.plesk.com/en-US/onyx/localization-guide/appendix-locale-codes.64474/). \r\n    \r\n        For example, if you want to add descriptions in German and no one has created the JSON file for the German locale yet, create `de-DE.json` and edit it.\r\n3. Add descriptions complying with the JSON file structure:\r\n\r\n    ````json\r\n    {\r\n      \"section1\": {\r\n        \"setting1\": \"description\",\r\n        \"setting2\": \"description\"\r\n      },\r\n      \" section2\": {\r\n        \"setting1\": \"description\"\r\n      }\r\n    }\r\n    ````\r\n\r\n    For example, if you want to add a description for the `allowedIPs` setting,\r\n    \r\n    ![alt text](https://github.com/Eevee-chan/ext-panel-ini-editor-descriptions/blob/master/Img/3.bmp)\r\n        \r\n    then the JSON entry will look like this:        \r\n\r\n    ````json\r\n    {\r\n      \"api\": {\r\n        \"allowedIPs\": \"description\"\r\n      }\r\n    }\r\n    ````\r\n\r\n4. Commit the changes to your branch and then create a pull request to the [ext-panel-ini-editor-descriptions repository](https://github.com/plesk/ext-panel-ini-editor-descriptions).\r\n\r\n## What’s Next?\r\n\r\nWe regularly review pull requests and approve good ones. Each released version of Panel.Ini Editor will include these approved descriptions. \r\nWhen Panel.ini Editor is updated, users will receive a bunch of new descriptions of `panel.ini` settings. \r\n\r\n## Acknowledgment \r\n\r\nOur best contributors are: ChgoChad.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplesk%2Fext-panel-ini-editor-descriptions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplesk%2Fext-panel-ini-editor-descriptions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplesk%2Fext-panel-ini-editor-descriptions/lists"}