https://github.com/selfhostedshow/wiki
The official Wiki of the selfhosted.show Podcast.
https://github.com/selfhostedshow/wiki
hacktoberfest wiki
Last synced: 6 months ago
JSON representation
The official Wiki of the selfhosted.show Podcast.
- Host: GitHub
- URL: https://github.com/selfhostedshow/wiki
- Owner: selfhostedshow
- License: gpl-3.0
- Created: 2020-02-06T01:33:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-03T18:23:30.000Z (over 1 year ago)
- Last Synced: 2025-02-25T23:30:25.622Z (over 1 year ago)
- Topics: hacktoberfest, wiki
- Language: Dockerfile
- Homepage: https://wiki.selfhosted.show
- Size: 1.23 MB
- Stars: 216
- Watchers: 18
- Forks: 65
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://gitpod.io/#https://github.com/selfhostedshow/wiki)
# selfhostedshow/wiki

This repository contains the backend for the [Self-Hosted](https://selfhosted.show) podcast wiki.
## Usage
### Start development server
`docker-compose up`
Then open your browser to http://localhost:8000
### Build documentation
Sometimes, you just want to output the HTML into a directory, rather than use the development server.
`docker-compose run wiki build`
The site will then be output into the `site/` directory.
### Contribution Template
The file `contribution-template.md` has been provided as a sample and possible starting point. It is located along with this `README` file. Feel free to copy and use the template.