{"id":15542447,"url":"https://github.com/maxfierke/resumis","last_synced_at":"2026-03-18T02:31:35.722Z","repository":{"id":23813711,"uuid":"27190214","full_name":"maxfierke/resumis","owner":"maxfierke","description":"An API and headless CMS for your personal site \u0026 CV","archived":false,"fork":false,"pushed_at":"2026-03-05T05:28:56.000Z","size":2931,"stargazers_count":20,"open_issues_count":8,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-03-05T07:45:59.278Z","etag":null,"topics":["json-api","jsonresume","personal-site","projects","rails","resume-creator","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxfierke.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2014-11-26T18:23:29.000Z","updated_at":"2026-03-05T04:56:20.000Z","dependencies_parsed_at":"2023-10-04T08:21:36.811Z","dependency_job_id":"42493747-8034-461f-ad33-398ea3c9ac9f","html_url":"https://github.com/maxfierke/resumis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maxfierke/resumis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxfierke%2Fresumis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxfierke%2Fresumis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxfierke%2Fresumis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxfierke%2Fresumis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxfierke","download_url":"https://codeload.github.com/maxfierke/resumis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxfierke%2Fresumis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30642995,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-18T01:41:58.583Z","status":"online","status_checked_at":"2026-03-18T02:00:07.824Z","response_time":104,"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":["json-api","jsonresume","personal-site","projects","rails","resume-creator","ruby"],"created_at":"2024-10-02T12:22:42.410Z","updated_at":"2026-03-18T02:31:35.687Z","avatar_url":"https://github.com/maxfierke.png","language":"Ruby","readme":"# Resumis\n\nResumis is _Esperanto_ for \"summarized\". It's also an API and headless CMS for your\npersonal web presence, a CV generator, and JSON Resume provider.\n\n### Requirements\n* Ruby 3.2\n* PostgreSQL 12+ with development dependencies\n* Node.js 16+\n* `wkhtmltopdf`. 0.12.5 recommended. Anything lower has known issues. Will use a binary specified by `WKHTMLTOPDF_PATH` or defaults to `/usr/local/bin/wkhtmltopdf`.\n* `vips`/`libvips`\n* Redis 6.2+ for Sidekiq\n* SMTP server (Production is configured to use SendGrid with credentials set by environmental variables `SENDGRID_USERNAME`, `SENDGRID_PASSWORD`, and `SENDGRID_DOMAIN`). It's only used by Devise for things like password resets, or confirmation emails. This is not a hard dependency and certainly not needed for development.\n\nand others. See [Gemfile](Gemfile).\n\n### Installation \u0026 Setup\n\n* Clone the repo\n\n  ```\n  $ git clone git@github.com:maxfierke/resumis.git \u0026\u0026 cd resumis\n  ```\n\n* Install dependencies with Bundler\n\n  ```\n  $ bundle install\n  ```\n* See [Configuration](#Configuration) below and set any needed environment variables. In development, put them in `.env`.\n\n* Create the database, run the migrations\n\n  ```\n  $ rake db:create db:migrate\n  ```\n\n* Run the app using [foreman](https://github.com/ddollar/foreman) or [forego](https://github.com/ddollar/forego)\n\n  ```\n  $ foreman start\n  ```\n\n* Create a user for yourself\n\n  ```\n  $ rake resumis:useradd -- -e {EMAIL} -p {PASSWORD} -f {FIRST_NAME} -l {LAST_NAME} -d {DOMAIN_NAME} --admin\n  ```\n\n* Go to [localhost:5000](http:/localhost:5000) to log into the management interface.\n\n#### Configuration\n\nResumis-specific configuration can be done either through the `config/initializers/resumis.rb` initializer file, or through a some environmental variables.\n\n* `SECRET_KEY_BASE` - Generate a value via `rake secret`.\n* `RESUMIS_DEVISE_SECRET` - Generate a value via `rake secret`.\n* `RESUMIS_MAIL_SENDER` - `From:` address for emails sent by Resumis (password resets, confirmations, etc.)\n* `RESUMIS_CANONICAL_HOST` - Canonical hostname.\n\n#### Deploying in Production (preferred)\n\n* [Deploying with Docker](https://github.com/maxfierke/resumis/wiki/Running-Resumis-in-production-with-Docker)\n\n## LICENSE\n\nApache License 2.0. See LICENSE\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxfierke%2Fresumis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxfierke%2Fresumis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxfierke%2Fresumis/lists"}