{"id":36628982,"url":"https://github.com/pdsinterop/multiuser-php-solid-server","last_synced_at":"2026-01-12T09:35:19.670Z","repository":{"id":302722691,"uuid":"1011625974","full_name":"pdsinterop/multiuser-php-solid-server","owner":"pdsinterop","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-13T11:12:27.000Z","size":593,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-15T00:50:46.033Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/pdsinterop.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-01T05:34:59.000Z","updated_at":"2025-12-13T10:23:28.000Z","dependencies_parsed_at":"2025-07-11T14:24:00.261Z","dependency_job_id":"be5bb74a-b3b0-49eb-a89e-aedb8bffeda2","html_url":"https://github.com/pdsinterop/multiuser-php-solid-server","commit_stats":null,"previous_names":["pdsinterop/multiuser-php-solid-server"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/pdsinterop/multiuser-php-solid-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdsinterop%2Fmultiuser-php-solid-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdsinterop%2Fmultiuser-php-solid-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdsinterop%2Fmultiuser-php-solid-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdsinterop%2Fmultiuser-php-solid-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pdsinterop","download_url":"https://codeload.github.com/pdsinterop/multiuser-php-solid-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdsinterop%2Fmultiuser-php-solid-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28337728,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":"2026-01-12T09:35:18.965Z","updated_at":"2026-01-12T09:35:19.665Z","avatar_url":"https://github.com/pdsinterop.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Standalone PHP Solid Server\n\nThis project is a standalone Solid Server.\n\nIt reuses the PHP libraries from PDS Interop as the basis for the Solid server.\nFor the user management, no framework is used to keep the codebase lean.\n\n# Project maturity\n\nThis project is currently EXPERIMENTAL and should not be used in production yet.\n\n# Installation\n\nStart the docker containers:\n```\ndocker-compose up\n```\nThis will start up three containers: the solid server, pubsub server and a mailpit server. If you have an actual SMTP server running, feel free to remove the mailpit container.\nThe persisted data will be stored in the data/ directory. This contains the keys, pods, db and mailpit data.\n\nRun the following commands to set up the container (replace 'solid' below with the name of your container):\nNote: Update the values in the config.php file where needed befure running the init script.\n\n```\ndocker exec -w /opt/solid/ solid cp config.php.example config.php\ndocker exec -u www-data -i -w /opt/solid/ solid php init.php\ndocker exec -w /opt/solid/ solid chown -R www-data:www-data keys pods db\n```\n\n## DNS gotcha and snake oil certificate\n\nThe webIds are created as id-xxxxx.{baseHost}, so in our example, that would be id-xxxx.solid.local.\nStorage pods are created as storage-xxxxx.{baseHost}, so that would become storage-xxxx.solid.local.\nThe snake oil certificate is only for localhost, so accessing this will generate a warning for an invalid certificate; \n\nYou may also need to add these hosts to /etc/hosts to make them available for the browser by pointing them to 127.0.0.1.\n\n# This solid server was built op on these releases:\n- pdsinterop/flysystem-rdf (v0.6.0)\n- pdsinterop/php-solid-crud (v0.8.1)\n- pdsinterop/php-solid-auth (v0.13.0)\n\n# Funding\n\n\u003cp\u003e\n  This project was funded through the \u003ca href=\"https://nlnet.nl/core\"\u003eNGI0 Core\u003c/a\u003e Fund, established by \u003ca href=\"https://nlnet.nl\"\u003eNLnet\u003c/a\u003e with financial support from the European Commission's \u003ca href=\"https://ngi.eu\"\u003eNext Generation Internet\u003c/a\u003e programme. \n  Learn more at the \u003ca href=\"https://nlnet.nl/project/Solid-NC/\"\u003eNLnet project page\u003c/a\u003e\n\u003c/p\u003e\n\u003cp\u003e\n  \u003ca href=\"https://nlnet.nl\"\u003e\u003cimg height=\"64\" alt=\"NLNet logo\" src=\"https://nlnet.nl/logo/banner.svg\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://nlnet.nl/core\"\u003e\u003cimg height=\"64\" alt=\"NGI0 Core logo\" src=\"https://nlnet.nl/image/logos/NGI0Core_tag.svg\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://ec.europa.eu/\"\u003e\u003cimg height=\"64\" alt=\"European Commision logo\" src=\"https://nlnet.nl/image/logos/EC.svg\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdsinterop%2Fmultiuser-php-solid-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpdsinterop%2Fmultiuser-php-solid-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdsinterop%2Fmultiuser-php-solid-server/lists"}