{"id":25042693,"url":"https://github.com/juntaki/bucketwiki","last_synced_at":"2026-03-05T06:31:32.687Z","repository":{"id":57601666,"uuid":"69975152","full_name":"juntaki/bucketwiki","owner":"juntaki","description":"Amazon S3 backed wiki witten in golang","archived":false,"fork":false,"pushed_at":"2017-01-03T16:06:59.000Z","size":1009,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T01:35:52.745Z","etag":null,"topics":["golang","s3","wiki","wiki-engine"],"latest_commit_sha":null,"homepage":"https://bucketwiki.herokuapp.com","language":"Go","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/juntaki.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-10-04T14:49:06.000Z","updated_at":"2022-11-23T15:24:37.000Z","dependencies_parsed_at":"2022-09-26T20:00:40.709Z","dependency_job_id":null,"html_url":"https://github.com/juntaki/bucketwiki","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/juntaki/bucketwiki","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juntaki%2Fbucketwiki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juntaki%2Fbucketwiki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juntaki%2Fbucketwiki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juntaki%2Fbucketwiki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juntaki","download_url":"https://codeload.github.com/juntaki/bucketwiki/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juntaki%2Fbucketwiki/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30112227,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T03:40:26.266Z","status":"ssl_error","status_checked_at":"2026-03-05T03:39:15.902Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["golang","s3","wiki","wiki-engine"],"created_at":"2025-02-06T04:46:54.020Z","updated_at":"2026-03-05T06:31:32.668Z","avatar_url":"https://github.com/juntaki.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bucket Wiki\n\nA simple Wiki system written in golang.\n\n[![Build Status](https://travis-ci.org/juntaki/bucketwiki.svg?branch=master)](https://travis-ci.org/juntaki/bucketwiki)\n[![Coverage Status](https://coveralls.io/repos/github/juntaki/bucketwiki/badge.svg?branch=master)](https://coveralls.io/github/juntaki/bucketwiki?branch=master)\n[![Go Report Card](https://goreportcard.com/badge/github.com/juntaki/bucketwiki)](https://goreportcard.com/report/github.com/juntaki/bucketwiki)\n\n![screenshot](https://github.com/juntaki/bucketwiki/blob/master/screenshot.gif?raw=true)\n\n* Amazon S3 back-end, No need to setup/backup database.\n* Easy to share a page to the public\n\n## Deploy to Heroku\n\n[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)\n\n## Build and run\n\nSet your bucket name and credentials to environment variable.\n\n~~~\nAWS_BUCKET_NAME=\u003cbucket name\u003e\nAWS_BUCKET_REGION=\u003cregion name\u003e\nAWS_ACCESS_KEY_ID=\u003caccess key\u003e\nAWS_SECRET_ACCESS_KEY=\u003csecret access keys\u003e\nTWITTER_KEY=\u003ctwitter key\u003e\nTWITTER_SECRET=\u003ctwitter secret\u003e\nURL=\u003cexternal URL for callback like http://localhost:8080\u003e\nWIKI_SECRET=\u003carbitrary string for your wiki\u003e\n~~~\n\nGet dependencies and build\n\n~~~\ngo get -v\ngo build\n~~~\n\nRun and access http://localhost:8080/\n\n## Run on Docker\n\n~~~\ndocker run -d -p 8080:8080\\\n    -e AWS_BUCKET_NAME=\"\u003cbucket name\u003e\" \\\n    -e AWS_BUCKET_REGION=\"\u003cregion name\u003e\" \\\n    -e AWS_ACCESS_KEY_ID=\"\u003caccess key\u003e\" \\\n    -e AWS_SECRET_ACCESS_KEY=\"\u003csecret access keys\u003e\" \\\n    -e TWITTER_KEY=\"\u003ctwitter key\u003e\" \\\n    -e TWITTER_SECRET=\"\u003ctwitter secret\u003e\" \\\n    -e URL=\"\u003cexternal URL for callback like http://localhost:8080\u003e\" \\\n    -e WIKI_SECRET=\"\u003carbitrary string for your wiki\u003e\" \\\n    juntaki/bucketwiki\n~~~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuntaki%2Fbucketwiki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuntaki%2Fbucketwiki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuntaki%2Fbucketwiki/lists"}