{"id":19170709,"url":"https://github.com/algorys/gitlabproject","last_synced_at":"2025-08-26T06:34:33.139Z","repository":{"id":87280628,"uuid":"92831695","full_name":"algorys/gitlabproject","owner":"algorys","description":"Dokuwiki plugin to display a Gitlab project","archived":false,"fork":false,"pushed_at":"2023-10-14T11:05:38.000Z","size":52,"stargazers_count":3,"open_issues_count":5,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T15:56:34.039Z","etag":null,"topics":["dokuwiki-plugin","gitlab"],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/algorys.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-05-30T12:42:22.000Z","updated_at":"2020-02-14T08:08:40.000Z","dependencies_parsed_at":"2023-11-30T12:45:33.527Z","dependency_job_id":null,"html_url":"https://github.com/algorys/gitlabproject","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/algorys/gitlabproject","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algorys%2Fgitlabproject","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algorys%2Fgitlabproject/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algorys%2Fgitlabproject/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algorys%2Fgitlabproject/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/algorys","download_url":"https://codeload.github.com/algorys/gitlabproject/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algorys%2Fgitlabproject/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272186211,"owners_count":24888333,"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","status":"online","status_checked_at":"2025-08-26T02:00:07.904Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["dokuwiki-plugin","gitlab"],"created_at":"2024-11-09T09:54:54.159Z","updated_at":"2025-08-26T06:34:33.131Z","avatar_url":"https://github.com/algorys.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Plugin Gitlab-Project\n\nPlugin Gitlab-Project display a Gitlab project inside Dokuwiki.\n\n## Requirements\n\nThe curl library for PHP is required:\n\n```\nsudo apt install php-curl\n```\n\n## Install\n\nDownload Gitlab Project into your `${dokuwiki_root}/lib/plugins` folder and restart dokuwiki or use the Extension Manager.\n\n## Configuration\n\nYou can configure Gitlab-Project in the Configuration Manager of Dokuwiki:\n\n* **server.default**: Set your default Gitlab url, without slash ending. You can override this setting in `server.json` file.\n* **token.default**: Fill your admin token. You can override this setting in `server.json` file.\n* **unwanted.users**: If you want to not display some users of your project, add them here, separated by commas.\n\nGitlab-Project will use this data by default.\n\n## Syntax\n\n### Default Syntax:\n\n```php\n\u003cgitlab project=\"\u003cNAMESPACE\u003e/\u003cPROJECT_NAME\u003e\" /\u003e\n```\n\n**NAMESPACE** is the namespace of your project, typically the name of the user or group in which the project is located.\n\n**PROJECT_NAME** is the name of project.\n\nFor e.g., if you have a project available at `http://my-gitlab/foo/bar`, the syntax will be:\n\n```php\n\u003cgitlab project=\"foo/bar\" /\u003e\n```\n\n### Override Server and Token\n\nInside the root of the plugin, you will have a JSON file called: `server.json`. Inside you can add other servers and their tokens, than the one defined in the plugin settings.\n\nJust call it after by its name.\n\nE.g.:\n\nSay that you've the following json file:\n\n```json\n{\n    \"second\": {\n        \"url\": \"http://my-second-gitlab.com\",\n        \"api_token\": \"a1a1a1a1a1a11a1a\"\n    },\n    \"third\": {\n        \"url\": \"http://my-third-gitlab.com\",\n        \"api_token\": \"b2b2b2b2b2b222b2\"\n    }\n}\n```\n\nThen simply add `server` parameter:\n\n```php\n\u003cgitlab server=\"second\" project=\"foo/bar\" /\u003e\n```\n\nFor further information, see also this plugins on [dokuwiki.org](https://www.dokuwiki.org/plugin:gitlabproject).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falgorys%2Fgitlabproject","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falgorys%2Fgitlabproject","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falgorys%2Fgitlabproject/lists"}