{"id":23498007,"url":"https://github.com/freedomben/rubulex-docker","last_synced_at":"2026-01-24T01:32:33.244Z","repository":{"id":69605396,"uuid":"264824125","full_name":"FreedomBen/rubulex-docker","owner":"FreedomBen","description":"Dockerized Rubulex ready for deploying to you VPS","archived":false,"fork":false,"pushed_at":"2020-05-18T20:44:43.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-22T21:59:50.234Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/FreedomBen.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}},"created_at":"2020-05-18T04:17:00.000Z","updated_at":"2020-05-18T20:44:46.000Z","dependencies_parsed_at":"2023-05-31T12:51:43.330Z","dependency_job_id":null,"html_url":"https://github.com/FreedomBen/rubulex-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FreedomBen/rubulex-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreedomBen%2Frubulex-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreedomBen%2Frubulex-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreedomBen%2Frubulex-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreedomBen%2Frubulex-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FreedomBen","download_url":"https://codeload.github.com/FreedomBen/rubulex-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreedomBen%2Frubulex-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28707035,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T23:51:44.727Z","status":"ssl_error","status_checked_at":"2026-01-23T23:51:36.079Z","response_time":59,"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":"2024-12-25T05:17:50.618Z","updated_at":"2026-01-24T01:32:33.227Z","avatar_url":"https://github.com/FreedomBen.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rubulex-docker\n\nThis is a containerized version of [Rubulex](https://github.com/ofeldt/rubulex) ready for deployment locally or to a VPS.  If you want to make it a \"service\" so it will auto-restart, there is a provided systemd service file you can install.\n\n## Why?\n\nBecause Rubulex is an awesome tool if you don't like sending your code snippets to closed-source backends like [Rubular](https://rubular.com), and it makes for simple deployment to a VPS and adds some security.\n\n## Running the image\n\nYou can use the pre-built version if you like (note I use `podman` but `podman` and `docker` are interchangeable): \n\n```bash\nsudo podman run -d --name rubulex freedomben/rubulex\n```\n\nTo run in the foreground:\n\n```bash\nsudo podman run --rm -it --name rubulex freedomben/rubulex\n```\n\nTo build yourself:\n\n```bash\nsudo podman build -t rubulex .\n```\n\n## Installing systemd service file\n\n```bash\nsudo cp rubulex.service /etc/systemd/system/\nsystemctl daemon-reload\nsystemctl enable --now rubulex\n```\n\n## Missing stuff\n\nThe current solution doesn't use HTTPS, which is a big failure for deploying it to a VPS.  I'm going to add integration with nginx/lets encrypt soon.  Stay tuned.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreedomben%2Frubulex-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreedomben%2Frubulex-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreedomben%2Frubulex-docker/lists"}