1
0
Fork 0
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:
Éric Gaspar 2023-08-15 09:10:29 +02:00 committed by GitHub
commit f22cb88a15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -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/

View file

@ -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/

View file

@ -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;

View file

@ -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",

View file

@ -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