I hereby claim:
- I am paul-chambers on github.
- I am paulchambers (https://keybase.io/paulchambers) on keybase.
- I have a public key ASCurpxOID6GqlcTvchnLxQDIIfVcFWcAdKsLtiFuoqKZwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # | |
| # assumes you have a user called 'traefik', with the home directory '/var/lib/traefik', | |
| # containing the 'traefik' executable and a 'trafik.toml' configuration file. | |
| ## adduser --system --shell /sbin/nologin --home /var/lib/traefik traefik | |
| # | |
| [Unit] | |
| Description=Traefik | |
| Documentation=https://docs.traefik.io | |
| After=network-online.target |
| #!/bin/bash | |
| # Helper script for deluge or qBittorrent bittorrent clients | |
| # Intended to be run when the torrent download completes | |
| # | |
| # for qBittorrent, enable 'Run external program on torrent completion' under 'Downloads' in the options dialog. | |
| # in the text field, enter: | |
| # | |
| # <path to>/torrent-complete.sh "%K" "%N" "%D" | |
| # |