{"id":20334848,"url":"https://github.com/integrii/ikiwiki","last_synced_at":"2026-04-22T03:33:10.256Z","repository":{"id":23786733,"uuid":"27162242","full_name":"integrii/ikiwiki","owner":"integrii","description":"A Chef cookbook for deploying ikiwiki with bootstrap 3 and git backend","archived":false,"fork":false,"pushed_at":"2014-12-10T10:02:52.000Z","size":468,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-25T09:51:09.561Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Perl","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/integrii.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2014-11-26T06:08:15.000Z","updated_at":"2019-06-24T02:13:45.000Z","dependencies_parsed_at":"2022-08-05T23:16:04.617Z","dependency_job_id":null,"html_url":"https://github.com/integrii/ikiwiki","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/integrii/ikiwiki","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/integrii%2Fikiwiki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/integrii%2Fikiwiki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/integrii%2Fikiwiki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/integrii%2Fikiwiki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/integrii","download_url":"https://codeload.github.com/integrii/ikiwiki/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/integrii%2Fikiwiki/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32119891,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T00:31:26.853Z","status":"online","status_checked_at":"2026-04-22T02:00:05.693Z","response_time":58,"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":[],"created_at":"2024-11-14T20:38:23.700Z","updated_at":"2026-04-22T03:33:10.243Z","avatar_url":"https://github.com/integrii.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"![ikiwiki chef cookbook](https://raw.githubusercontent.com/integrii/ikiwiki/master/ikiwiki-chef.png)\n\n\n#ikiwiki with bootstrap 3 theme\n\nThis cookbook deploys [ikiwiki](https://ikiwiki.info) _(the best wiki ever!)_ as well as the bootstrap 3 theme based on [Twitter's bootstrap CSS framework](http://getbootstrap.com/).  Ikiwiki is a wiki backed by a git repository that updates on commits and uses markdown!  Ikiwiki also comes with a clean web interface based on Twitter's Bootstrap 3 for graphical administration and editing.  This cookbook deploys ikiwiki in a way that is very similar to the Github wiki but with more features.\n\n\nRequirements\n------------\n- Centos 6+\n- yum-epel\n\nAttributes\n----------\n\n\n```\n['ikiwiki']['wikiName'] = 'ikiWiki'\n['ikiwiki']['wikiNameShort'] = 'ikiWiki'\n['ikiwiki']['adminEmail'] = 'admin@mysite.com'\n['ikiwiki']['siteUrl'] = 'http://wiki.mysite.com'\n['ikiwiki']['wikiAdmin'] = 'ikiwiki'\n['ikiwiki']['wikiPass'] = 'ikiwiki'\n['ikiwiki']['passworded'] = false\n```\n\nUsage\n-----\n- Make sure to setup all attributes above before running your cookbook or else it will initialize with the wrong values that wont change! \n- Add to your run_list \n- After execution put your company logo at ``/var/www/html/logo.png`` on the wiki server\n\nA user named ikiwiki will be created, apache will be installed and a wiki will be hosted at **/var/www/ikiwiki** with a git repo at ``/home/ikiwiki/yourwikiname.git``.  If you want to clone that directory, you will need to setup an authorized_keys file at /home/ikiwiki/.ssh/authorized_keys with your public keys in it.  You will then do your ``git clone`` as ``git clone ikiwiki@ikiwikiServer:wikiNameShort.git``.\n\nIkiwiki has lots of [plugins](https://ikiwiki.info/plugins/) that you can install.  Simply edit your ``/home/ikiwiki/setup.settings`` file to enable them and then run ``ikiwiki --setup /home/ikiwiki/ikiwiki.settings`` to run a rebuild on the wiki.\n\nThese plugins are enabled by this cookbook but can be disabled easily via the web UI settings page:\n- sqlite_search\n- color\n- highlight\n- attachment\n- addtag\n- hilight\n- img\n- newpage\n- notifyemail\n- linkmap\n- relativedate\n- remove\n- heading anchors\n\nIf the passworded attribute is set to true, the wiki will require authentication from a user on the system that PAM can auth against.  It will not allow system users like root.\n\nThanks\n------\nThanks to the author of [ikiwiki bootstrap 3](https://github.com/ramseydsilva/ikiwiki-bootstrap-theme) and of course [ikiwiki](https://ikiwiki.info/)!\n\nContributing\n------------\nContributions are welcomed.  Lets get ikiwiki out there as a more popular wiki!\n\nLicense and Authors\n-------------------\nAuthors: Eric Greer (ericgreer@gmail.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintegrii%2Fikiwiki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintegrii%2Fikiwiki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintegrii%2Fikiwiki/lists"}