mirror of
https://github.com/YunoHost-Apps/distbin_ynh.git
synced 2024-09-03 18:26:10 +02:00
Merge pull request #77 from YunoHost-Apps/testing
This commit is contained in:
commit
f22cb88a15
5 changed files with 5 additions and 5 deletions
|
@ -29,7 +29,7 @@ A networked place to store posted web documents. This is meant to allow for dist
|
|||
- Excepteur sint occaecat cupidatat non proident, sunt in culpa."
|
||||
|
||||
|
||||
**Shipped version:** 1.3.0~ynh11
|
||||
**Shipped version:** 1.3.0~ynh12
|
||||
|
||||
**Demo:** https://distbin.com/
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ A networked place to store posted web documents. This is meant to allow for dist
|
|||
- Excepteur sint occaecat cupidatat non proident, sunt in culpa."
|
||||
|
||||
|
||||
**Version incluse :** 1.3.0~ynh11
|
||||
**Version incluse :** 1.3.0~ynh12
|
||||
|
||||
**Démo :** https://distbin.com/
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ location __PATH__/ {
|
|||
|
||||
proxy_pass http://127.0.0.1:__PORT__/;
|
||||
proxy_pass_request_headers on;
|
||||
proxy_redirect ~^/(.*) $scheme://$http_host__PATH__/$1;
|
||||
proxy_redirect ~^/(.*) $scheme://$host__PATH__/$1;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Distributed pastebin with ActivityPub.",
|
||||
"fr": "Pastebin distribué utilisant le protocole ActivityPub."
|
||||
},
|
||||
"version": "1.3.0~ynh11",
|
||||
"version": "1.3.0~ynh12",
|
||||
"url": "https://distbin.com",
|
||||
"upstream": {
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#=================================================
|
||||
|
||||
# dependencies used by the app
|
||||
pkg_dependencies="ca-certificates curl sudo rsync"
|
||||
pkg_dependencies="ca-certificates curl rsync"
|
||||
|
||||
NODEJS_VERSION=10
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue