{"id":13558630,"url":"https://github.com/MoriTanosuke/dokuwiki-docker","last_synced_at":"2025-04-03T13:31:47.189Z","repository":{"id":66923989,"uuid":"51238482","full_name":"MoriTanosuke/dokuwiki-docker","owner":"MoriTanosuke","description":"minimal installation of DokuWiki based on Alpine Linux","archived":false,"fork":false,"pushed_at":"2021-11-09T09:05:48.000Z","size":18,"stargazers_count":4,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-04T09:37:28.672Z","etag":null,"topics":["dockerfile","dokuwiki","wiki"],"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/MoriTanosuke.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":"2016-02-07T06:44:41.000Z","updated_at":"2022-01-27T09:57:47.000Z","dependencies_parsed_at":"2023-02-22T21:30:27.525Z","dependency_job_id":null,"html_url":"https://github.com/MoriTanosuke/dokuwiki-docker","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoriTanosuke%2Fdokuwiki-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoriTanosuke%2Fdokuwiki-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoriTanosuke%2Fdokuwiki-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoriTanosuke%2Fdokuwiki-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MoriTanosuke","download_url":"https://codeload.github.com/MoriTanosuke/dokuwiki-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247009661,"owners_count":20868588,"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","dokuwiki","wiki"],"created_at":"2024-08-01T12:05:04.212Z","updated_at":"2025-04-03T13:31:47.184Z","avatar_url":"https://github.com/MoriTanosuke.png","language":"Shell","funding_links":[],"categories":["Shell","others"],"sub_categories":[],"readme":"This is a minimal docker image for [DokuWiki][0]. It is build from [Alpine Linux][1] for minimal size. No HTTP server is used, *php* is used to serve all content. This reduces the image size further, but the image does not support *.htaccess* files and other functionality. Most likely you want to run a reverse proxy with more functionality in front.\n\nYou can find the image [on the Docker Hub][3] and the sources [on GitHub][4].\n\n[![](https://images.microbadger.com/badges/image/moritanosuke/dokuwiki-docker.svg)](https://microbadger.com/images/moritanosuke/dokuwiki-docker)\n\nHow to use\n----------\n\nCreate volumes for data and configuration:\n\n    docker volume create dokuwiki_conf\n    docker volume create dokuwiki_data\n\nStart your wiki:\n\n    docker run -d --name some-dokuwiki -p 8080:80 -v dokuwiki_conf:/dokuwiki-conf -v dokuwiki_data:/dokuwiki-data moritanosuke/dokuwiki-docker\n\nNow you can access your dokuwiki at http://localhost:8080\n\nBackup your data\n----------------\n\nTo get a copy of your wiki data, run the following command:\n\n    docker run --rm -v dokuwiki_data:/data -v $(pwd):/backup alpine:latest tar czf /backup/dokuwiki-data.tgz /data\n\nRestore your data\n-----------------\n\nAfter you started a new dokuwiki container, you can restore your previous backup with the following command:\n\n    docker run --rm -v dokuwiki_data:/data -v $(pwd):/backup alpine:latest tar xzf /backup/dokuwiki-data.tgz /data\n\n[0]: https://www.dokuwiki.org/\n[1]: http://alpinelinux.org/\n[2]: https://www.dokuwiki.org/config#configuration_options\n[3]: https://hub.docker.com/r/moritanosuke/dokuwiki-docker/\n[4]: https://github.com/MoriTanosuke/dokuwiki-docker\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMoriTanosuke%2Fdokuwiki-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMoriTanosuke%2Fdokuwiki-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMoriTanosuke%2Fdokuwiki-docker/lists"}