Compare commits
3 Commits
0.6.0+1.7.
...
0.6.1+0.17
Author | SHA1 | Date | |
---|---|---|---|
f80651a09e | |||
f529804276 | |||
386611540c |
@ -5,8 +5,8 @@
|
|||||||
<!-- metadata -->
|
<!-- metadata -->
|
||||||
|
|
||||||
* **Category**: Apps
|
* **Category**: Apps
|
||||||
* **Status**: wip
|
* **Status**: 1
|
||||||
* **Image**: [`privatebin`](https://hub.docker.com/r/privatebin), 4, upstream
|
* **Image**: [`privatebin`](https://hub.docker.com/r/privatebin/nginx-fpm-alpine), 4, upstream
|
||||||
* **Healthcheck**: Yes
|
* **Healthcheck**: Yes
|
||||||
* **Backups**: No
|
* **Backups**: No
|
||||||
* **Email**: N/A
|
* **Email**: N/A
|
||||||
|
2
abra.sh
2
abra.sh
@ -1,2 +1,2 @@
|
|||||||
export PB_PHP_CONFIG_VERSION=v1
|
export PB_PHP_CONFIG_VERSION=v1
|
||||||
export PB_ROBOTS_VERSION=v1
|
export PB_ROBOTS_VERSION=v2
|
@ -2,7 +2,7 @@ User-agent: *
|
|||||||
Disallow: /
|
Disallow: /
|
||||||
|
|
||||||
{{ if eq (env "PB_PUBLIC_DIRECTORY") "true" }}
|
{{ if eq (env "PB_PUBLIC_DIRECTORY") "true" }}
|
||||||
|
{{ else }}
|
||||||
User-agent: PrivateBinDirectoryBot
|
User-agent: PrivateBinDirectoryBot
|
||||||
Disallow: /
|
Disallow: /
|
||||||
{{ else }}
|
|
||||||
{{ end }}
|
{{ end }}
|
Reference in New Issue
Block a user