feat: add Discord bot service + workflow_dispatch trigger
- Add discord-bot container to docker-compose (uses git.csrx.ru registry image)
- Inject DISCORD_BOT_TOKEN via .env, bot accesses Docker socket + Prometheus
- Add vault_discord_bot_{token,app_id,public_key}, aliases in main.yml
- Add workflow_dispatch to deploy.yml so /deploy bot command works
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f6f283944f
commit
0315ee6a72
5 changed files with 160 additions and 123 deletions
|
|
@ -5,6 +5,7 @@ on:
|
||||||
branches: [master]
|
branches: [master]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [master]
|
branches: [master]
|
||||||
|
workflow_dispatch: # allows triggering via Forgejo API (/deploy bot command)
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# ── Syntax check (every PR + push) ─────────────────────────────────────────
|
# ── Syntax check (every PR + push) ─────────────────────────────────────────
|
||||||
|
|
@ -35,7 +36,7 @@ jobs:
|
||||||
# ── Deploy (push to master only, after syntax-check passes) ────────────────
|
# ── Deploy (push to master only, after syntax-check passes) ────────────────
|
||||||
deploy:
|
deploy:
|
||||||
needs: syntax-check
|
needs: syntax-check
|
||||||
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
|
if: github.ref == 'refs/heads/master' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch')
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
|
||||||
|
|
@ -45,6 +45,9 @@ n8n_jwt_secret: "{{ vault_n8n_jwt_secret }}"
|
||||||
discord_webhook_alerts: "{{ vault_discord_webhook_alerts }}"
|
discord_webhook_alerts: "{{ vault_discord_webhook_alerts }}"
|
||||||
discord_webhook_deploys: "{{ vault_discord_webhook_deploys }}"
|
discord_webhook_deploys: "{{ vault_discord_webhook_deploys }}"
|
||||||
openrouter_api_key: "{{ vault_openrouter_api_key }}"
|
openrouter_api_key: "{{ vault_openrouter_api_key }}"
|
||||||
|
discord_bot_token: "{{ vault_discord_bot_token }}"
|
||||||
|
discord_bot_app_id: "{{ vault_discord_bot_app_id }}"
|
||||||
|
discord_bot_public_key: "{{ vault_discord_bot_public_key }}"
|
||||||
|
|
||||||
# Server IPs (used for cross-server Traefik routing)
|
# Server IPs (used for cross-server Traefik routing)
|
||||||
ip_main: "87.249.49.32"
|
ip_main: "87.249.49.32"
|
||||||
|
|
|
||||||
|
|
@ -1,123 +1,135 @@
|
||||||
$ANSIBLE_VAULT;1.1;AES256
|
$ANSIBLE_VAULT;1.1;AES256
|
||||||
64666234356334343833653535343865653331316631373066313436386439396461616532326336
|
37343139616561396337636463333466613038643535343839623037373934323130396138386266
|
||||||
6331303061353836633632636138383461356232393734320a373666316435663062313838303166
|
6439363761646638626565623165653838663633653463320a316133616638313863363361643638
|
||||||
32383365396330373064353332306231316336366534633735393634343634343864366139333531
|
33386461646661373666626562303735353830363465366438323664643732313937633734303133
|
||||||
6366303839623937340a376537666638666365383334633036326266373661663933393462623063
|
3663666633326264380a356539363434303661373036316666373161353730383665303864663834
|
||||||
66623536636436333437613666396666366337353430303536643862613932316564373864643030
|
62336636656337356333383666373061383231663035363436656638633732356366613234396130
|
||||||
66646430336439303666633431303964643335393734636262613335313337613734323937333566
|
64313432336366636439663434323533373339363763353736303664316636363630666265373666
|
||||||
62353933336532613237626637363136653939333135356136363865393163613235633933313935
|
37373262316437383031393832616236643632323334396562656333373331303832303163633139
|
||||||
39303939616466373039363163646330333037356364343934653334323931373032656463353166
|
64376363643164303336353237356363653339613031633262316534353439376132373961643930
|
||||||
66613930333936623435393236333338303465363163386338356136343464303430336364636661
|
39666239663561613538316638633230386362326338663039626535343732393137636235366562
|
||||||
62376534303763373232623464336566333664343239626235313861663432643663643663306361
|
62306636313263383566343162333338383065316136353034646465656464366263323461616365
|
||||||
30623139313361363465633035623562646661363632313838626638613061646235656435303663
|
38643033633263383931323437323563613239343964643238326131386437666139386632626536
|
||||||
33643132653561383865613634363834393234316334336339663762346133383635623437613334
|
35383563326361303264373436363961386535656134663334623338323161333362316538356235
|
||||||
39336563346465363063333137646639363662333632616137373738393765393335363933356635
|
38643538366436636262316530353137323233613036326262366136653934656538666634353661
|
||||||
39326630656231663865306339393333373138323932333734376565373235373132643834326632
|
63383066643831383163663632336534653438663361656330366466663533663632333631616331
|
||||||
66653239316361653930363035316565363832383531336361623630306436663362636666386233
|
37633830666265643466303736333335633666656330343661353664306436643830623637633430
|
||||||
34303862383765393365616239373030653564313635636433636231316665633632633833306464
|
63356363613062363864333231386532343935386635333932393839306330383536643331656433
|
||||||
65643839336131306137343731663833366630333936326632316264346564666336383166326339
|
61666537316337386164646661323730363861373737326339623932356435316362323763653130
|
||||||
38633165316230373834373865366533323634633365653961373762373430353330363065646662
|
63623932386431373362646665623237666364666334326162633763613166633036386432363634
|
||||||
66373535633730393766336163386431303833626635616265626339643830363438366530313631
|
30333436663131663938346364393662623630393632326466353336646239643134623739666531
|
||||||
64643866373562336163313266316232336231336439346131643466623465386166363463343462
|
37376364616437343962303237373933643636396264613262363539383039356461313863373337
|
||||||
64376366366430303335396662343530653031643866636365633462346233303462393935313266
|
65303061626465613031666531363737316630363935613265363232323864663439653066626435
|
||||||
36316433653263343334393231363362316136633732633763653238626535656262623261373938
|
30363236653365383936353265643665383233303565306165663932346661366130616332626164
|
||||||
32613732323764363862643361663461333832333232333763336539643035346362616162316330
|
65393539363939313861663462643135353538373537343537636461386531343933326161313530
|
||||||
34643733333738396633353033333962356534663739316432373862356137343831396139366235
|
65383962636665663666383961613965623432346165663064303261373262626138396265616561
|
||||||
34343730653037633631383064626330333865623036313164393963616536356539663039346161
|
37653565333237666263343738353832396363326531313739333165653236306637613839663730
|
||||||
35346234316564633965623935653834366232396631303833636266653336376661333663373965
|
37633136383035373762623734326536616363383532346634616138363030633838393631663738
|
||||||
38326639393830373432346436393832386632653136633461353738373232643764633031376532
|
66333832313435353334303839653563653639396564663339343733636332303663383933363232
|
||||||
61326231366333333039626462316365333266316130333038356362626130313563636337653365
|
32393062636430313832373966363663333133363663326235326661356161393963663638663863
|
||||||
31333036616539653236373861303565346462306231643165366365373862663330326636323533
|
31356266376637666661323132343566643538623932353134653937653536303365313632636334
|
||||||
33323662306663383535356635333633353633303833336639653834393664313233613762363962
|
34623634626233396138316238643837383365306566373263316236373465333430356163336233
|
||||||
37613961636433373636643032376361353838373032623465313636306436653861323264643962
|
66336132383963376633623633623237666238623632653162306431613535336162383735316161
|
||||||
38663032646236306165646366326233373135663066376631316536626431386266643032373664
|
36666565653865313237383836353037353736633862666331613262343436373434326564663033
|
||||||
66646535356566346439333938356232663531336231363437376561633664363536376466643231
|
32663333353630626636643432323530366332613263633830656163306132323631666566373665
|
||||||
39313739633537626237323561323833373862613661306364613561303431613734323738653263
|
31396236396662396637363262643931313336313832306662653861383565373638353037316261
|
||||||
31623930643137646138336533333064633130373933626130386238393930623166373132393163
|
38316361306631323238613065643031303366626565346331346437323462373030366663303831
|
||||||
37636136383239643265646437613763626338336438646337616131356634643939376266323061
|
34396332656565383834646239663663313234303837663961363563393430333762643333393231
|
||||||
65343963663663666234346534333633633435343133636366303039316364613935303938633139
|
30386135636632363665383766623438396133663632633832383062396434353536346164346130
|
||||||
31653133353937383338323262653135663262303665323536323736626661626439383435666465
|
35303562343364666533366166656537306563303464636464623333303666356337383834373366
|
||||||
34396437383239653935343136363733393931643637353761613339663438393838303732613739
|
65393334306461386233343130633632363262343530663236396364373732663436313432353461
|
||||||
31363431313234353762383637653866396334623163386264613433653537363837616430653331
|
66373739393631626263613938323133653637356336366630323764396538663131353139356465
|
||||||
36623965333431333635633934663931313333343763336132313066303864366562353962653062
|
34326138343432323962626635313639663461316439636364616532306563656638346338653465
|
||||||
35663833386539623036303837643137646537633838666332353334393361633461656535613935
|
37316231383339353365383535343138623062343137653735323662393136346338623961316532
|
||||||
66613639333837663639313261653939386338313161386534636532366562313238343366343735
|
62393237666364356162383964376165306563663632616236393635393330303061383633623636
|
||||||
31323365366337626334383838613461343562316163333761333837356634323334343335303938
|
65633161373135633830666534653034626162333038633035313530333533633836363166316433
|
||||||
64333466653934313963646638376365626630653437636130363961636566313562366538386364
|
37656233616662393137306135353038333730336635616436363039303432656332643432363963
|
||||||
65306337333033656664383833346530363331386235363139353031396363663934393933336638
|
37333564633931636235363733333266343033356138343962643133643830643936623034303238
|
||||||
61386534633133623063303735623966643935383664313337653136656639336438383132313063
|
38326139333463636637613464376464313566313962353766616638323463623562326666646164
|
||||||
65666162303161333638393338386438636663663938366262373666326334663533646162616662
|
31643235393163343862336533653232613632333636636534316565376237326564393535366261
|
||||||
38656531616639353431313666313361383262393461626239373864636366643031363364323039
|
38653361316661333935643833323262633131316361646236366261663563626262343661343561
|
||||||
62333532333662663261653839366635343037333765343131636161366337366666363063666135
|
61653862316339333766656131326130383466323466333238323864366661616531653131336536
|
||||||
35306637343565333662356633303662616464393038613266653335656262383736633161373366
|
66313763343331633130323137616165656532336165333130323962663434653135326365393631
|
||||||
65376430313263353132393735366162626230653330363863396261386563343433313365386233
|
65306562383539623362636662383565663732326538323331373731656164636664323634663134
|
||||||
38616135323133373733666430363630656433373330633232366662663561636335356366383837
|
30663366323437643262626236316335613039343236653366356431653833303563663961383435
|
||||||
33336363353362646266376631383134383962353062663533643036336334336536616663633036
|
34383366636635326334633438363233666366343163613665613361306636636134343430316139
|
||||||
37636631353362616634613237303962356631373735376265616233643466373639383061333435
|
33376466643565393339393634323733396235346138366436666535616561326133303437356165
|
||||||
38396638383239383833626564383464316132636661316364633834666632313838663462356336
|
32656264663739343133363837353265366636316664613434333138643863633731383561363439
|
||||||
39626235386465393063363963393930386133343830653033653438643639313332346139376339
|
30313935633065393932353962333962343536633537383262666662336134646234353733653562
|
||||||
39323166323762306135616538636266613464393231383435363934633436636566653563633739
|
61613435326538333465303966393763353030323861666339383666323665363238326435613066
|
||||||
32333361633831666132646564376232303730623064663662383264353237363666336134353564
|
34353165313033633265373937396562383931396132313933373866633037653335666532646433
|
||||||
64613230636238343935303537383833633564333465633331666234326631633430346632343436
|
63393633663531333137386237366333356233396463373630303233613633643535313736646562
|
||||||
31663366663336386138643432353663353964613364626165376632373737383034616331376166
|
33323238333233613633386330663765616439393635343932383966363966663738646562383964
|
||||||
32646336336536316265643265663561323538326664366634313839633939366630303766376365
|
38633530303661356363623365356331343039653361353563613161643432633064323330636366
|
||||||
39336236336536373331343835653930333131653238646461396231613131656336346330363930
|
66383138373731633062333638333563656362393836326434373664343138323437386135373366
|
||||||
32633863313338393665613861363734643362643937646264346434623835383230653366396163
|
65366466323239383331363963323434626665323361386537663864313337633765616232633432
|
||||||
36373338393730333834336562316265336366316663346563366631313164643034376439646234
|
61303638383064393630313164393931313366373962313337643165316631363232353861383766
|
||||||
39383236633537643130336363646665663931646166613566626133326632636336316431333363
|
66373932303836643564656537643461376461396630396263646465666131303536666562316230
|
||||||
36376564356461336165646466386430656165346466613965643661343138396265353565373666
|
66666536363962386330346462663631336138326631363366333964323036653033383836313830
|
||||||
63316162323164323361616566393864313162633836386134373765333262303230656337386532
|
37356662333962323162383232376339386137336234623233656637313165353765656137326462
|
||||||
32633862623365373061343266366366383066363434656265333933303761313333646539613161
|
31333432346563613163316631646130303861323864626265393436376666616638323163336435
|
||||||
61623031616337353330623738316564383738646639353039646135316633663433336130306534
|
38346236653162353766666337326130393630326635356231633731376536393361313130343434
|
||||||
36666265653332346333313138343466356332346430393962663462383561663238363663663534
|
65646338653234313033626432333265353861386636333965323863306363333761373530323565
|
||||||
61336237323162383635343532396130653462343732663162356137626132663437653832333566
|
36316338326262343332626239303164393231643035386365356665336633643532336337373066
|
||||||
62646162343663363961376237343730306330366635633561623034303661623039636433613362
|
32303031666138613735306562323864396637373764633932633939643466656334636335666231
|
||||||
31613939663137343130393761313638323164383764623762636433303935383862396232323664
|
66656232336466623562626334666235396139336339333831633466333235666138663838653339
|
||||||
61623235643337616435323033393232623032333534346661303536626335343866363037323930
|
64323265313763646631376366303066643866333639333135373034613038646336303132376337
|
||||||
34616433373034646365356164636639653135643265623438303632663637626139646632633664
|
32396665623061376439343237356432363764376562383134656533333136666232383437343534
|
||||||
30616666656334653131643639343465623761666434666335613865623963643638613062623537
|
61363437633637316131353139636663653962393731656536323734356533333937376435623764
|
||||||
34336336386436663137366461383761303837666139613431333139383435343039643438383738
|
35643535616331356438343265653335623364356533623532316363616262626565333462636333
|
||||||
38663338323132386339646132343163633230353935643561353436323263353734326534363433
|
64306139333330396631623465383635363765373762346639313763353863623234393931346134
|
||||||
65643431666661383263333364373238343832313631353733323361396634633466343338623331
|
38396166383431326663653863363037663331323630326438326138386364666637346136323366
|
||||||
35343865333036343632636236616665643033313930303661386365316364376533663839323766
|
62333966303633313262613433633534613662613566323836383837373631636164643431303664
|
||||||
31663932643938363666323731366463363638323930363131376436616335336239386339613330
|
62326264326165373938643661376462323665653432633734656534646234393331333939623534
|
||||||
34636664366333396563626538303930373064643365373938656165663765373866643861376438
|
39616630633830343562336664623335613562333638346666343262353663366530353963343931
|
||||||
38343330346664633461363364666262376661326434376164666236383834376434626334366262
|
39643962363433656236613534313266623537313232616434356539333166613339313830306137
|
||||||
63626533313530376433366634613366323535616538333936663566653633373833646565323938
|
66633533613034653031643133653261306537323232356164316339656266323032306264323834
|
||||||
30643765643834363437633034353938663263633332313030393366343239633636646164303234
|
64663461666435653039353264623333616364643934643961303630326133646662356464343666
|
||||||
37353233393936386330626163623164313132663635303730643963326635353530323539323164
|
62303437646463623532306162383939366338343466393666663833666634333839323863343032
|
||||||
31343066326130623830656233626135626335376436633764396439313866313262663866653633
|
66376539343634326262333838386434663136646530623263326365313131613064616266303465
|
||||||
36356465386363346230346330373262376561336631306663666464393531663632306666613061
|
32353931373166343237303135363534373030303431626231316662656139616134383133653530
|
||||||
66316236393239306465333034353562333563306230373464306364356632303438633331343061
|
31613765623061356330323731333738656466653765373935363836373238663838306665343537
|
||||||
63356532363964663336326637353535616264613031653263663532386661373639656338396663
|
63623135333963353339393432636337366534646664343531353536663763646234323230303637
|
||||||
39343331643433646639316637373264643165643136636135343231343836303065623139363133
|
36303333663431366432636637323731363465616534653531643433623565393638306261623337
|
||||||
30626631636466393663663430383133626333323264626164633065653764613064373865373239
|
65396331643464313566646639613166303734656365366638653335346334623266333930313964
|
||||||
34613138626638323735663930303564663661623165386331316532323336303636353839313637
|
36353830626234666430653538663133396634386262303136356430633234613364643564376534
|
||||||
32623535363132323666666236376666373232376662333663343337363331353430393963396266
|
66346331333031643363383031306337643435633235646161666637383637326531363536396163
|
||||||
38303362343532343331326337363330633261326361316165633938633636326530353261636630
|
61303330343132303266363361393732306434363064376439656134666562343161373939303531
|
||||||
35383265656666343334656531366163656464386337356265373234313535656462643165363033
|
63623666393930626431393532383232633838303133613361663330613336323131383035313737
|
||||||
34633763643862626134353664363035613661336633373338346166336530373236626133383730
|
38383462353230376662366335663063623666633761303864353536653539306337343133386232
|
||||||
39616563616265376564313930336665363336633262633531383865626464326135636439346466
|
64663030393033626539616339633664646632623964653532303166643630376366383038313333
|
||||||
61343464656563303735386161656238663361376331343836376231343333623235346465623033
|
35383839303964316535383963363835633130646336636666393339396632393131346137633431
|
||||||
36386237373064363538663438626463616466633731613334303366353838336332303265393666
|
66353830323835613933323565393732326635653133666665373761376162623961646130656134
|
||||||
33316365363962373563393665303439316132386637393064303863393963383664393733666461
|
35303461333231363235633262663135323331663665643161343663303136303330336335386439
|
||||||
38663236373762646537663338633936326130393964643630656131616431393066343737653862
|
63373262323532343339323731333839346134386431343763363031663735386466363835613864
|
||||||
63653362373431626465626536623732323830626565653534313361643138623238376362313561
|
66613832333734396465626461623239386238346138323165323762353562623866633539303138
|
||||||
38323737316137363061306639323265366366313065643463393863646431633735306166393861
|
66306264653234306365663263653134343365376139306366373933636261303633666461313566
|
||||||
36303336346663363132383238663965666630646265626265336139393039656164363938313130
|
65336664343335633664616336346236323935323363626633313462356365343332616362343832
|
||||||
64656465623433316232303363323638313237363631363335626561623238636365623661346636
|
37396532393663613564363037633263353639616638626663386131363562336136613331306537
|
||||||
30623863326639616462656330643238643231626631613866316564653230383163343364356361
|
31343538363635626662303136336134316131363530343138666337356566376465393863383139
|
||||||
61346161346563336665376435383938306130653735313430386663656636643533316234386632
|
31663336613362353234333562353863313764386332396462393037626234323436353937353964
|
||||||
62653438656164663837613232333830313639366336393930336332646636646330616431386362
|
65366635376536386639313632386630666638633637313763646235313738633539333535613935
|
||||||
31326339346561643436633832333962316632643438363464393934363833633261336261643037
|
37656631633765636665376463623236666130323831363931353438616235326164346531666463
|
||||||
64636430386234346530353863383438656336343630346436656530323433333536313134313238
|
34323964333837313264333261393961386536623133633331366466653639393834666465326436
|
||||||
64363930616436653865343035326466643733643033633966653134326661376530343031346437
|
35643937396535626434326264366339613234666364333337626563633131653432373836383835
|
||||||
34373261653736353534336632353938353235653764393838306466343265613763386564323334
|
64633763343737303161366161656136616364643631633766666239313830633038303631613639
|
||||||
65343431316535306565353030396139386233666534336565636630613538656537393866316230
|
61386464666666366538393763623838333339306565626562316364616338303137363232343065
|
||||||
64373534313435396639623934363831336566306262386339613633353065306332393838613762
|
38653234643637376565386461653632613962356133363735363539363266323632303236646536
|
||||||
66623536633938303733346264346639333264343263663135663231653038616130383331323561
|
61313435613834333161613364383732363464633237663662363531663563373733633639366639
|
||||||
66323539323962346364313739643533363836356634633730613436323562333735623331326130
|
35373232613265383331303237393233376663653564313736336366363935326463623736653831
|
||||||
30376139383238393066353961386561613735343664343964663439653736653839393731663734
|
30366164643036633966666135643539333266646236366461666335393161373162626136653437
|
||||||
33626631643635343539623663326364333533653936666436343139313536356263616365653736
|
36323832653263383866383365613463303734383836656263366664383936343936653464656265
|
||||||
32306561306235303161323535316266346164623232613830373963663137396332386561303338
|
35343735303736303134383963613035643066373963626135613338373833333235383031323263
|
||||||
3061373434313131623662643738393061313362363638626233
|
61366134363034323432656161646563333166363130323335383337643838343033376432333839
|
||||||
|
64653362343534656336653439366434653436616132303963363632343639623431363366643562
|
||||||
|
30343035633637366530636337373637376466383733353636343864353630343864623535363730
|
||||||
|
30626336326363646438656166626336383065303564326436663532353861653637373763316538
|
||||||
|
34613035626662636461376131363465623832353231353135356232333763333436306239666463
|
||||||
|
39353931363766343030666130613465653331303661633830636137333036653534333535383862
|
||||||
|
38376634663965646465633666346234656635623233343562313630613462633861383634303338
|
||||||
|
64656537363037363263623839643634346333653066343165396265383431613265316630343439
|
||||||
|
63613734386632616136363165366232626338353533636363633862666539326338323434326436
|
||||||
|
64393138366164336539326562663832373866363832616564316462623136623231663536393535
|
||||||
|
63353938316131356166616630373466343433393366316230376237656663313738636333313730
|
||||||
|
62636437613031613334366138303230376537656630303364653239326462326166363739646234
|
||||||
|
6631353965353836376437633962646536396231396662613161
|
||||||
|
|
|
||||||
|
|
@ -562,6 +562,25 @@ services:
|
||||||
- authelia-internal
|
- authelia-internal
|
||||||
command: redis-server --appendonly yes --maxmemory 64mb --maxmemory-policy allkeys-lru
|
command: redis-server --appendonly yes --maxmemory 64mb --maxmemory-policy allkeys-lru
|
||||||
|
|
||||||
|
# ── Discord Bot ────────────────────────────────────────────────────────────
|
||||||
|
# Infrastructure management bot: /status /logs /restart /deploy /metrics /backup
|
||||||
|
# Image is built and pushed by the discord-bot repo CI/CD
|
||||||
|
discord-bot:
|
||||||
|
image: git.csrx.ru/jack/discord-bot:latest
|
||||||
|
container_name: discord-bot
|
||||||
|
restart: unless-stopped
|
||||||
|
environment:
|
||||||
|
DISCORD_TOKEN: "${DISCORD_BOT_TOKEN}"
|
||||||
|
FORGEJO_TOKEN: "${FORGEJO_RUNNER_TOKEN}"
|
||||||
|
FORGEJO_URL: "https://{{ domain_git }}"
|
||||||
|
FORGEJO_REPO: "jack/infra"
|
||||||
|
PROMETHEUS_URL: "http://prometheus:9090"
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
|
networks:
|
||||||
|
- proxy # Discord API (internet)
|
||||||
|
- monitoring # Prometheus metrics
|
||||||
|
|
||||||
# ── Uptime Kuma ────────────────────────────────────────────────────────────
|
# ── Uptime Kuma ────────────────────────────────────────────────────────────
|
||||||
# Мониторинг доступности сервисов + публичная статус-страница
|
# Мониторинг доступности сервисов + публичная статус-страница
|
||||||
# Доступен по адресу: https://{{ domain_status }}
|
# Доступен по адресу: https://{{ domain_status }}
|
||||||
|
|
|
||||||
|
|
@ -16,3 +16,5 @@ CROWDSEC_BOUNCER_KEY={{ crowdsec_bouncer_key }}
|
||||||
# Cloudflare DNS-01 ACME challenge
|
# Cloudflare DNS-01 ACME challenge
|
||||||
CLOUDFLARE_DNS_API_TOKEN={{ cloudflare_dns_api_token }}
|
CLOUDFLARE_DNS_API_TOKEN={{ cloudflare_dns_api_token }}
|
||||||
CF_ZONE_ID={{ cloudflare_zone_id }}
|
CF_ZONE_ID={{ cloudflare_zone_id }}
|
||||||
|
# Discord bot
|
||||||
|
DISCORD_BOT_TOKEN={{ discord_bot_token }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue