{"id":19239203,"url":"https://github.com/atomotic/wayback-docker","last_synced_at":"2025-04-21T07:32:04.098Z","repository":{"id":10555276,"uuid":"12755630","full_name":"atomotic/wayback-docker","owner":"atomotic","description":"internetarchive waybackmachine in a docker container","archived":false,"fork":false,"pushed_at":"2013-09-11T12:35:15.000Z","size":116,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-01T11:01:39.437Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/atomotic.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}},"created_at":"2013-09-11T12:20:39.000Z","updated_at":"2021-10-13T19:17:31.000Z","dependencies_parsed_at":"2022-09-18T20:21:16.603Z","dependency_job_id":null,"html_url":"https://github.com/atomotic/wayback-docker","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/atomotic%2Fwayback-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomotic%2Fwayback-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomotic%2Fwayback-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomotic%2Fwayback-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atomotic","download_url":"https://codeload.github.com/atomotic/wayback-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250014727,"owners_count":21361000,"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-09T16:38:04.333Z","updated_at":"2025-04-21T07:32:03.720Z","avatar_url":"https://github.com/atomotic.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"wayback-docker\n===============\n\nwaybackmachine in a docker container. `mementoweb` and `xml` enabled.\n\ncurrent version: **ubuntu precise**, **java 1.6**, **tomcat 6**, **wayback-1.6.0**  \nonly a BDBCollection is enabled, watching /data for warcs\n\n### build\n\nchoose a domain name for your wayback `WAYBACK_URL` and run\n\n\tmake build URL=http://{WAYBACK_URL}\n\nthis modifies the template files/wayback.xml.template and launch `docker build -t wayback`.\n\n\t\n### run\n\ncreate two host directories containing wayback indexes and warc files\n\n\tmkdir -p /data/{warcs,indexes}\t\n\t\nrun the container:\n\t\n\tmake run\n\t\nor manually\n\n\tsudo docker run -v /data:/data wayback\n\n* port 8080 is exposed\n* host directory `/data` is mounted on container directory `/data`\n \n\n\n### proxy with nginx (optional)\n \ncreate a new nginx virtualhost proxying `host:80` -\u003e `container:8080`\n\nchange {URL} with the url chosen for wayback.xml\n\n\tupstream wayback {\n    \tserver 127.0.0.1:8080;\n\t}\n\n\tserver {\n\t\tlisten   80;\n\t\tserver_name  {WAYBACK_URL};\n\t\taccess_log  /var/log/nginx/access.log;\n\n\t\tlocation / {\n\t\t\tproxy_pass http://wayback;\n\t\t\tproxy_set_header  Host $http_host;\n\t\t}\n\t}\n\t\n\t\n### available urls\n\n`http://{WAYBACK_URL}`  wayback home page  \n\n`http://{WAYBACK_URL}/xml/*/{URL}`  xml output for an archived url \n\n`http://{WAYBACK_URL}/memento/timegate/{URL}`  memento timegate for an archived url \n\n`http://{WAYBACK_URL}/memento/20120120193226/{URL}`  memento at a specified date \n\n`http://{WAYBACK_URL}/list/timemap/link/{URL}`  memento timemap \n\n`http://{WAYBACK_URL}/list/timebundle/{URL}` memento timebundle\n\n`http://{WAYBACK_URL}/list/timemap/rdf/{URL}` memento timebundle rdf\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatomotic%2Fwayback-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatomotic%2Fwayback-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatomotic%2Fwayback-docker/lists"}