{"id":19735182,"url":"https://github.com/roberto/docker-gollum","last_synced_at":"2026-06-04T20:31:35.699Z","repository":{"id":66579450,"uuid":"49789941","full_name":"roberto/docker-gollum","owner":"roberto","description":"gollum and a cron job pushing your changes made to a remote repository.","archived":false,"fork":false,"pushed_at":"2016-01-18T02:26:49.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-10T18:40:18.714Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/roberto.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}},"created_at":"2016-01-16T20:35:44.000Z","updated_at":"2023-11-30T02:15:23.000Z","dependencies_parsed_at":"2023-02-24T06:30:34.469Z","dependency_job_id":null,"html_url":"https://github.com/roberto/docker-gollum","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/roberto%2Fdocker-gollum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roberto%2Fdocker-gollum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roberto%2Fdocker-gollum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roberto%2Fdocker-gollum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roberto","download_url":"https://codeload.github.com/roberto/docker-gollum/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241061933,"owners_count":19902794,"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":[],"created_at":"2024-11-12T00:40:56.932Z","updated_at":"2026-06-04T20:31:35.693Z","avatar_url":"https://github.com/roberto.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-gollum\n\nIt installs [gollum](https://github.com/gollum/gollum/) and a cron job pushing your changes made to a remote repository.\n\n## Setup\n\n* Clone this repository\n`git clone https://github.com/roberto/docker-gollum.git`\n* Create a git repository to be used as backup by your Wiki.\n* Create a ssh config file with the repository host. Example:\n\nssh_config:\n\n```\nHost github.com\n    Hostname github.com\n    User git\n    IdentityFile ~/.ssh/id_rsa\n\n```\n\n* Generate ssh keys credentials to access it, creating a file with the private key:\n`ssh-keygen -t rsa -b 4096 -f id_rsa`\n* Add your public key (id_rsa.pub) at your repository host.\n\t* https://bitbucket.org/account/user/[username]/ssh-keys/\n\t* https://github.com/[username]/docker-gollum/settings/keys/\n\n## Usage\n\n### Building\n\n```\ndocker build \\\n--build-arg repodomain=github.com \\\n--build-arg repo=git@github.com:owner/project.git \\\n--build-arg sshkey=id_rsa \\\n--build-arg sshconfig=ssh_config \\\n-t gollum .\n```\n\n### Running\n\n`docker run -p 4567:80 gollum`\n\n---\nBased on [fooforge/docker-gollum](https://github.com/fooforge/docker-gollum) and [aptible/docker-cron-example](https://github.com/aptible/docker-cron-example).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froberto%2Fdocker-gollum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froberto%2Fdocker-gollum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froberto%2Fdocker-gollum/lists"}