{"id":13567646,"url":"https://github.com/ankh2054/wiki-js","last_synced_at":"2025-04-04T02:32:24.422Z","repository":{"id":91565574,"uuid":"109957757","full_name":"ankh2054/wiki-js","owner":"ankh2054","description":"WikiJS docker container with ENV variables for automated setup ","archived":false,"fork":false,"pushed_at":"2018-12-19T09:12:48.000Z","size":45,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-26T22:06:50.638Z","etag":null,"topics":["dockerfile","wiki"],"latest_commit_sha":null,"homepage":"","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/ankh2054.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":"2017-11-08T09:53:03.000Z","updated_at":"2024-12-23T07:09:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"cd421b9f-04f0-4a8b-a557-39a9db8eb7bf","html_url":"https://github.com/ankh2054/wiki-js","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/ankh2054%2Fwiki-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankh2054%2Fwiki-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankh2054%2Fwiki-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankh2054%2Fwiki-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ankh2054","download_url":"https://codeload.github.com/ankh2054/wiki-js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247110991,"owners_count":20885364,"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":["dockerfile","wiki"],"created_at":"2024-08-01T13:02:37.713Z","updated_at":"2025-04-04T02:32:24.132Z","avatar_url":"https://github.com/ankh2054.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"![License MIT](https://img.shields.io/badge/license-MIT-blue.svg)\n\n\n# WikiJS\n\nWikiJA-docker sets up a container running WikiJS  based on variables provided. It will automatically start wikiJS using the ENV variables provided. \n\n\n## To Build from GIT\n\n```docker build https://github.com/ankh2054/wiki-js.git -t wikijs```\n\n\n## To Start WikiJS container\n\n### ENV Variables\n\n* **WIKI_HOST** = Full public path to the site, without the trailing slash\n* **WIKI_TITLE** = Title of the WIKI\n* **WIKI_PORT** = Port for WikiiJS to listen on\n* **WIKI_ADMIN_EMAIL** = WikiJS admin email\n\n ```\n docker run --name wikijs -d \\\n -e VIRTUAL_HOST=wikijs.domain.com \\\n -e WIKI_HOST=http://wikijs.domain.com \\\n -e WIKI_TITLE=\"Wiki Title\" \\\n -e WIKI_PORT=3000 \\\n -e WIKI_ADMIN_EMAIL=admin@example.com \\\n wikijs \\\n \n ```\n \n# NGINX-PROXY\n\nnginx-proxy sets up a container running nginx and [docker-gen][1].  docker-gen generates reverse proxy configs for nginx and reloads nginx when containers are started and stopped.\n\nSee [Automated Nginx Reverse Proxy for Docker][2] for why you might want to use this.\n\n### Nginx-proxy Usage\n\nTo run it:\n\n    $ docker run -d -p 80:80 -v /var/run/docker.sock:/tmp/docker.sock:ro etopian/nginx-proxy\n\n\n\n[1]: https://github.com/etopian/docker-gen\n[2]: http://jasonwilder.com/blog/2014/03/25/automated-nginx-reverse-proxy-for-docker/\n\n\n## To Do\n\n1. Create github ENV variable to auto configure github account within config.yml\n2. WikiJS does not automatically create admin user, so you need to frsit run the following to create.\n * Automatically create admin user and add to MongoDB database.\n * Add Github variables to auto create github integration for article creation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankh2054%2Fwiki-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fankh2054%2Fwiki-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankh2054%2Fwiki-js/lists"}