{"id":13771022,"url":"https://github.com/michaelcaplan/jsonresume-gemini","last_synced_at":"2025-05-11T03:33:00.525Z","repository":{"id":141861647,"uuid":"473830621","full_name":"michaelcaplan/jsonresume-gemini","owner":"michaelcaplan","description":"A Gemini server implementation to dynamically deliver your JSON resume","archived":false,"fork":false,"pushed_at":"2022-03-27T14:57:08.000Z","size":97,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-17T06:40:33.278Z","etag":null,"topics":["gemini-protocol","gemini-server","jsonresume"],"latest_commit_sha":null,"homepage":"","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/michaelcaplan.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}},"created_at":"2022-03-25T01:37:23.000Z","updated_at":"2024-03-26T14:26:20.000Z","dependencies_parsed_at":"2023-07-13T11:45:47.143Z","dependency_job_id":null,"html_url":"https://github.com/michaelcaplan/jsonresume-gemini","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelcaplan%2Fjsonresume-gemini","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelcaplan%2Fjsonresume-gemini/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelcaplan%2Fjsonresume-gemini/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelcaplan%2Fjsonresume-gemini/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelcaplan","download_url":"https://codeload.github.com/michaelcaplan/jsonresume-gemini/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253514352,"owners_count":21920327,"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":["gemini-protocol","gemini-server","jsonresume"],"created_at":"2024-08-03T17:00:46.602Z","updated_at":"2025-05-11T03:33:00.019Z","avatar_url":"https://github.com/michaelcaplan.png","language":"PHP","funding_links":[],"categories":["Servers"],"sub_categories":["Graphical"],"readme":"# jsonresume-gemini\n\n`jsonresume-gemini` is a single purpose server implementation of the Gemini protocol:  server up your JSON Resume over the Gemini protocol.\n\nThe [Gemini protocol](https://gemini.circumlunar.space/) is a new internet protocol which much lighter then the web.  Harks back to a simpler time of the early web, Gemini is a much easier to implement protocol, and `text/gemini` is bare-bones easy.  Early web and gopher nostalgia.\n\n[JSON Resume](https://jsonresume.org/) is a JSON schema for describing one's resume.  There are numerous solutions out there for converting `jsonresume` to `html` or `pdf`.  This is my take on `jsonresume` applied to the world of Gemini space.\n\n`jsonresume-gemini` does it's business as follows:\n\n* A [ReactPHP](https://reactphp.org/) implementation of the Gemini protocol\n* Server side middleware that maps Gemini requests to sections of your `jsonresume` for dynamic generation\n* [Laminas](https://getlaminas.org/) based templating system \n\n## Stand up your own `jsonresume-gemini` server\n\n* Install `php-cli` (v8+)\n* `git clone` this repo\n* Create your own SSL certificate\n  * `openssl req -x509 -nodes -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365`\n  * `cat key.pem \u003e\u003e cert.pem`\n* Update `config.ini` with the path to your `jsonresume`\n* 🔥 Fire it up `php server.php`\n\nOptionally, on a `systemd` based OS, you can setup `jsonresume-gemini` to run as a service.\n\n* Create the file `/etc/systemd/system/jsonresume-gemini.service`\n```text\n[Unit]\nDescription=JSON Resume Gemini Server\n\n[Service]\nUser=gemini\nType=simple\nTimeoutSec=0\nWorkingDirectory=/srv/jsonresume-gemini/\nPIDFile=/var/run/jsonresume-gemini.pid\nExecStart=/usr/bin/php -f /srv/jsonresume-gemini/server.php\nKillMode=process\n\nRestart=on-failure\nRestartSec=42s\n\n[Install]\nWantedBy=default.target\n```\n* `systemctl enable jsonresume-gemini`\n* `systemctl start jsonresume-gemini`\n\n### Find me at [gemini://michaelcaplan.com](gemini://michaelcaplan.com)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelcaplan%2Fjsonresume-gemini","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelcaplan%2Fjsonresume-gemini","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelcaplan%2Fjsonresume-gemini/lists"}