https://github.com/requarks/wiki-heroku
Heroku deploy manifest for Wiki.js
https://github.com/requarks/wiki-heroku
Last synced: 3 months ago
JSON representation
Heroku deploy manifest for Wiki.js
- Host: GitHub
- URL: https://github.com/requarks/wiki-heroku
- Owner: requarks
- License: mit
- Created: 2017-04-18T01:18:27.000Z (about 9 years ago)
- Default Branch: 2.x
- Last Pushed: 2022-02-24T15:45:35.000Z (over 4 years ago)
- Last Synced: 2025-01-19T05:09:23.229Z (over 1 year ago)
- Language: Dockerfile
- Homepage:
- Size: 31.3 KB
- Stars: 50
- Watchers: 8
- Forks: 149
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Heroku Deploy for Wiki.js
This repo is an Heroku app definition for Wiki.js.
For information about Wiki.js, check out the following links:
- [Official Website](https://wiki.js.org/)
- [GitHub Repository](https://github.com/Requarks/wiki)
[](https://heroku.com/deploy?template=https://github.com/requarks/wiki-heroku/tree/2.x)
If you want to modify the configuration beyond what's available through environment variables, then:
* Clone this repo
* Make and commit your configuration changes
* `git remote add heroku https://git.heroku.com/my-wiki.git`
* `git push heroku`, or if you are on a branch, `git push heroku mybranch:master`