mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-04-11 11:31:53 +02:00
update tiddlywiki
This commit is contained in:
parent
91e862cfb8
commit
3478b2c272
@ -189,6 +189,7 @@ A collection of delicious docker recipes.
|
||||
- [x] phpvirtualbox-arm
|
||||
- [x] piwik
|
||||
- [x] revive
|
||||
- [x] tiddlywiki
|
||||
- [x] zoneminder :+1:
|
||||
|
||||
## E-commerce
|
||||
|
@ -1,6 +1,9 @@
|
||||
tiddlywiki
|
||||
==========
|
||||
|
||||
[TiddlyWiki][1] is a unique non-linear notebook for capturing, organising and
|
||||
sharing complex information.
|
||||
|
||||
## docker-compose.yml
|
||||
|
||||
```yaml
|
||||
@ -33,3 +36,5 @@ $ curl http://127.0.0.1:8080/login-basic
|
||||
# authorized access
|
||||
$ curl -u admin:admin http://127.0.0.1:8080/status
|
||||
```
|
||||
|
||||
[1]: https://tiddlywiki.com/
|
||||
|
@ -12,7 +12,7 @@ RUN go get -d -v github.com/adnanh/webhook
|
||||
RUN go build --ldflags '-s -extldflags "-static"' -i -o webhook github.com/adnanh/webhook
|
||||
|
||||
FROM alpine
|
||||
MAINTAINER kev <noreply@easypi.pro>
|
||||
MAINTAINER EasyPi Software Foundation
|
||||
RUN apk add --no-cache bash coreutils curl jq
|
||||
COPY --from=build /go/bin/webhook /usr/local/bin/
|
||||
WORKDIR /etc/webhook
|
||||
|
Loading…
x
Reference in New Issue
Block a user