1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/syncthing_ynh.git synced 2024-09-03 20:26:23 +02:00

correction de l'encodage

This commit is contained in:
Lahire Biette 2015-03-26 18:00:16 +01:00
parent f8f2ae1564
commit b192f96678
5 changed files with 4 additions and 24 deletions

View file

@ -1,17 +1,6 @@
location PATHTOCHANGE/syncthing {
proxy_pass http://127.0.0.1:8080PATHTOCHANGE/syncthing;
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
more_clear_input_headers 'Accept-Encoding';
}
location PATHTOCHANGE/ {
location PATHTOCHANGE/syncthing {
proxy_pass http://127.0.0.1:8080/;
}
location PATHTOCHANGE/downloads {
alias /home/yunohost.syncthing/completed/;
autoindex on;
autoindex_exact_size off;
proxy_pass https://127.0.0.1:8080/;
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/sh
export USERNAME=debian-syncthing
export HOME="/home/yunohost.syncthing"

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash
# Retrieve arguments
domain=$1

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

View file

@ -1,9 +0,0 @@
/* Inserted by Yunohost install script */
div#toolbar > * {
background-position: center center;
background-repeat: no-repeat;
}
div#toolbar > #toolbar-downloads {
background-image: url("images/toolbar-downloads.png");
}