~dricottone/huttese-apk

ref: 4bbaacb863e59dee26ad09e129e623209fd7fe93 huttese-apk/sr.ht/sachet/sachet.yml -rw-r--r-- 1.9 KiB
4bbaacb8 — Simon Ser soju: upgrade 2 years ago
                                                                                
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
providers:
  messagebird:
    access_key: 'live_qKwVZ02ULV70GqabBYxLU8d5r'
    debug: true
  nexmo:
    api_key: '18e0a6e9'
    api_secret: 'ea44c2d9'
  infobip:
    token: "sasasa"
    secret: "sasasa"
  kannel:
    # url: "http://localhost:13013/cgi-bin/sendsms"
    url: "http://httpbin.org/get"
    user: "tester"
    password: "foobar"
  exotel:
    account_sid: 'sachet'
    auth_token: 'bbba3f4afc0b4ee76c93e43b7c1b2d4350d1a0e8'
  twilio:
    account_sid: 'aCb3bbaacc554b'
    auth_token: '4736473aaabbcc66'
  turbosms:
    login: 'visla'
    password: '44444'
  cm:
    producttoken: '00000000-0000-0000-0000-000000000000'
  telegram:
    token: "724679217:aa26V5mK3e2qkGsSlTT-iHreaa5FUyy3Z_0"
  otc:
    identity_endpoint: https://iam.eu-de.otc.t-systems.com:443/v3/auth/tokens
    domain_name: domain_name
    project_name: project_name
    username: username
    password: password
    project_id: project_id
  mediaburst:
    api_key: 'aa66sdfasfsda7887fdsf7sdf87fsdf7sdf7dsfd'
  freemobile:
    username: 'my-user-name'
    password: 'secret'
    url: "https://smsapi.free-mobile.fr/sendmsg"
  aspsms:
    username: 'username'
    password: 'password'
  sipgate:
    username: 'username'
    password: 'password'
  pushbullet:
    access_token: 'o.AbCdEfGhIjKlMnOpQrStUvWxYz012345'
  nowsms:
    username: 'username'
    password: 'password'

templates:
  - /etc/sachet/telegram.tmpl

receivers:
  - name: 'team-sms'
    provider: 'messagebird'
    to:
      - '+919742033616'
    from: '08039591643'
  - name: 'team-chat'
    provider: 'telegram'
    to:
      - '164451814' # the chat id of a user. Get yours at https://telegram.me/userinfobot
    text: '{{ .GroupLabels.alertname }} @ {{ .Labels.instance }}: {{ .Status | toUpper }}'
  - name: 'pushbullet'
    provider: 'pushbullet'
    to:
      - device:My Nickname
      - channel:mytag
  - name: 'nowsms'
    provider: 'nowsms'
    to:
      - '332432432'
      - '4242334534'