This repository has been archived by the owner on Nov 25, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yml
89 lines (86 loc) · 1.89 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
---
ssh: ascross
package: deluge
name: Deluge
version: 1.3.15-r3
architecture: ""
firmware: 2.6.0
config:
general:
developer: Deluge Team
website: http://deluge-torrent.org
maintainer: mafredri
email: [email protected]
depends:
- python
conflicts: []
package: "PACKAGE"
name: "NAME"
version: "VERSION"
architecture: "ARCHITECTURE"
firmware: "FIRMWARE"
adm-desktop:
app:
port: 8112
protocol: http
type: custom
url: /
privilege:
accessible: users
customizable: true
register:
symbolic-link:
/bin:
- "deluged"
- "deluge-console"
- "deluge-web"
boot-priority:
start-order: 60
stop-order: 60
port:
- 8112
- 58846
case_sensitive: false
runpath: /usr/local/AppCentral/deluge/lib
updated_libstdcpp: true
root: /usr
files:
- /usr/bin/unrar
- /usr/bin/p7zip
- /usr/lib/libboost_system.so*
- /usr/lib/libboost_python-2.7.so*
- /usr/lib/libboost_chrono.so*
- /usr/lib/libboost_random.so*
- /usr/lib/libtorrent-rasterbar.so*
- /usr/lib/libunrar.so*
- /usr/lib/p7zip
- /usr/lib/python2.7/lib-dynload/_ssl.so*
site_packages:
- dev-python/attrs
- dev-python/cffi
- dev-python/chardet
- dev-python/cryptography
- dev-python/enum34
- dev-python/idna
- dev-python/ipaddress
- dev-python/mako
- dev-python/markupsafe
- dev-python/ply
- dev-python/pyasn1
- dev-python/pyasn1-modules
- dev-python/asn1crypto
- dev-python/packaging
- dev-python/setuptools
- dev-python/pycparser
- dev-python/pyparsing
- dev-python/appdirs
- dev-python/pyopenssl
- dev-python/pyxdg
- dev-python/service_identity
- dev-python/setproctitle
- dev-python/six
- dev-python/twisted-core
- dev-python/twisted-web
- dev-python/zope-interface
- net-libs/libtorrent-rasterbar # installs libtorrent.so in site-packages
- net-p2p/deluge