From 02347ce19e1f4f7447bae5b3236cb3e18a337477 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Sat, 6 Aug 2016 12:10:15 +0200 Subject: [PATCH] zerobin is now privatebin --- {zerobin => privatebin}/Dockerfile | 2 +- {zerobin => privatebin}/README.md | 8 ++++---- {zerobin => privatebin}/nginx.conf | 0 {zerobin => privatebin}/php-fpm.conf | 0 {zerobin => privatebin}/run.sh | 0 {zerobin => privatebin}/supervisord.conf | 0 6 files changed, 5 insertions(+), 5 deletions(-) rename {zerobin => privatebin}/Dockerfile (90%) rename {zerobin => privatebin}/README.md (56%) rename {zerobin => privatebin}/nginx.conf (100%) rename {zerobin => privatebin}/php-fpm.conf (100%) rename {zerobin => privatebin}/run.sh (100%) rename {zerobin => privatebin}/supervisord.conf (100%) diff --git a/zerobin/Dockerfile b/privatebin/Dockerfile similarity index 90% rename from zerobin/Dockerfile rename to privatebin/Dockerfile index c768fb2..1c36cbc 100644 --- a/zerobin/Dockerfile +++ b/privatebin/Dockerfile @@ -17,7 +17,7 @@ RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/a php7-json@testing \ php7-zlib@testing \ && 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 \ && apk del $BUILD_DEPS \ && rm -f /var/cache/apk/* diff --git a/zerobin/README.md b/privatebin/README.md similarity index 56% rename from zerobin/README.md rename to privatebin/README.md index 91106aa..f9ba903 100644 --- a/zerobin/README.md +++ b/privatebin/README.md @@ -1,11 +1,11 @@ -## wonderfall/zerobin +## wonderfall/privatebin Paste securely. #### Features - Based on Alpine Linux. -- [elrido's zerobin fork](https://github.com/elrido/ZeroBin) -- nginx + PHP7. +- Uses [PrivateBin](https://github.com/PrivateBin/PrivateBin), originally a fork of zerobin by elrido. +- Bundled with nginx and PHP7. #### Environment variables - **UID** : zerobin user id @@ -15,4 +15,4 @@ Paste securely. - **/zerobin/data** #### Ports -- **80** [(reverse proxy!)](https://github.com/hardware/mailserver/wiki/Reverse-proxy-configuration) \ No newline at end of file +- **80** [(reverse proxy!)](https://github.com/hardware/mailserver/wiki/Reverse-proxy-configuration) diff --git a/zerobin/nginx.conf b/privatebin/nginx.conf similarity index 100% rename from zerobin/nginx.conf rename to privatebin/nginx.conf diff --git a/zerobin/php-fpm.conf b/privatebin/php-fpm.conf similarity index 100% rename from zerobin/php-fpm.conf rename to privatebin/php-fpm.conf diff --git a/zerobin/run.sh b/privatebin/run.sh similarity index 100% rename from zerobin/run.sh rename to privatebin/run.sh diff --git a/zerobin/supervisord.conf b/privatebin/supervisord.conf similarity index 100% rename from zerobin/supervisord.conf rename to privatebin/supervisord.conf