mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
zerobin is now privatebin
This commit is contained in:
parent
14cddd6caa
commit
02347ce19e
@ -17,7 +17,7 @@ RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/a
|
|||||||
php7-json@testing \
|
php7-json@testing \
|
||||||
php7-zlib@testing \
|
php7-zlib@testing \
|
||||||
&& mkdir zerobin && cd zerobin \
|
&& mkdir zerobin && cd zerobin \
|
||||||
&& wget -qO- https://github.com/elrido/ZeroBin/archive/master.tar.gz | tar xz --strip 1 \
|
&& wget -qO- https://github.com/PrivateBin/PrivateBin/archive/master.tar.gz | tar xz --strip 1 \
|
||||||
&& mv cfg/conf.ini.sample cfg/conf.ini \
|
&& mv cfg/conf.ini.sample cfg/conf.ini \
|
||||||
&& apk del $BUILD_DEPS \
|
&& apk del $BUILD_DEPS \
|
||||||
&& rm -f /var/cache/apk/*
|
&& rm -f /var/cache/apk/*
|
@ -1,11 +1,11 @@
|
|||||||
## wonderfall/zerobin
|
## wonderfall/privatebin
|
||||||
|
|
||||||
Paste securely.
|
Paste securely.
|
||||||
|
|
||||||
#### Features
|
#### Features
|
||||||
- Based on Alpine Linux.
|
- Based on Alpine Linux.
|
||||||
- [elrido's zerobin fork](https://github.com/elrido/ZeroBin)
|
- Uses [PrivateBin](https://github.com/PrivateBin/PrivateBin), originally a fork of zerobin by elrido.
|
||||||
- nginx + PHP7.
|
- Bundled with nginx and PHP7.
|
||||||
|
|
||||||
#### Environment variables
|
#### Environment variables
|
||||||
- **UID** : zerobin user id
|
- **UID** : zerobin user id
|
Loading…
x
Reference in New Issue
Block a user