summaryrefslogtreecommitdiff
path: root/packaging/docker/mkhtml.sh
Commit message (Collapse)AuthorAgeFilesLines
* Abandon the "data container" idea.Linus Nordberg2015-12-041-1/+1
| | | | | | | | | Decouple from ndn web, generate html in ./html. Expected usage is now docker run -v /var/www/html/radsecproxy:/usr/local/src/radsecproxy-web/html IMAGE and have a web server use /var/www/html/.
* Remove the rebuild stuff.Linus Nordberg2015-12-031-9/+1
| | | | That's just silly.
* $1 is now rebuild timeout in seconds.Linus Nordberg2015-12-031-3/+10
| | | | | Destination dir for ikiwiki output can be set in HTML_DESTDIR environment variable.
* HTML has moved down to html/.Linus Nordberg2015-12-021-1/+1
|
* Rename start.sh --> mkhtml.shLinus Nordberg2015-12-011-0/+8
This is now supposed to run a "data volume container" and won't start any long-running process but rather just generate HTML.