Line 5: |
Line 5: |
| | | |
| === Maintainer === | | === Maintainer === |
− | [mailto:stephdl@de-labrusse.fr Stéphane de Labrusse AKA Stephdl] | + | [mailto:stephdl@de-labrusse.fr Stéphane de Labrusse] AKA [[User:Stephdl|Stephdl]] |
| | | |
| === Description === | | === Description === |
Line 53: |
Line 53: |
| ===Browse your download=== | | ===Browse your download=== |
| You can browse all your downloads either by samba, or by your browser (by default only on your local network) | | You can browse all your downloads either by samba, or by your browser (by default only on your local network) |
− | ====By samba=== | + | ====By samba==== |
− | only the admin is allowed to browse your download with samba, you you want to add more users or groups | + | only the admin is allowed to browse your download with samba, if you want to add more users or groups |
| config setprop transmission Smbusers "admin user1 user2 @group1 @group2" | | config setprop transmission Smbusers "admin user1 user2 @group1 @group2" |
| signal-event conf-transmission | | signal-event conf-transmission |
− | In the smb.conf a group is called by "@", do not forget to add it if you want to allow group1 : @group1 | + | In the smb.conf a group is called by "@", do not forget to add it if you want to allow group1 : @group1<br /> |
| + | |
| Then you can browse all samba shares of your server, find the transmission share and perform a login with your credentials. | | Then you can browse all samba shares of your server, find the transmission share and perform a login with your credentials. |
| | | |
| ====By your web browser==== | | ====By your web browser==== |
− | It is a nice feature if you can exchange downloads with your friends outside of your network, of course this could be forbidden in certain country. | + | It is a nice feature if you can exchange downloads with your friends outside of your network, of course this could be forbidden in certain countries. |
| {{Note box|By default the web access to transmission downloads is only allowed on your local network.}} | | {{Note box|By default the web access to transmission downloads is only allowed on your local network.}} |
| + | |
| go to https://sme-ip-host/dl-transmission | | go to https://sme-ip-host/dl-transmission |
| | | |
− | ====Add users==== | + | =====Access global-local-none===== |
| + | By default only IP which are on your local network are allowed to reach the transmission download folder with a web browser, but this behaviour can be changed. |
| + | |
| + | Only IPs of your local network |
| + | config setprop transmission Webdlaccess local |
| + | or All IPs |
| + | config setprop transmission Webdlaccess global |
| + | or No access |
| + | config setprop transmission Webdlaccess none |
| + | |
| + | After that |
| + | signal-event conf-transmission |
| + | =====Add users===== |
| If you want to allow more users to transmission | | If you want to allow more users to transmission |
| config setprop transmission Webuser "admin user1 user2" | | config setprop transmission Webuser "admin user1 user2" |
| signal-event conf-transmission | | signal-event conf-transmission |
| All users need to be real users in the server-manager with a password set | | All users need to be real users in the server-manager with a password set |
− | ====Add groups==== | + | =====Add groups===== |
| If you want to allow more groups to transmission | | If you want to allow more groups to transmission |
| config setprop transmission Webgroup "group1 group2 group3" | | config setprop transmission Webgroup "group1 group2 group3" |
| signal-event conf-transmission | | signal-event conf-transmission |
| All groups need to be real groups in the server-manager with a password set | | All groups need to be real groups in the server-manager with a password set |
− | ====change the default url==== | + | =====change the default url===== |
| By default transmission is reachable at https:sme-ip-or-host/dl-transmission but if you want to change this | | By default transmission is reachable at https:sme-ip-or-host/dl-transmission but if you want to change this |
| config setprop transmission Webdlurl XXXXX | | config setprop transmission Webdlurl XXXXX |