{"id":42667981,"url":"https://github.com/applejuicenetz/phpgui","last_synced_at":"2026-01-29T10:13:33.794Z","repository":{"id":131397965,"uuid":"313216462","full_name":"applejuicenetz/phpgui","owner":"applejuicenetz","description":"appleJuice Client GUI geschrieben in PHP.","archived":false,"fork":false,"pushed_at":"2025-09-26T13:03:22.000Z","size":117777,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-26T13:18:41.131Z","etag":null,"topics":["applejuicenet","gui"],"latest_commit_sha":null,"homepage":"https://phpgui.applejuicenet.cc","language":"CSS","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/applejuicenetz.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-11-16T07:01:06.000Z","updated_at":"2025-09-26T13:01:32.000Z","dependencies_parsed_at":"2025-09-26T13:21:15.463Z","dependency_job_id":null,"html_url":"https://github.com/applejuicenetz/phpgui","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/applejuicenetz/phpgui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applejuicenetz%2Fphpgui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applejuicenetz%2Fphpgui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applejuicenetz%2Fphpgui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applejuicenetz%2Fphpgui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/applejuicenetz","download_url":"https://codeload.github.com/applejuicenetz/phpgui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/applejuicenetz%2Fphpgui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28875450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T09:47:23.353Z","status":"ssl_error","status_checked_at":"2026-01-29T09:47:19.357Z","response_time":59,"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":["applejuicenet","gui"],"created_at":"2026-01-29T10:13:32.936Z","updated_at":"2026-01-29T10:13:33.785Z","avatar_url":"https://github.com/applejuicenetz.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# appleJuice phpGUI\n\n![](https://img.shields.io/github/release/applejuicenetz/phpgui.svg)\n![](https://img.shields.io/github/downloads/applejuicenetz/phpgui/total)\n![](https://img.shields.io/github/license/applejuicenetz/phpgui.svg)\n\n![](https://github.com/applejuicenetz/phpgui/actions/workflows/container.yml/badge.svg)\n![](https://img.shields.io/docker/pulls/applejuicenetz/phpgui)\n![](https://img.shields.io/docker/image-size/applejuicenetz/phpgui)\n\nappleJuice Client GUI geschrieben in PHP.\n\n## Abhängigkeiten\n\nEs wird mindestens PHP `8.2` benötigt!\n\n## Hosted instances\n\n- Current: https://phpgui.applejuicenet.cc\n- Beta: https://phpgui-beta.applejuicenet.cc\n- Old: https://phpgui-old.applejuicenet.cc\n\n## Konfiguration (nur bei selbst hosting ohne Docker)\n\nDie Datei `.env.dist` kopieren, zu `.env` umbenennen und mit einem Texteditor die gewünschte Konfiguration vornehmen.\n\n### Environment Variables\n\n| Variable             | Value                | Description                                |\n|----------------------|----------------------|--------------------------------------------|\n| `CORE_HOST`          | `http://192.168.2.1` | IP/HOST where Core is running, with scheme |\n| `CORE_PORT`          | `9851`               | Core XML Port                              |\n| `GUI_LANGUAGE`       | `de`                 | `de` or `en`                               |\n| `GUI_SHOW_NEWS`      | `1`                  | show news on `status page`                 |\n| `GUI_SHOW_SHARE`     | `1`                  | show share stats on `status page`          |\n| `NEWS_URL`           | `http://XY`          | url where to get news from                 |\n| `SERVERLIST_URL`     | `http://ABC`         | url where to find new servers              |\n| `REL_INFO`           | `http://MN/ajfps/%s` | set them to empty to disable rel info col  |\n\n## Docker\n\n### Exposed Ports\n\n- `80` - HTTP Port\n\n### docker run\n\ncreate and run `phpgui` container with the following command\n\n```bash\ndocker run -d \\\n        -p 8080:80 \\\n        --name phpgui \\\n        ghcr.io/applejuicenetz/phpgui:latest\n```\n\noptional: add `CORE_HOST` and/or `CORE_PORT` with your environment\n\neg.\n\n```bash\ndocker run -d \\\n        -p 8080:80 \\\n        -e \"CORE_HOST=http://192.168.1.2\" \\\n        -e \"CORE_PORT=9851\" \\\n        --name phpgui \\\n        ghcr.io/applejuicenetz/phpgui:latest\n```\n\n### docker-compose.yml\n\n```yaml\nservices:\n  php-gui:\n    image: ghcr.io/applejuicenetz/phpgui:latest\n    restart: always\n    container_name: phpgui\n    network_mode: bridge\n    ports:\n      - \"8080:80/tcp\"\n    environment:\n      TZ: Europe/Berlin\n      CORE_HOST: http://192.168.1.2\n      CORE_PORT: 9851\n      GUI_LANGUAGE: de\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapplejuicenetz%2Fphpgui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapplejuicenetz%2Fphpgui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapplejuicenetz%2Fphpgui/lists"}