https://github.com/bmann/tiddlywiki-heroku
TiddlyWiki, configured to run on Heroku
https://github.com/bmann/tiddlywiki-heroku
deploy-to-heroku heroku tiddlywiki tiddlywiki5
Last synced: about 1 year ago
JSON representation
TiddlyWiki, configured to run on Heroku
- Host: GitHub
- URL: https://github.com/bmann/tiddlywiki-heroku
- Owner: bmann
- Created: 2019-12-01T00:01:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T00:17:58.000Z (over 6 years ago)
- Last Synced: 2025-06-16T06:02:01.849Z (about 1 year ago)
- Topics: deploy-to-heroku, heroku, tiddlywiki, tiddlywiki5
- Size: 344 KB
- Stars: 3
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TiddlyWiki on Heroku
TiddlyWiki setup to run well on Heroku.
Runs TiddlyWiki 5.1.18 or higher, using the built in web server.
The `package.json` file uses the start script to control options to the [listen command](https://tiddlywiki.com/static/ListenCommand.html), which can be set in the Heroku environment variables. Read the [full listen of web server command parameters](https://tiddlywiki.com/static/WebServer.html).
* host: set to `0.0.0.0` to bind to Heroku's system
* port: set to `$PORT` as supplied by Heroku
* readers: allows anonymous readers; set to `$ADMIN` for private wikis
* writers: any authenticated user can write
* username: set from `$ADMIN`
* password: set from `$PASSWORD`
## Plugins
* TiddlyMap
* Markdown
[](https://heroku.com/deploy)