3 Commits

3 changed files with 5 additions and 5 deletions

View File

@ -5,8 +5,8 @@
<!-- metadata -->
* **Category**: Apps
* **Status**: wip
* **Image**: [`privatebin`](https://hub.docker.com/r/privatebin), 4, upstream
* **Status**: 1
* **Image**: [`privatebin`](https://hub.docker.com/r/privatebin/nginx-fpm-alpine), 4, upstream
* **Healthcheck**: Yes
* **Backups**: No
* **Email**: N/A

View File

@ -1,2 +1,2 @@
export PB_PHP_CONFIG_VERSION=v1
export PB_ROBOTS_VERSION=v1
export PB_ROBOTS_VERSION=v2

View File

@ -2,7 +2,7 @@ User-agent: *
Disallow: /
{{ if eq (env "PB_PUBLIC_DIRECTORY") "true" }}
{{ else }}
User-agent: PrivateBinDirectoryBot
Disallow: /
{{ else }}
{{ end }}