-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathartconfig.example.yaml
More file actions
36 lines (30 loc) · 944 Bytes
/
artconfig.example.yaml
File metadata and controls
36 lines (30 loc) · 944 Bytes
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
name: van
trigger: "@"
server: localhost
port: 6697
ssl: true
throttle: false
bindIp: 0
channels: ['#knivey','#h4x']
artdir: "/home/knivey/ircart/"
pumplag: 25
#a2m: ~/a2m/a2m
#p2u: ~/p2u/p2u
# can override default if sharing with other bots
#quotedb: "/home/knivey/quote.db"
# used for recording art with http post
listen: "0.0.0.0:1212"
# I put the above listen behind a nginx reverse proxy so that it can easily have ssl and a nice url
# this is used for the bot to show a url
rest_url: "https://arts.h4x.life/pn"
#listen_cert: "cert.pem"
#used for --link option so people may downlaod art file
link_url: "https://art.h4x.life/"
# for the @url and @img commands when used with an image (does p2u)
url_default_width: 80
# For the trash command to delete art
trustedNetwork: false
trashDir: "/home/knivey/trashed"
#artfiles played back from these dirs will be word wrapped instead of the default (cut off)
wordwrap_dirs:
- "h4x/aibird"