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