mirror of
https://github.com/YunoHost-Apps/transmission_ynh.git
synced 2024-09-04 01:46:12 +02:00
[enh] Add YunoHost user panel
This commit is contained in:
parent
2b0079add4
commit
9884d49d6e
1 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
location PATHTOCHANGE/transmission {
|
location PATHTOCHANGE/transmission {
|
||||||
proxy_pass http://127.0.0.1:9091PATHTOCHANGE/transmission;
|
proxy_pass http://127.0.0.1:9091PATHTOCHANGE/transmission;
|
||||||
|
|
||||||
|
# Include SSOWAT user panel.
|
||||||
|
include conf.d/yunohost_panel.conf.inc;
|
||||||
|
more_clear_input_headers 'Accept-Encoding';
|
||||||
}
|
}
|
||||||
location PATHTOCHANGE/ {
|
location PATHTOCHANGE/ {
|
||||||
proxy_pass http://127.0.0.1:9091/;
|
proxy_pass http://127.0.0.1:9091/;
|
||||||
|
@ -7,4 +11,8 @@ location PATHTOCHANGE/ {
|
||||||
location PATHTOCHANGE/downloads {
|
location PATHTOCHANGE/downloads {
|
||||||
alias /home/yunohost.transmission/completed/;
|
alias /home/yunohost.transmission/completed/;
|
||||||
autoindex on;
|
autoindex on;
|
||||||
|
|
||||||
|
# Include SSOWAT user panel.
|
||||||
|
include conf.d/yunohost_panel.conf.inc;
|
||||||
|
more_clear_input_headers 'Accept-Encoding';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue