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:
parent
f8f2ae1564
commit
b192f96678
5 changed files with 4 additions and 24 deletions
|
@ -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;
|
||||
|
|
2
conf/run
2
conf/run
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/sh
|
||||
|
||||
export USERNAME=debian-syncthing
|
||||
export HOME="/home/yunohost.syncthing"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/bash
|
||||
|
||||
# Retrieve arguments
|
||||
domain=$1
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.9 KiB |
|
@ -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");
|
||||
}
|
Loading…
Add table
Reference in a new issue