Compare commits
24 Commits
3e43c3e44d
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
d5078186e7
|
|||
|
57bb696e6e
|
|||
|
c6cc7d4c6c
|
|||
|
90abc6c833
|
|||
|
395203f236
|
|||
|
57cc639cc8
|
|||
|
1405a2364e
|
|||
|
b165899f25
|
|||
|
86147d0103
|
|||
|
2c9ade0a8e
|
|||
|
35c1f727f6
|
|||
|
b7d2fca2f2
|
|||
|
725c4c02cc
|
|||
|
328256c6be
|
|||
|
b08dc862c9
|
|||
|
0810c6c099
|
|||
|
dd6b34e983
|
|||
|
6fd6d76594
|
|||
|
61e2431975
|
|||
|
9a23e35126
|
|||
|
f2a9e660ed
|
|||
|
bd5f5ca452
|
|||
|
860cfd0450
|
|||
|
884553892b
|
20
Taskfile.yml
20
Taskfile.yml
@@ -27,13 +27,13 @@ tasks:
|
||||
cmds:
|
||||
- ssh {{.REMOTE_USER}}@{{.REMOTE_HOST}} -t btop
|
||||
|
||||
vars-decrypt:
|
||||
encrypt:
|
||||
cmds:
|
||||
- ansible-vault decrypt vars/vars.yml
|
||||
- ansible-vault encrypt {{.CLI_ARGS}}
|
||||
|
||||
vars-encrypt:
|
||||
decrypt:
|
||||
cmds:
|
||||
- ansible-vault encrypt vars/vars.yml
|
||||
- ansible-vault decrypt {{.CLI_ARGS}}
|
||||
|
||||
authelia-cli:
|
||||
cmds:
|
||||
@@ -55,16 +55,24 @@ tasks:
|
||||
validate-config --config /data/{{.DEST_FILE}}
|
||||
|
||||
authelia-gen-random-string:
|
||||
summary: |
|
||||
Generate random string.
|
||||
Usage example:
|
||||
task authelia-gen-random-string LEN=64
|
||||
vars:
|
||||
LEN: '{{ .LEN | default 10 }}'
|
||||
cmds:
|
||||
- >
|
||||
{{.AUTHELIA_DOCKER}}
|
||||
crypto rand --length 32 --charset alphanumeric
|
||||
crypto rand --length {{.LEN}} --charset alphanumeric
|
||||
|
||||
authelia-gen-secret-and-hash:
|
||||
vars:
|
||||
LEN: '{{ .LEN | default 72 }}'
|
||||
cmds:
|
||||
- >
|
||||
{{.AUTHELIA_DOCKER}}
|
||||
crypto hash generate pbkdf2 --variant sha512 --random --random.length 72 --random.charset rfc3986
|
||||
crypto hash generate pbkdf2 --variant sha512 --random --random.length {{.LEN}} --random.charset rfc3986
|
||||
|
||||
format-py-files:
|
||||
cmds:
|
||||
|
||||
@@ -895,9 +895,9 @@ session:
|
||||
##
|
||||
## Important: Kubernetes (or HA) users must read https://www.authelia.com/t/statelessness
|
||||
##
|
||||
# redis:
|
||||
# host: '127.0.0.1'
|
||||
# port: 6379
|
||||
redis:
|
||||
host: 'authelia_redis'
|
||||
port: 6379
|
||||
## Use a unix socket instead
|
||||
# host: '/var/run/redis/redis.sock'
|
||||
|
||||
@@ -1399,6 +1399,24 @@ identity_providers:
|
||||
userinfo_signed_response_alg: 'none'
|
||||
token_endpoint_auth_method: 'client_secret_basic'
|
||||
|
||||
-
|
||||
client_name: 'Wakapi'
|
||||
client_id: '{{ oidc__wakapi__client_id }}'
|
||||
client_secret: '{{ oidc__wakapi__client_secret }}'
|
||||
redirect_uris:
|
||||
- 'https://wakapi.vakhrushev.me/oidc/authelia/callback'
|
||||
scopes:
|
||||
- 'openid'
|
||||
- 'profile'
|
||||
- 'email'
|
||||
# response_types:
|
||||
# - 'code'
|
||||
# grant_types:
|
||||
# - 'authorization_code'
|
||||
# access_token_signed_response_alg: 'none'
|
||||
# userinfo_signed_response_alg: 'none'
|
||||
# token_endpoint_auth_method: 'client_secret_basic'
|
||||
|
||||
-
|
||||
## The description to show to users when they end up on the consent screen. Defaults to the ID above.
|
||||
client_name: 'Outline'
|
||||
|
||||
@@ -2,14 +2,24 @@ services:
|
||||
|
||||
authelia_app:
|
||||
container_name: 'authelia_app'
|
||||
image: 'docker.io/authelia/authelia:4.39.11'
|
||||
image: 'docker.io/authelia/authelia:4.39.13'
|
||||
user: '{{ user_create_result.uid }}:{{ user_create_result.group }}'
|
||||
restart: 'unless-stopped'
|
||||
networks:
|
||||
- "web_proxy_network"
|
||||
- "monitoring_network"
|
||||
volumes:
|
||||
- "{{ config_dir }}:/config"
|
||||
|
||||
authelia_redis:
|
||||
image: valkey/valkey:9-alpine
|
||||
container_name: authelia_redis
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- "monitoring_network"
|
||||
|
||||
networks:
|
||||
web_proxy_network:
|
||||
external: true
|
||||
monitoring_network:
|
||||
external: true
|
||||
@@ -1,136 +1,147 @@
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
37373465363866623436393966626530656465653837363463323664383666663164363233623738
|
||||
3233383234343332623065386134643161346132653431350a303935373631656366633339663333
|
||||
32353263346437626633346263323533313238613462613334353334643236343438306630333037
|
||||
6435313930313262310a386662336637623461303636633337303531353261343861313966383764
|
||||
32353439333364353434653164666434326232383562363063313433373137383138396266383134
|
||||
36613538653531346232353236313262313138656234626638623034363436303337313961333536
|
||||
66366666383363333439333439623931626662383764393463663733333034636633353538656137
|
||||
62386263613533343963396166666532313862366433636536613266353064633932323765336362
|
||||
34643634643962333563346633306665313765393663306364363362333536646635343832333634
|
||||
30383361653063396333616433323235663338346439303465323135626639646166303164643339
|
||||
31616534633034393339373934346531633433323433646436333863306566356462613531663136
|
||||
61343561616434306163616130626338663737633866646537323263316636626137366361363963
|
||||
31303361366365616335363230343239663038623830303232376236393639663232333764643064
|
||||
34666439316430356664313531333363626562633636326463313765343263393636333465386339
|
||||
33623037343134633535303863626564373630656463336330396336303462373735346331616663
|
||||
63666161356565643539343431386231396162323030383836366161303634626266663934356362
|
||||
61623833613734333661613338373663663230363331373236323166636534613962613763343663
|
||||
31666534303965333466653335646263343764346465373461326166666266303138363933653566
|
||||
37636530306632346636626336616536346236663664383864623863653835366133633635613861
|
||||
63303634333962343039646564353534313063383434386462366333386331303433366665623734
|
||||
61353039313762383664626330663230656237373061616132376564323763393632356665306633
|
||||
34643865333165616664376162306634366532386437383461396163376366363832363834356164
|
||||
64376637373135383539353636346461353761366561303530326363366238393932333039313264
|
||||
34316539626365306461323336396631633532306637306331373863613531656565366236656338
|
||||
30306237626561613561353265643137353965313033313939643161613163643566663632663964
|
||||
61623134656238363134626530363933623930346532336366393163363562386265626233393139
|
||||
63633333313531666335376538613765663933626533636137306564616333373766613665613332
|
||||
65643331626361626136623432346233633364343963653932306632646436626433653337326665
|
||||
39343033353030616630663865613630613032333831626538323461383264636633623439393765
|
||||
65343866323237386336613764386439313830646239613135636161333138646664666339626137
|
||||
36616433393339346139323333363030613731313236636464393864616135346234643664343533
|
||||
31396661306664343031393865306533373762663962623730313261353231363661306134623934
|
||||
64613931356164386431663536363361386566353361333861666365636564643536306638376238
|
||||
37633865303063643962346664346366346362313463386432376637663934363165343537323532
|
||||
63363431623663656163316662343435636165306134373839613731326139636337343862326338
|
||||
61326433343631343065303735663434316330303139303834316137663330363762666664393062
|
||||
30653236636538396234313735613365386635323062666236656164633136313362643834336339
|
||||
32623834343334613839313138313462376237666238636663343333643533643537376261666433
|
||||
64323933323134393461623034623563316135333566326135326434613237363830623063626535
|
||||
66323533356366346130626530633337393263663664353430646330353339313534396434653137
|
||||
36663737396261653162663337663338373433653233616363626130333833323533303363643730
|
||||
66613135633761346433626164643130353963313762643361306537653639373934333565373439
|
||||
31636133383866373032373562653933316163353936386339326266363233663633623437346665
|
||||
66393630346434356563393039626537336537313930393437663562303031626338616266363361
|
||||
65653033363539633364326531653563383634303830386362303665306438663035373831646562
|
||||
30356564623733623939663332393463663730643533666134636361316263633166626566333831
|
||||
66376461383139626230343136373437393464646331633139633435303236623132343035373037
|
||||
39363131623330376262326235646633303232623139626239326361313236316665316464616265
|
||||
35303166333561626130323864363430663332306338353731383139386131346132653632633132
|
||||
37643865393462623831623435633838323664666264623232326561653866626437373864666232
|
||||
64393466326162323236353539326364336238643031313434346566316434383733663663356334
|
||||
62343337386532393236353432653239643735323531306337373739343839306264356666636635
|
||||
35626665646634653766323939633434303238633564613962643364356631623539623032363039
|
||||
31336535333763323236633531616661313834636231363362376661313931623131343364356364
|
||||
35653539393265323636303930633639316139643631386632646139643266303531653865623664
|
||||
31303930613561323330356337396138633033616265356137353336613638656161633063663964
|
||||
33373965383532656634333863643131333461376135646635323035316230393439386130663036
|
||||
37373331356364343433316435666130373031303038643063313131653835333365366138656238
|
||||
38643437376234316332306434633039346564643863656461353364346335353839303734366565
|
||||
32613364356532623231623632363637373664393764636262346264383134366439373238623032
|
||||
62326163306532356262393565373937316530623963313266373736356632313831313465666663
|
||||
61303962333836373832383236663532376130316465393039326366636133323233316134646430
|
||||
63313437663662353962633561643535396332303533343962643038393165373239336431336664
|
||||
65356663393565383263613530663762643731356463653538316439303863643363303261363838
|
||||
33353739306337326665393164366232393665363465343537373866396136346164333663393738
|
||||
31316335366238316537386236393461656266323566636364343139393665616138663432333564
|
||||
37653837646666376530373530636164343633653162343131373034633432333138613138346339
|
||||
32303332626338653561323835343266353633613434346465616162326162393733643837663230
|
||||
62333630333464633362656661336139393639623863343036636534323637336561333734373262
|
||||
36373365306531383830383361303566626239343062316166303636323539373966626336613638
|
||||
31623863643632653036323834346362663834666431643637666137376139386666643834323465
|
||||
63626264643337376663633335666631653637626364653866353131393336303937633430366430
|
||||
38383066313831346461643862333838386566613661623130313038386137323331373434363033
|
||||
34613537303134343532643430383532353934623066383530653435626566333239333162316435
|
||||
30386361346336666665656336646633353663376337326131663435636533646162616332306530
|
||||
30373263376437646639623039343234393537303931346461643966383732336366363331643135
|
||||
65383462353034643464366334636136373035313437366639336338366133663765313735353366
|
||||
62386239326134343761313464383239316465633932363862303536353365376338643863643834
|
||||
32633233336262626336383061316137646431353766303930336562386136383530613538383837
|
||||
66336235643437636138646663393565383466636232366133343232306563363635316561346565
|
||||
36633637303163303963396132653731663134666238363939666663303033316564356364633162
|
||||
31376233306138666131333634336639643163666562653934336162323964613863646564616361
|
||||
33666264303163326664633839303562333664383130356134383836313635376239353137313363
|
||||
66613132663137383737373530326131663861303935663635373464306334363962333566663261
|
||||
64616361366137626163626139333630653331383763353632396130306231376662666363353962
|
||||
66343064313932386631303663373432646135353438313632316634336235316139313237666362
|
||||
31383638393362663038363765303634363366326265643332393165643635643339343137373930
|
||||
37633031626365353033333938623466663963376366353561303166373164386132376365643630
|
||||
32333134316464643564373537643734353534366563666435663663616331383039393862613838
|
||||
63633962316533386337366263636265646334636235323430383832363964343939633264343338
|
||||
64366539383831373636343330356537323662666533323935646634363466663239663362326531
|
||||
66363863383762303539373636336330353834303239376330623964393439356130646166663332
|
||||
65326162336366363466646230656362653531386162356235326235333866373966636434326537
|
||||
38653139393563373337346636333337373039343439343139313366316264613763663664633037
|
||||
32313237653239643635393363316465346561613331623033323137653865396239633639323534
|
||||
61326262643365363737393031383461626530636266393836663937666135363662353665376362
|
||||
63643039373931316439303731663762393237623065643236303737643966393836646335626132
|
||||
36376665656662373437653933356330636638626162666564393636633630663562303839326662
|
||||
35626261616534386361373539633636356136616137323737393466633364653730356138343638
|
||||
36663537663361393566616365383161366236646630653737643765666638346531376136643163
|
||||
37643530373330353238323431343761653633306464643835343333623837313135303031666535
|
||||
30326538636432303363666131376334393361333232313834623230306630373834633265333237
|
||||
34323731333835363863643031346166636464653731636636313161643265613861336638313338
|
||||
32383438353763343933383537636464666466386131363566306562333136356538326239656232
|
||||
33343631613134616265393232613063643561633335323665383133313536313364343066366665
|
||||
63636439376436393162306638303062616435333039343566613961626434303766616535623364
|
||||
32643866393430303137366264306262643365663034613965666332313430366630653736303537
|
||||
39663832326132393066373166613161613130363033363633366563353461663435393565326362
|
||||
37616462393933303937643664343663373234663066633834626164303866323835363333366266
|
||||
36356133336165613032646436306162663534306239313330353935336332643637653534626233
|
||||
38303965646361316434343131653461353234396163613736333235656639326231353734636266
|
||||
61613566336437666265366637336363326266383666383165343661333766303830633633393664
|
||||
34613061396564616337643032666561633038663062336233666263306132663139396565323035
|
||||
33353438633338363263313630393239376162366461383265386633613939663461616233396334
|
||||
35616433663862616530636362396333343464393339396538333861303763393066626439396361
|
||||
32303732393062383662633937653531653933333463366638613035333832636235346233653866
|
||||
35656664636636326163353439626538343463613465613634656530366566323165623162303565
|
||||
31303139343138616132383731323061346431336133643735356532373838663761313139663361
|
||||
33656365636261303532333131346633373732643232303139353431663132346532616334613034
|
||||
30363137613133396335343162643936623330393834356365663932626262313366616534663033
|
||||
37376132656233633361623733356334636266383361656437613331306636656333623139303661
|
||||
38353639346266333833663533366661633136313262396465633738373438623262306637643336
|
||||
34656136343139663461336264346666333537633065343766316630626566363761396537643334
|
||||
30323766633664666639363965363138396334343365346333663035323839613030626533303830
|
||||
31333734386565383831373939306265636432386332313531623638333663643162623339613366
|
||||
34363935636266313736366639373833636230633661323935646331376336623937353039343561
|
||||
39623865663462663431643738653663663733663765383663623437383163613232336332653531
|
||||
64663133353934313436336633666435343162316135303663636130353936363936363032313263
|
||||
65376436316237663434323736663263376164346139616465663737323963316361373438633339
|
||||
31323261343635633338613636643232616537653331326331353161396331633461643861323466
|
||||
64633033623537386263376263346666633939336133616234363964363339616331636464326163
|
||||
63633862373030323132613439343431333938343864383637613435323732356234613965666364
|
||||
37343765353735633737393664306533633262353562323565306537646534663833343430643662
|
||||
39326134353335653938396532363136376332306162613836663464636233383436333735663731
|
||||
313461396466396230323561646662653063
|
||||
65666236353432623164363161633732363265343935316466326332323638626138633130666663
|
||||
3566393731353063393466663831623537393939663838640a303935383565376430646431613464
|
||||
66363161373765663665316433393835323236363561663633623533363166323533623137646437
|
||||
3438383538613832660a373337323633666535656439383438653132646235623834643730323762
|
||||
64656336323037653937393836623061343563303337633830346164613731633761376138313666
|
||||
33343265343830306139386164353861633230326333616539313032323935313435623762316163
|
||||
63353535663533656166333034636462663266343061626637613830313962333531396339393334
|
||||
39336233623462303137343264373631396464303038346131633333333033343839393438653330
|
||||
61646166313762633333353233366430333764646261356438336532653463646264643562346262
|
||||
32653339353861653964663935393638656563373239633234656131633133643366653833376233
|
||||
34643033393039616363656330323765346336643664393934376138353266303731613066626231
|
||||
30313362663430343337663663373132383831333662353034316134623639393938306237396230
|
||||
65633565643861366434336135313465623537616166356637346137323566333239376361633930
|
||||
66356664633433306134613166353032363234633961623862646537376365383535623033356639
|
||||
34336433646430323630313464333631663739343832316362666165623039313535306433643761
|
||||
61376264616462333839326233613764333633643233663236666562306666353934323636353262
|
||||
32386333623632326332373438373236646138326537343835383766663463643535383534633633
|
||||
34343166343362343165333837313362666533353939336533326138386538323961323530626663
|
||||
63633334663561396565656662363830656133323364383536346163316333356661643261633635
|
||||
37323536653664613564616466633631616465656266373830373964326566623733396130303031
|
||||
31663166323863353565353235323235363161366534663539343338633434626232336261356438
|
||||
38373339383361356565366436376266336234356436363562623431666436626562353065356230
|
||||
37333737623161303431393461383438643137613962613838386537663564646333356538393337
|
||||
34373136343361333738396664616436363066323030306438666437333839653336316264343139
|
||||
38656234623363386561393961363262316535373232353132616136633339613533633333376235
|
||||
35656632643363386133656438616366643630303337383130386330326532623930346561383739
|
||||
65636138313566363539323663303631663862323034313062353633646638633463653263333035
|
||||
66646539393639643834353966396132343437666435626537633336393864326630623961303338
|
||||
36616663383262363138346331386239653634373135616232656462353562373939356631633433
|
||||
64356461653336353039643065663538373363666339363231373762363163653762363832373238
|
||||
37386638373261383533633937613561613961353765363864613031356334303138613766383631
|
||||
36666433636663343931643462383338613662333233666337363038666531633864333436383737
|
||||
36363562323936313764386336656639633638643465636131373532313238376565353933336133
|
||||
37663961623937336230636466643531316463323733626134663331323135396637323231383231
|
||||
33643736316537646264353662643261666165366562393031613565623630336333353961353661
|
||||
62633362613863303936623436616136616139363861653233313865343532366465373937306139
|
||||
61316665653234363033396566316331316164346461353438633864333334653730333065376631
|
||||
66616238663062666139653062383036636366646364346632396239623233356533343038363733
|
||||
33316165306130616665326364616231613830313334383961633333303261656131333161323237
|
||||
38616435633334646533653830393739336363653664373235363863396262623736626435313735
|
||||
39353065643033343062616137346361646136313265653965313133666130393361306430303638
|
||||
64643364663335343961373865653564366362396138626531613232313461376463336437336666
|
||||
30373766666231646264356663626335393233333465386164313630613137303066336430653662
|
||||
35336531633039633938363430363239653065356230313538323630316561643033623833656164
|
||||
65366435653063616361366666373561663538373363346264386331316531376262663663383266
|
||||
38346163653439366430656536666631366534663163396230353531396335663638386261613832
|
||||
31336339336465393333383761623663383563613930663430626166666635393164366562663063
|
||||
34323031333939656161643139386532666361663630346632383333373261326134636564393233
|
||||
38363630633435353730383234663536623166373533333639353963613665353339383837626138
|
||||
38653730316538626662303636363664613566383033323661363533333032306362346562316464
|
||||
36303730666531396531386331653466396233623138393763653965323239393237636237303237
|
||||
66323366343036643765646539366261613062646532306265353430636332386330613962666131
|
||||
33383063343638616338326533646162306438616434316139313433303636366665336364656534
|
||||
66353634646563373463633637383766343332346530653033663937613135363233386138306565
|
||||
39386262663939346432383134333661623637396162623336626137316166613035333138653632
|
||||
34653364333732366231396637353939653262323934366333373130613932366533346632366164
|
||||
31313663303034306436393763323361616434306134336231383639346261376439643162643539
|
||||
35323534366435393531613665333337633365353831326534363737396463363666316639373233
|
||||
38386431336631363831366261373439376231326465323736356331636136393762383331336265
|
||||
64356363336639356361326539396234626566653334656561386431616139323433376563303132
|
||||
32363864663062643065643534623933653165636264653461303262313662663165616463353965
|
||||
36613134343634393066613533343362393137356464303530653964363031653231663962303037
|
||||
38633730633766306264613865373736346661623531616563316232393235643931353663383066
|
||||
39386633383930383732343266326161303663646636383735646332623661303433366161363635
|
||||
31313839396539343063613166616134636134333639363362343566356435663934646263653061
|
||||
31616137363031333561656134396534333430613637376465363633663861666262616137336337
|
||||
38396639333465316431303433653338653338303031313566633330656535666531316235393138
|
||||
64383332323466653065343765346162343532386438326362626637656130613433393339323564
|
||||
39633262393336383932306632636563313663336337653164306434393661663265306638636265
|
||||
37326335616666393262356663326665663561633038333237363234303838636135653861373032
|
||||
62643332376364386537326336663531613164376261653938333165656632613434343063613565
|
||||
62623262303632633335303430343164343433646238366137623030323233303661373434666234
|
||||
62626265623239343634363732623739383536646132656564313032663061383939616162366538
|
||||
61373738626362386265623739333139613531373738333862396430356635626130663633666439
|
||||
63333836346364313262613331656531623831646165313036393138636162336138613365396331
|
||||
63323333366232326365333965363734396565343334613733396437393932616637313738633765
|
||||
61373437313636666566303032343366376166643864333639326564363935623534386164346365
|
||||
65373538303765386337383964303937343038663832326665356666646336633835653530396337
|
||||
63316631333231623861373330303033396138613834623265633263653061623132366235336661
|
||||
31376633396534613161663462343365653262383133636238613166343366653464636137353165
|
||||
33623539366339353064373238663838303237343737376131306532333134313561323234336530
|
||||
64653335653262613738623335343361386261633636616663393035633066653735346431643663
|
||||
63626331633337363231313835376239636136633262393463643539343333373139616330373634
|
||||
63366439383232363165356166656664633133313533353236393637386535616536613630616137
|
||||
37316538653839353932363264663934613936346661343835333666303536363332363234653262
|
||||
33303530343764316462336634613661663532393864626437353764656564343435613131663339
|
||||
31616236376563623762326566333933303432646465613138373733363263346337633165616563
|
||||
61613836363231333966336165393961313930313934323536333334363763393438636138396361
|
||||
61373264626531393165376538336533303861643663333439653732313337613362346162373931
|
||||
35333330653531623134396134333938616538666661363737633639643462313034356531633033
|
||||
37613834356563303639356134323231646461356262636237323061386339306462343035336164
|
||||
63376664386663306135333635323030396639326639656131333564353265316631336261373562
|
||||
35663639306361373433633530616162636434373533333263303936343539386439303130366439
|
||||
37656263363839363339333236333835386537343232636461343338356234616332383330373161
|
||||
66646533393037353030616264623461626339613538306133393337623264326535343836363165
|
||||
39626263396162336434323437323133653735663136616266376331633665626234386131393433
|
||||
34663236623636656237666531353763333861646264646538313964663130353836396236336564
|
||||
31333132396535653064366430306464363634633032383666313738396265343335663664613662
|
||||
34626331303834346637383932633832343962666633323838383132323239363965313139373762
|
||||
36306266313337393235303834356435336138373437306661636535333836396366386336613937
|
||||
37386136623965373439373433353264393363653534306662316132643761353138303538353037
|
||||
62316636323338353633313461346161343461613465653463393931363661336638346435666134
|
||||
38303533633530383466623766393138653564373065373261656165313763663361373235356531
|
||||
66346663343636633961656639316365396265303632626465666532313338373336376135366138
|
||||
61303865356436616139373064393939356364623461316266316537363963396263613562613363
|
||||
37386466633934623062333634303335646232613039633839336365613634613561373436393733
|
||||
61316162623063636365346236323164333933643662366463313138623561633533653932663065
|
||||
64363734636663613831663630666432396237303630623234376432316532626165373464333134
|
||||
30646433646438373961333230343430383232316431313465646136643139353937313761333731
|
||||
66653335343935636530393361306162616232333935393135623235626238323238303339643863
|
||||
35373366353365613965656562633633303330383631383736306535366137393638313330343636
|
||||
35383039313866303239623564666461633161373231303534313466353137643666396133363265
|
||||
36373133323162666363303862313566613132333739333164663166666565303032306633636632
|
||||
63366539353663666162633832373264306135646266656563373433376438616530626530393131
|
||||
36376630306539303865613639643538333134666533643261356662386433626265613431613334
|
||||
35353634663930653537326666653763393831363637613639653862323730633266323234656662
|
||||
35666433623739323435626536303561386332313838383432303437633731666435393331353139
|
||||
32376638343939626237346363623236653639356234633366323464663763366339663536386162
|
||||
62623831336165393630363263396466643563383330353232373435613364316538613835313332
|
||||
30623136316437333462333864663164356539656436666539313536653065346337353565656138
|
||||
30663737333035336137313034626339613631396237326163366364366634346438643831376166
|
||||
33616238643033313662353031306534666161636133653531303932633231326139326161356564
|
||||
65323231663562323430633561363838663030346432313930323165313835616230663463316161
|
||||
63326364376461643035333564643964303030306131396233333439393131336435323134663064
|
||||
31306162383766333636386633393863663035376562633965666635353939653936626631346534
|
||||
64656462393335653332646562373361613132643034653536303435343833626433613137346232
|
||||
65643465323733336162366261336636326136616532343939613363663537336365363966373437
|
||||
62626566303435356237333238353736383262313933656139326634663934343864373131646461
|
||||
62653662336162313739663961636430346130666130646364393034636464616362636533353262
|
||||
62346162386561363239666232306432646336346434636335366638633762666634623737663866
|
||||
32343339646330353837323665626430646432316163656361323139633336646363643434363731
|
||||
36616534663330376333623631313332616462383936316238363032363762356531393332343430
|
||||
34613735633732333762306331666332316265333962343935613936613438353164623031346432
|
||||
66396264366666383835333538616430326161653839663838313764663664316266623762653463
|
||||
31383235326363646234306636636564366238663965663331623965373139353064363733363339
|
||||
34383937303033386566633939366331353333373935353263376235623430336236396135303233
|
||||
61666434613136396338656334306463666535373364373130343161373866333339333436643036
|
||||
64346162353530353334343438623835363664396265353762663832303366623735636238313039
|
||||
37353136626563393231353662633031343435636261616131323833613062643834663634353537
|
||||
30343430396135363466346236373462356366643539363665373663363932316163346665663935
|
||||
61343434303039623139323265623538366563373633623065353862303935393434663566303232
|
||||
37653033343230613766306334316464666533326566386633363835373466326263323861636635
|
||||
36396437373161346636616664313734343565643330376431633238396462633764386531313165
|
||||
62666538353239396361653035393636633263613639623038383734326564346261666335383234
|
||||
36333663303365313066616533333336306639363239663339313766356431316562353836303464
|
||||
3534373436363831616163383134383266636130316433633635
|
||||
|
||||
@@ -89,6 +89,14 @@ wanderer.vakhrushev.me {
|
||||
}
|
||||
|
||||
memos.vakhrushev.me {
|
||||
tls anwinged@ya.ru
|
||||
|
||||
reverse_proxy {
|
||||
to memos_app:5230
|
||||
}
|
||||
}
|
||||
|
||||
wanderbase.vakhrushev.me {
|
||||
tls anwinged@ya.ru
|
||||
|
||||
forward_auth authelia_app:9091 {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
|
||||
dozzle_app:
|
||||
image: amir20/dozzle:v8.14.4
|
||||
image: amir20/dozzle:v8.14.6
|
||||
container_name: dozzle_app
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
services:
|
||||
|
||||
gitea_app:
|
||||
image: gitea/gitea:1.24.6
|
||||
image: gitea/gitea:1.25.1
|
||||
restart: unless-stopped
|
||||
container_name: gitea_app
|
||||
ports:
|
||||
- "127.0.0.1:{{ gitea_port }}:3000"
|
||||
- "2222:22"
|
||||
volumes:
|
||||
- {{ data_dir }}:/data
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
services:
|
||||
|
||||
gramps_app: &gramps_app
|
||||
image: ghcr.io/gramps-project/grampsweb:25.9.0
|
||||
image: ghcr.io/gramps-project/grampsweb:25.10.1
|
||||
container_name: gramps_app
|
||||
depends_on:
|
||||
- gramps_redis
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
services:
|
||||
homepage_app:
|
||||
image: "{{ registry_homepage_web_image }}"
|
||||
# noinspection ComposeUnknownValues
|
||||
image: "{{ registry_homepage_nginx_image }}"
|
||||
container_name: homepage_app
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "127.0.0.1:{{ homepage_port }}:80"
|
||||
networks:
|
||||
- "web_proxy_network"
|
||||
|
||||
10
files/memos/backup.sh.j2
Normal file
10
files/memos/backup.sh.j2
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -eu
|
||||
set -o pipefail
|
||||
|
||||
echo "{{ app_name }}: backup data with gobackups"
|
||||
|
||||
(cd "{{ base_dir }}" && gobackup perform --config "{{ gobackup_config }}")
|
||||
|
||||
echo "{{ app_name }}: done."
|
||||
23
files/memos/docker-compose.template.yml
Normal file
23
files/memos/docker-compose.template.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
# See versions: https://github.com/gramps-project/gramps-web/pkgs/container/grampsweb
|
||||
|
||||
services:
|
||||
|
||||
memos_app:
|
||||
image: neosmemo/memos:0.25.2
|
||||
container_name: memos_app
|
||||
restart: unless-stopped
|
||||
user: "{{ user_create_result.uid }}:{{ user_create_result.group }}"
|
||||
networks:
|
||||
- "web_proxy_network"
|
||||
volumes:
|
||||
- "{{ data_dir }}:/var/opt/memos"
|
||||
environment:
|
||||
- MEMOS_MODE=prod
|
||||
- MEMOS_PORT=5230
|
||||
- MEMOS_STORAGE_TYPE=local
|
||||
- MEMOS_STORAGE_PATH=assets/{uuid}
|
||||
- MEMOS_MAX_FILE_SIZE=52428800
|
||||
|
||||
networks:
|
||||
web_proxy_network:
|
||||
external: true
|
||||
21
files/memos/gobackup.yml.j2
Normal file
21
files/memos/gobackup.yml.j2
Normal file
@@ -0,0 +1,21 @@
|
||||
# https://gobackup.github.io/configuration
|
||||
|
||||
models:
|
||||
|
||||
gramps:
|
||||
compress_with:
|
||||
type: 'tgz'
|
||||
storages:
|
||||
local:
|
||||
type: 'local'
|
||||
path: '{{ backups_dir }}'
|
||||
keep: 3
|
||||
databases:
|
||||
users:
|
||||
type: sqlite
|
||||
path: "{{ (data_dir, 'memos_prod.db') | path_join }}"
|
||||
archive:
|
||||
includes:
|
||||
- "{{ data_dir }}"
|
||||
excludes:
|
||||
- "{{ (data_dir, '.thumbnail_cache') | path_join }}"
|
||||
@@ -2,7 +2,7 @@
|
||||
services:
|
||||
|
||||
netdata:
|
||||
image: netdata/netdata:v2.7.1
|
||||
image: netdata/netdata:v2.7.3
|
||||
container_name: netdata
|
||||
restart: unless-stopped
|
||||
cap_add:
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
# See sample https://github.com/outline/outline/blob/main/.env.sample
|
||||
|
||||
outline_app:
|
||||
image: outlinewiki/outline:0.87.4
|
||||
image: outlinewiki/outline:1.0.1
|
||||
container_name: outline_app
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
@@ -66,14 +66,14 @@ services:
|
||||
container_name: outline_postgres
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- {{ postgres_data_dir }}:/var/lib/postgresql/data
|
||||
networks:
|
||||
- "outline_network"
|
||||
- "monitoring_network"
|
||||
- "{{ postgres_data_dir }}:/var/lib/postgresql/data"
|
||||
environment:
|
||||
POSTGRES_USER: '{{ outline_postgres_user }}'
|
||||
POSTGRES_PASSWORD: '{{ outline_postgres_password }}'
|
||||
POSTGRES_DB: '{{ outline_postgres_database }}'
|
||||
networks:
|
||||
- "outline_network"
|
||||
- "monitoring_network"
|
||||
|
||||
networks:
|
||||
outline_network:
|
||||
@@ -1,9 +1,10 @@
|
||||
services:
|
||||
|
||||
transcriber_app:
|
||||
# noinspection ComposeUnknownValues
|
||||
image: "{{ registry_transcriber_image }}"
|
||||
container_name: transcriber_app
|
||||
user: '{{ user_create_result.uid }}:{{ user_create_result.group }}'
|
||||
user: "{{ user_create_result.uid }}:{{ user_create_result.group }}"
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- "{{ config_file }}:/config/config.toml:ro"
|
||||
@@ -3,7 +3,7 @@
|
||||
services:
|
||||
|
||||
wakapi_app:
|
||||
image: ghcr.io/muety/wakapi:2.15.0
|
||||
image: ghcr.io/muety/wakapi:2.16.1
|
||||
container_name: wakapi_app
|
||||
restart: unless-stopped
|
||||
user: '{{ user_create_result.uid }}:{{ user_create_result.group }}'
|
||||
@@ -17,6 +17,11 @@ services:
|
||||
WAKAPI_ALLOW_SIGNUP: "false"
|
||||
WAKAPI_DISABLE_FRONTPAGE: "true"
|
||||
WAKAPI_COOKIE_MAX_AGE: 31536000
|
||||
# OIDC
|
||||
# WAKAPI_OIDC_PROVIDER_NAME: "authelia"
|
||||
# WAKAPI_OIDC_PROVIDER_CLIENT_ID: "{{ wakapi_oidc_client_id }}"
|
||||
# WAKAPI_OIDC_PROVIDER_CLIENT_SECRET: "{{ wakapi_oidc_client_secret }}"
|
||||
# WAKAPI_OIDC_PROVIDER_ENDPOINT: "https://auth.vakhrushev.me/.well-known/openid-configuration"
|
||||
# Mail
|
||||
WAKAPI_MAIL_SENDER: "Wakapi <wakapi@vakhrushev.me>"
|
||||
WAKAPI_MAIL_PROVIDER: "smtp"
|
||||
@@ -26,7 +31,6 @@ services:
|
||||
WAKAPI_MAIL_SMTP_PASS: "{{ postbox_pass }}"
|
||||
WAKAPI_MAIL_SMTP_TLS: "false"
|
||||
|
||||
|
||||
networks:
|
||||
web_proxy_network:
|
||||
external: true
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
|
||||
- name: "Copy docker compose file"
|
||||
ansible.builtin.template:
|
||||
src: "./files/{{ app_name }}/docker-compose.yml.j2"
|
||||
src: "./files/{{ app_name }}/docker-compose.template.yml"
|
||||
dest: "{{ base_dir }}/docker-compose.yml"
|
||||
owner: "{{ app_user }}"
|
||||
group: "{{ app_user }}"
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
- name: "Install rclone"
|
||||
ansible.builtin.command:
|
||||
cmd: "{{ eget_bin_path }} rclone/rclone --quiet --upgrade-only --to {{ eget_install_dir }} --asset zip --tag v1.71.1"
|
||||
cmd: "{{ eget_bin_path }} rclone/rclone --quiet --upgrade-only --to {{ eget_install_dir }} --asset zip --tag v1.71.2"
|
||||
changed_when: false
|
||||
|
||||
- name: "Install btop"
|
||||
|
||||
21
playbook-homepage-registry.yml
Normal file
21
playbook-homepage-registry.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
- name: "Upload local homepage images to registry"
|
||||
hosts: all
|
||||
gather_facts: no
|
||||
|
||||
vars_files:
|
||||
- vars/ports.yml
|
||||
- vars/secrets.yml
|
||||
- vars/homepage.yml
|
||||
- vars/homepage.images.yml
|
||||
|
||||
tasks:
|
||||
|
||||
- name: "Push web service image to remote registry"
|
||||
community.docker.docker_image:
|
||||
state: present
|
||||
source: local
|
||||
name: "{{ homepage_nginx_image }}"
|
||||
repository: "{{ registry_homepage_nginx_image }}"
|
||||
push: true
|
||||
delegate_to: 127.0.0.1
|
||||
@@ -1,60 +1,28 @@
|
||||
---
|
||||
# Play 1: Setup environment for the application
|
||||
- name: "Setup environment for homepage application"
|
||||
- name: "Setup and deploy homepage service"
|
||||
hosts: all
|
||||
|
||||
vars_files:
|
||||
- vars/ports.yml
|
||||
- vars/secrets.yml
|
||||
- vars/homepage.yml
|
||||
tags:
|
||||
- setup
|
||||
- vars/homepage.images.yml
|
||||
|
||||
tasks:
|
||||
- name: "Create user and environment"
|
||||
ansible.builtin.import_role:
|
||||
name: owner
|
||||
vars:
|
||||
owner_name: "{{ app_user }}"
|
||||
owner_extra_groups:
|
||||
- "docker"
|
||||
owner_ssh_keys:
|
||||
- "{{ lookup('file', 'files/av_id_rsa.pub') }}"
|
||||
owner_extra_groups: ["docker"]
|
||||
|
||||
- name: "Login to yandex docker registry."
|
||||
ansible.builtin.script:
|
||||
cmd: "files/yandex-docker-registry-auth.sh"
|
||||
|
||||
# Play 2: Deploy the application
|
||||
- name: "Deploy homepage application"
|
||||
hosts: all
|
||||
vars_files:
|
||||
- vars/ports.yml
|
||||
- vars/secrets.yml
|
||||
- vars/homepage.yml
|
||||
tags:
|
||||
- deploy
|
||||
tasks:
|
||||
- name: "Check is web service image passed"
|
||||
ansible.builtin.assert:
|
||||
that:
|
||||
- "homepage_web_image is defined"
|
||||
fail_msg: 'You must pass variable "homepage_web_image"'
|
||||
|
||||
- name: "Create full image name with container registry"
|
||||
ansible.builtin.set_fact:
|
||||
registry_homepage_web_image: "{{ (docker_registry_prefix, homepage_web_image) | path_join }}"
|
||||
|
||||
- name: "Push web service image to remote registry"
|
||||
community.docker.docker_image:
|
||||
state: present
|
||||
source: local
|
||||
name: "{{ homepage_web_image }}"
|
||||
repository: "{{ registry_homepage_web_image }}"
|
||||
push: true
|
||||
delegate_to: 127.0.0.1
|
||||
|
||||
- name: "Copy docker compose file"
|
||||
ansible.builtin.template:
|
||||
src: "./files/{{ app_name }}/docker-compose.yml.j2"
|
||||
src: "./files/{{ app_name }}/docker-compose.template.yml"
|
||||
dest: "{{ base_dir }}/docker-compose.yml"
|
||||
owner: "{{ app_user }}"
|
||||
group: "{{ app_user }}"
|
||||
|
||||
64
playbook-memos.yml
Normal file
64
playbook-memos.yml
Normal file
@@ -0,0 +1,64 @@
|
||||
---
|
||||
- name: "Configure memos application"
|
||||
hosts: all
|
||||
|
||||
vars_files:
|
||||
- vars/ports.yml
|
||||
- vars/secrets.yml
|
||||
|
||||
vars:
|
||||
app_name: "memos"
|
||||
app_user: "{{ app_name }}"
|
||||
base_dir: "/home/{{ app_user }}"
|
||||
data_dir: "{{ (base_dir, 'data') | path_join }}"
|
||||
backups_dir: "{{ (base_dir, 'backups') | path_join }}"
|
||||
gobackup_config: "{{ (base_dir, 'gobackup.yml') | path_join }}"
|
||||
|
||||
tasks:
|
||||
- name: "Create user and environment"
|
||||
ansible.builtin.import_role:
|
||||
name: owner
|
||||
vars:
|
||||
owner_name: "{{ app_user }}"
|
||||
owner_extra_groups: ["docker"]
|
||||
|
||||
- name: "Create application internal directories"
|
||||
ansible.builtin.file:
|
||||
path: "{{ item }}"
|
||||
state: "directory"
|
||||
owner: "{{ app_user }}"
|
||||
group: "{{ app_user }}"
|
||||
mode: "0750"
|
||||
loop:
|
||||
- "{{ data_dir }}"
|
||||
- "{{ backups_dir }}"
|
||||
|
||||
- name: "Copy gobackup config"
|
||||
ansible.builtin.template:
|
||||
src: "./files/{{ app_name }}/gobackup.yml.j2"
|
||||
dest: "{{ gobackup_config }}"
|
||||
owner: "{{ app_user }}"
|
||||
group: "{{ app_user }}"
|
||||
mode: "0640"
|
||||
|
||||
- name: "Copy backup script"
|
||||
ansible.builtin.template:
|
||||
src: "files/{{ app_name }}/backup.sh.j2"
|
||||
dest: "{{ base_dir }}/backup.sh"
|
||||
owner: "{{ app_user }}"
|
||||
group: "{{ app_user }}"
|
||||
mode: "0750"
|
||||
|
||||
- name: "Copy docker compose file"
|
||||
ansible.builtin.template:
|
||||
src: "./files/{{ app_name }}/docker-compose.template.yml"
|
||||
dest: "{{ base_dir }}/docker-compose.yml"
|
||||
owner: "{{ app_user }}"
|
||||
group: "{{ app_user }}"
|
||||
mode: "0640"
|
||||
|
||||
- name: "Run application with docker compose"
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: "{{ base_dir }}"
|
||||
state: "present"
|
||||
remove_orphans: true
|
||||
@@ -82,7 +82,7 @@
|
||||
|
||||
- name: "Copy docker compose file"
|
||||
ansible.builtin.template:
|
||||
src: "./files/{{ app_name }}/docker-compose.yml.j2"
|
||||
src: "./files/{{ app_name }}/docker-compose.template.yml"
|
||||
dest: "{{ base_dir }}/docker-compose.yml"
|
||||
owner: "{{ app_user }}"
|
||||
group: "{{ app_user }}"
|
||||
|
||||
@@ -20,10 +20,7 @@
|
||||
name: owner
|
||||
vars:
|
||||
owner_name: "{{ app_user }}"
|
||||
owner_extra_groups:
|
||||
- "docker"
|
||||
owner_ssh_keys:
|
||||
- "{{ lookup('file', 'files/av_id_rsa.pub') }}"
|
||||
owner_extra_groups: ["docker"]
|
||||
|
||||
- name: "Create internal directories"
|
||||
ansible.builtin.file:
|
||||
@@ -37,7 +34,7 @@
|
||||
|
||||
- name: "Copy docker compose file"
|
||||
ansible.builtin.template:
|
||||
src: "./files/{{ app_name }}/docker-compose.yml.j2"
|
||||
src: "./files/{{ app_name }}/docker-compose.template.yml"
|
||||
dest: "{{ base_dir }}/docker-compose.yml"
|
||||
owner: "{{ app_user }}"
|
||||
group: "{{ app_user }}"
|
||||
|
||||
21
playbook-transcriber-registry.yml
Normal file
21
playbook-transcriber-registry.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
- name: "Upload local transcriber images to registry"
|
||||
hosts: all
|
||||
gather_facts: no
|
||||
|
||||
vars_files:
|
||||
- vars/ports.yml
|
||||
- vars/secrets.yml
|
||||
- vars/transcriber.yml
|
||||
- vars/transcriber.images.yml
|
||||
|
||||
tasks:
|
||||
|
||||
- name: "Push web service image to remote registry"
|
||||
community.docker.docker_image:
|
||||
state: present
|
||||
source: local
|
||||
name: "{{ transcriber_image }}"
|
||||
repository: "{{ registry_transcriber_image }}"
|
||||
push: true
|
||||
delegate_to: 127.0.0.1
|
||||
@@ -5,23 +5,8 @@
|
||||
vars_files:
|
||||
- vars/ports.yml
|
||||
- vars/secrets.yml
|
||||
|
||||
|
||||
vars:
|
||||
app_name: "transcriber"
|
||||
app_user: "{{ app_name }}"
|
||||
base_dir: "/home/{{ app_user }}"
|
||||
|
||||
config_dir: "{{ (base_dir, 'config') | path_join }}"
|
||||
config_file: "{{ (config_dir, 'config.toml') | path_join }}"
|
||||
|
||||
data_dir: "{{ (base_dir, 'data') | path_join }}"
|
||||
backups_dir: "{{ (base_dir, 'backups') | path_join }}"
|
||||
|
||||
docker_registry_prefix: "cr.yandex/crplfk0168i4o8kd7ade"
|
||||
|
||||
# transcriber_image: "{{ transcriber_image | default(omit) }}"
|
||||
|
||||
- vars/transcriber.yml
|
||||
- vars/transcriber.images.yml
|
||||
|
||||
tasks:
|
||||
- name: "Create user and environment"
|
||||
@@ -55,31 +40,9 @@
|
||||
ansible.builtin.script:
|
||||
cmd: "files/yandex-docker-registry-auth.sh"
|
||||
|
||||
- name: "Deploy service"
|
||||
when: transcriber_image is defined
|
||||
block:
|
||||
# - name: "Check is web service image passed"
|
||||
# ansible.builtin.assert:
|
||||
# that:
|
||||
# - "transcriber_image is defined"
|
||||
# fail_msg: 'You must pass variable "transcriber_image"'
|
||||
|
||||
- name: "Create full image name with container registry"
|
||||
ansible.builtin.set_fact:
|
||||
registry_transcriber_image: "{{ (docker_registry_prefix, transcriber_image) | path_join }}"
|
||||
|
||||
- name: "Push web service image to remote registry"
|
||||
community.docker.docker_image:
|
||||
state: present
|
||||
source: local
|
||||
name: "{{ transcriber_image }}"
|
||||
repository: "{{ registry_transcriber_image }}"
|
||||
push: true
|
||||
delegate_to: 127.0.0.1
|
||||
|
||||
- name: "Copy docker compose file"
|
||||
ansible.builtin.template:
|
||||
src: "./files/{{ app_name }}/docker-compose.yml.j2"
|
||||
src: "./files/{{ app_name }}/docker-compose.template.yml"
|
||||
dest: "{{ base_dir }}/docker-compose.yml"
|
||||
owner: "{{ app_user }}"
|
||||
group: "{{ app_user }}"
|
||||
|
||||
2
vars/homepage.images.yml
Normal file
2
vars/homepage.images.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
---
|
||||
homepage_nginx_image: "homepage-nginx:f797e17-1761204003"
|
||||
@@ -4,4 +4,5 @@ app_user: "{{ app_name }}"
|
||||
base_dir: "/home/{{ app_user }}"
|
||||
docker_registry_prefix: "cr.yandex/crplfk0168i4o8kd7ade"
|
||||
|
||||
homepage_web_image: "{{ homepage_web_image | default(omit) }}"
|
||||
# Registry images
|
||||
registry_homepage_nginx_image: "{{ (docker_registry_prefix, homepage_nginx_image) | path_join }}"
|
||||
|
||||
303
vars/secrets.yml
303
vars/secrets.yml
@@ -1,148 +1,157 @@
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
39656637656164376462636533333263363535313061306531333033313833363665623365633537
|
||||
6463613166386138623236623038653539353636623837380a626364633339333465323538656336
|
||||
34613732636365633761663565323535323565313533636164383566663661326337323433363662
|
||||
3964323430636531340a393365303732656238316632646333313236386664373834383265326539
|
||||
66363366303430303134306437626230626566666539616431663461306561383335346564656262
|
||||
33613234396337313435643130353837323136396665346566376438616663343465353862366263
|
||||
35363837326266383331386331363336363034323739646231346637376634616533363336366436
|
||||
62356631343031386266653037303036306237623136313033613432383064326261363339656235
|
||||
35346638366230653939626130306666313865363337306331343539363562353237613664663436
|
||||
39343438623635616138653163323239313733303961373136363534646263623637383165626431
|
||||
63663935343532623465623862623134636263653638366334343034616232383664613538333732
|
||||
61386332396561373638363938633937393137643365663563366436646137313163313062323134
|
||||
33316664663334383866386439643534323862396162316165386231343430376331303030383731
|
||||
34383536306634306239663766636532326135643038663864393565383531396132323839396533
|
||||
64376131376430343938366635313335393764376130626662393231396431626461376264393666
|
||||
35656338333739323462333861303061366236363033623930336433663738363965613230373864
|
||||
38386531373334346231616561313336393531363734636666303037323763643332333234333033
|
||||
61326362373163393635653532303663653665646438373137343262366235316533353232353661
|
||||
61386163303062363262633636373164653932353632623336666366616538323637613634323538
|
||||
31633730323163356266373762663761613438333039373734653663653338363166626561646535
|
||||
63653430653966363533636534346231346564343366653132333661383562313739633036343735
|
||||
62323062333833623563303764383166393237383831376431643261386439633432326532656535
|
||||
66616434383730616162666636616235626333343066376632663465363535303063616265313335
|
||||
35633532626435376333353333343935636363646661396133643637356564636263383461373836
|
||||
66313931376234646330366239353631313461653563623737383761386634366136626464323037
|
||||
32306637613631306539643530613831336635343939366130313731323331643138373235633636
|
||||
31376338636437386132303136306163376562626663383639376566616266316434316535333461
|
||||
34613761643932613661343863386631336266336663396232643564383032376535636561343461
|
||||
38326330323063643731626334636439353938376432303130656531643164346463656232303763
|
||||
64343865303766306138613530616638343836326336396263313233656664346561313265346336
|
||||
39613135396465356463653230633436393034353537383466333762616434306662643563356565
|
||||
66333239653336306133343333646361633038666563623336643563383363663836623264353065
|
||||
32656665336635366235616531376232343733663964356533326363316139366430396164333238
|
||||
64643135633264613166393135623836613130383162313738386434386462376237333464346535
|
||||
36646330356635353766383532613338373536633636646234396265656266656137633937303733
|
||||
37643139616234373665343963636634633932323032613864353266386133356362633837393130
|
||||
33313131356139336163623236356565343035343664376139363736323266383930656131313465
|
||||
61636433626132306532363265666234626335333138336132333534613137306134633463336531
|
||||
31366562616633653036666136386538396232306138653163376335646163643338326432316436
|
||||
61363362366233356462616137653735636365366533356665393331363131346161333163336263
|
||||
33383539646231323365303061646463623335346230643561366663626635343761613865336461
|
||||
66633131303165653237656237303863623666363532623237353537656138633163313634326464
|
||||
33323666653934646366306637393364366434316435666132333638633632333834636237623639
|
||||
61613836343835623131343633316634613261393963666134303535366639376538313839643164
|
||||
64363539623730623130663138653139623538616265306439393431336461663161613632336234
|
||||
62343237333531643266323933306564623031303233376261323864333934666163383933343866
|
||||
35323033313031303232323139653230343166373835646464656461663666383932383732333066
|
||||
34336264633464393264663537356338643030366532656461383535376337656362336137633463
|
||||
65346464353165356434316164346630363535353031323236376266353333396236383833383431
|
||||
34656663323263313464626638373264653730303332633634343938613232303236643634303066
|
||||
37613233623861363632636364613631633637663832316337626166636436386437653331636435
|
||||
34666139363535386463396635646466616138343732363036356164353932643932386231386134
|
||||
62363366666232623336343133613733363634373533373138303332313563626261363032336466
|
||||
62303335353131383436613632643331396666336634666237623866653965636236323661363362
|
||||
38373139393162396462356231666361623062343435386533396366643466393834306135306535
|
||||
64653339646338343163386531613438643566366462636234376339363538303632303531656564
|
||||
39663861316637626635613739333365366464623334383934303339303332376438363331336135
|
||||
32633837326234363662393133393266613433663238623533376666386536353331333737663136
|
||||
65326539623639656230326530353535616331616631386166383737666634333731303964643735
|
||||
61316133376661663934396330303266613136396537326231653062323833336538653764616262
|
||||
37613331626334333037333064343330356363373237323564616132653736316663303366643133
|
||||
36663839346633386139306438643465363634613466663438646564316132633032643434343131
|
||||
34646166633634346466303434623066646238653138646332613630643364656330653637393432
|
||||
34343830643935353138643233643761343532313663376432363534613736343838343963383930
|
||||
34623962383330393034636531353865646132386330373234303961346133383839633766636430
|
||||
32353863333463393665313165333638363738316438313036393866633535306365363730363461
|
||||
64636439343338663033316533623136396266363436313661333138363266633561376238656262
|
||||
66643061306664363264633836643939666461343764383061343934633837356338323238643233
|
||||
63626464636562316365366236323034363734373234313432623865383634336532363531313036
|
||||
39316166373964623561306134643066653035323834636632363465623737313364386136366434
|
||||
35643532333938666262373331366437323431653066383533623834313339346165323435353061
|
||||
39363261646165313233616334613733633362653161313734623334313230633931323163303834
|
||||
31323530316465306236643761363865653839326434323237393238393166396232393263633732
|
||||
32346363393332616331633831303735376631303763376362636262353761303563613362363064
|
||||
37656332646464353866393736393363303761663338616562343339646137646636663738353964
|
||||
62666530666633343637363433386135366663626433393466353035643262663332346464303964
|
||||
33633434363636303431306536646139396232646532363838333536363065346131346336613437
|
||||
37366537353531343966363163396664376438656631643330326665613533333431613664333666
|
||||
34363232653361313732653436306332343430376330353762666530623030393062626536356331
|
||||
30323830646365346261376435323433383461616530323731363061663261656537343430376335
|
||||
62616538616138663064613332316331663064376435326665333434326433643161376562633663
|
||||
33393761333166306366656263363237386161313539373938356666626430613236366561613933
|
||||
61393564343531393535386163613966636432353434396532616433336538343230316538303536
|
||||
39303436386265353139313864373735353039333538623862313637633236663434376265653336
|
||||
66616165333432616433633539373465313962643334356333373930336335356231653539636530
|
||||
32313830373864383633623064643566333531623535383432616136333431363731313637653432
|
||||
38343930623838316234383136386230343633666434356339633364653637656237336539623839
|
||||
39626166643666333839373261653939626261373461303962353334373664356632663664613531
|
||||
64626131373039376331646665333130346166336636663732303638393833326337633433396130
|
||||
63363534323565346235393862633539663362326166303764613037323538663365393133316562
|
||||
64323338653964376138306232393365643738333932666166636164636566346638323266616436
|
||||
65626636346265643532656164356137326139613630393633343032366665643131663333373832
|
||||
62653639373936346464343662633634393330656636646366636131656431663061636663373037
|
||||
37313732336539663665663734666138336635346361343262313935373834343762373261633334
|
||||
65633230306663303336323237356131663961323137373333346163303332306538373334623535
|
||||
64316137626433353433663139396232636438613164333434623137336330343561313032613133
|
||||
35353464356132653233303135346631643639316335333536653964343165326661383864663566
|
||||
34656263653761383738323331626534343635316364326335353965663366643963663338643533
|
||||
30646235663361363437616635616534303531613361656462393464643661613635323866356238
|
||||
62356335663630613166613235646335333464383962653736636161666366333834656638356366
|
||||
35663962316430373535613531633534616533653166663930646439623666623637323034663730
|
||||
64343931363234666431363439386362613537363065373762623361363138393538626563376233
|
||||
64383064383465613661363136636466346530646331303338396437336330373835313861613362
|
||||
31616133303839643638363236373731396339313637393163613930396338313666656537376661
|
||||
37326632623866393262306633333334386331393733636331363334326664343632663631656138
|
||||
31363534616433646264393730376664333735633534313363613134313635393462383366613636
|
||||
66353233356232376664343435623962663537376437653931633437623537373635623763653031
|
||||
38393661326630306165343762343061373930343165316637613836623630336330366538633966
|
||||
35623831623334623639396337396433373236313530633634376535616461356136316432646162
|
||||
33376438366439633964303035306162316433653563343332366161313766323065356662323832
|
||||
32396363633934386139326165326537623132333839333264613562393263613065663733373338
|
||||
37616336376164353362626233656632613632393562316466323764363563636434656332333532
|
||||
36303935633264346331336435626537363836323434373531326134643332303831646432383963
|
||||
65383366653266633363646633613033616232393933663930323539383939626136623033653634
|
||||
65383962623130393030333633396163343462303234363239316161613231656334373935396462
|
||||
66643639313031636164353531623265346261393861333035333631363038613432616562643138
|
||||
39306638643831343862633138656530363962386361663566643032356365336664303437353363
|
||||
64363463656239323137326466633234373739646431616534383964656135636433393836333662
|
||||
65643765353131663039356361633838616430303936643937323834633732653334663230653034
|
||||
66333861376232346661613361383633393537303332373133396634303262343565666439663435
|
||||
61653366313733623231313566613765356266383038353462343838663366353438393365366538
|
||||
36393764343137376263626635663033343563626165623864396135366564356461646565616465
|
||||
37303632323631626538626165613464326232393431303935626264363432653930373432616136
|
||||
32383561306234666235353331653837393562626362633638303433663564303466363963616430
|
||||
35666636336439383764626465373031653561303561326433373531666638336335333063313662
|
||||
34663333386630363438633164383533333333343961623931323438333161666134633330643739
|
||||
66353435636563643737663862353966626137356532636534663963303231653839396236396162
|
||||
63613666376434366431643564336165393738356230396431626138663265323466333439336536
|
||||
37343938356364346336366565623663323535393538373962373535383630626234323031323463
|
||||
31303164626634626635623437376633643061663165306538346166393066633834373363343137
|
||||
36326564323562333731386261636537646463363762346461363235626662613430386263616237
|
||||
37313234633138383535643633616136623838316638643734616236376138333938663334613833
|
||||
32333135633837396539656532653966343462393733393734613163303130373164643130663532
|
||||
38623563663133633864316662643630643937376265396339663336636537356232663161346332
|
||||
65613930363635323266633161616166393031303735613637623934643939303161336363633232
|
||||
35666135333566646434383235316233663530353435616261353535383666366162653137323235
|
||||
63633030626461306536623964353031333537313862663634373936323534633566383962376665
|
||||
39613264396238363532326635356365626439363233396635656436363962306361363731393939
|
||||
39353264323962636434373164633137303738633433313436616661663538633262663233616638
|
||||
34363630316338323164306361353535343233643364633131633534633466393936333464643164
|
||||
63326534356232393333323937383034376531396531363438303439653639646235306435316565
|
||||
38386364316331663161366134656638353864326339313338663133393734626132323835393031
|
||||
38613066323763393861663761306433306561666131643662363062626230376234386365633565
|
||||
61303663646534623733333066386535346163643739343062376533333039643762623066663064
|
||||
39373331316463643734366365633738343232633538373165376562643237396461373561643562
|
||||
36623834623334343139316165363664666232656435663962386237656662333364306336326132
|
||||
613164353236653566363965353539353830
|
||||
34393132353631343361373266363131613633303038633363333036386436356139616630346163
|
||||
3034666435313833306265633833326631353562336266640a396332316162313462396334326439
|
||||
39383731303565396132643736323562383832376630633338393362623439353366303830656662
|
||||
6265383433376136660a326164316431336637376635306138366262333935646362303935353135
|
||||
65666330383933613838356361643932353630656137316131663764326137346137363435396534
|
||||
31366531633339373838623036633931356633306535366133396230383738353136323863653232
|
||||
62393461333434623561333365636464316533313763346361343764326238383464346630633439
|
||||
30666333636532333133336637643532656434346162626463316634633732326561353461373530
|
||||
35333231353635616664653230306664323663306536616663646638333335383432326565313737
|
||||
65616230613738313866333937386230666461313731656234613234363733303235323430653530
|
||||
65303664613138333966376364616135303866666330346264303133323331343337633332366665
|
||||
39643063386331643763393037393633383331333536303763363135306339623932383538326566
|
||||
66376339643530616666663838323063623463333038633330313434666562383365343165316131
|
||||
61313632303965306166323562656230396435343336623432313638313662643866353934636434
|
||||
36306632633436306361636533613733633935656666333332633033333431323861623065353534
|
||||
62356330303564633163356130663865363465623236373932663662663536656235613434353939
|
||||
31666537396635366563643139363662313337313037643530313066656538663861376464353933
|
||||
36363138643466376264363337646462653562663633626430316632393865313738343662393432
|
||||
31306164613431626166306437613164333234376164333765353034383530636137646438383438
|
||||
62366637376364373565363935353663626363303035376562323665636432666437333136353130
|
||||
66663130643330306336343138636462373838633264326632343433636163353061636231313135
|
||||
39363437333535313466383937366636333133653438313037346431633166306331616165343337
|
||||
66613036333431313066616138666666663266393030313832653332643138626532666531336437
|
||||
37343635653665333861613263343439643432396330366534393336336361653037326264353437
|
||||
36663836386663303439656266383630323561363332303837373030316435303730643564356630
|
||||
65623064333265303666323966353865376565373137363134643964653630313365303334383732
|
||||
63666161336539313136303637373336636237353361363061613439363561393561633431343433
|
||||
31336137646330366565336538646462666532376265313332313664653430303737303435376665
|
||||
32346364323038303435643836316439656636353530346336303266663733646665383039623264
|
||||
32613935656332643435333630666162616338333762633131656436353130353532393939376363
|
||||
38303530393665393333303064353663353238643436303032306237663031323035623230623163
|
||||
38363965646437643033333335363137663037306436343764373266343335316637373638306461
|
||||
65646436633034313236353737363734656561313161343036353237613536623432393334666539
|
||||
61346266383935373466393563636635316566323765326430366530393836663333646331383962
|
||||
36616663623465356436653033313534336461313562636530306137386532366265326336333336
|
||||
37323563373039383266646632633635313239666630393561353231663436643434373635353163
|
||||
37626165323733323135373033323633346535646538396331653231616262313034623235373836
|
||||
65343639623837353534663938313934636230363862613532623434383632383662343736363935
|
||||
38333363613430646230366539333834303665386265336565316539343664663534336165303362
|
||||
37363234336563353165633630313534666461303639306634656366383764326335306565303336
|
||||
32356165363637313065653937303834363534643137363030383232383465306530626334666362
|
||||
35626563323636323231643031393063613839353333386231623337633435303565643565363539
|
||||
34303364613230366162333435623330313963636538626535303033333461363239653333633634
|
||||
61633334636364633861643130633061623564656239376632666561646430303831666137656236
|
||||
33646134353039656361623739623835363137663530626535336235666238626536376335643937
|
||||
35633736346137323663366138393162633466633238306639383236396234343839303630616130
|
||||
65623362393635633965633635303139306261373262363434303436356561373534626162626330
|
||||
65613266396362373230323631323030633830366531643863363337323763333461363139626538
|
||||
64316135333631373031333464623663653630613736393437303035356163323537633865616633
|
||||
65616136323162326537343330643337373030393163306232303161316632636163333231613138
|
||||
61316266623263366266313831343961356339313430633865303663373664373066663037646239
|
||||
62626564623632343531333238656461653664623134643665323139386530383037346332653333
|
||||
38623536663934656636376334613733373939396633346436333866633832663631343466653339
|
||||
66666536663634633933636363313733336530333263643735626362323631663661613331313931
|
||||
34313539326439623363613939616362633837346439653636353961316132396636663263333234
|
||||
37333338373730643538383064623161396164393833383739396666643033313135643132613239
|
||||
35633739663931626362383664643434616264663336323938363165323331656431323265306361
|
||||
64363431616630613566613632623061306135643765656332356164383439313265306233393962
|
||||
34623366313563663164313261316162373430613062373138376439326232376235636366663036
|
||||
37376365326261336361396666373663383239383735623534343239363232636666366135343738
|
||||
63323161346266346431343339346364623439346235323764663534393432326564633362376262
|
||||
39363030636261356361303365316133613232363666353761653532613433326262613065393166
|
||||
35343737343039323061613833623536663031323636333762306331383664303730643666663436
|
||||
35383938656436613036646261373135623065383236333063343931663738383862343365653966
|
||||
38616362393034396434666337396262373437623030623832376131633036656433663835636531
|
||||
35623633666339656633616135366465376362306362393965663133633733346265333930643339
|
||||
65326533616461633339323135376539363866383537336531343863643563616264313864383164
|
||||
32356632663061333139383938366531356261386663393663623661323139386239313937393534
|
||||
65323935363765396434306466653733376338363664376433666538326133626635646634333434
|
||||
32313534366364323435336361626136363036653336656632653364323836613165633362353462
|
||||
30383037366631643037306631663361376166353733353832363530373061383631616238656434
|
||||
34636333376238363738336337613038396664393037333939353837643963633635633030383066
|
||||
61303933346630333164623963363263313233366535623630636665343935333065633530383039
|
||||
34383361646138653862363431336132346466633563386564393761393438323038363166336536
|
||||
30663763356331626334626665316130373162326433663238613833303034653439316337653765
|
||||
31353136633230323662653534386361636334336533326439353538333236363535323535643538
|
||||
34626637333364653662376430613731366337623434373165303330316662376338353837343937
|
||||
62353037323239633036613864633034353064636463373938396566363166613062343733626465
|
||||
61386239613239396163376533663862616361623432323662386161663832386136373032353466
|
||||
30346431396436656339353065393135653664333463626632373338373638643439663961633365
|
||||
61636537353731333035626332383663393863373435303064653338643262383564646539666633
|
||||
62373030303938316236663661316461626534303862623234646465383330353661323639383664
|
||||
33306133623265373938356131643366316538643733373139333664613939656133393630306538
|
||||
62323134653163336335363262653663363735323866666237336336393138336235623437326233
|
||||
35313736323832313737303965636266343564613139393838376133396532656662353735313336
|
||||
37633238353362323534626438393838643833616330393464353837326238366332613339656239
|
||||
34303664316263326432363930646662306635303234663931323363656432623035363561336138
|
||||
31383637666431333838646139623162363164633964653936336137616230646430323466373736
|
||||
63323661653361306331646363666561623930653035623764366235636161386666663931613632
|
||||
33306262386337613939366632373166666437376364633038633565346439616662346665613738
|
||||
38623466646131373762376264386461663134373661353563353661333635313839303232666531
|
||||
63663136383737396662616165633639663334623137626537373332636430653765343066306530
|
||||
64383632356165316337623037616566306463353036653634303538393733366535653862636234
|
||||
35336235393261303961626364313330383965353337616430313739316266323462653838356230
|
||||
35393732333265323833623233666164663163346632373966646638643265633037313635396464
|
||||
38333836323362303638386536663661313138666235653261343036663565363933376132653836
|
||||
62646461663534653035663432363365316131623137316665666664316136353966643161383938
|
||||
62303461353166623239346235643065376336313565656336656465366233393230613033643265
|
||||
35363161303861393039616237316538336166613938343764613030303361663934633030616362
|
||||
37623239626134373361333237623431653735393866343463313037393038396432653235653239
|
||||
65326530383462353363336430366336353735303335316465376662393232336539613037346135
|
||||
36323461353939626465656439313865306165353936393137343662366139336465616561633137
|
||||
39623764376435386536326662626464306231373161376431653463636164613238303438363035
|
||||
37323239373634373162353864343639613861343832616161336337373765343636663030346139
|
||||
35376462316331346662653939353465383661393839306531396237663364346438336164343465
|
||||
37653163373231326637333332313766656536396539613839316134363531666166356335373261
|
||||
32333437303563323161623665343239306639333532376264363964383961633236323138323438
|
||||
34636265353664346264373663393765343638386236373863353734623738646437363134656666
|
||||
31303432373363633365383932366661653163366464343164336165613637336536653937376364
|
||||
62643332373337326665313761316365323263316130643564313836626336333364343135393465
|
||||
36306431633765343935626631333764336634343636613864623663646661333432306535333339
|
||||
36376564613066306266653031396437363566373465663234623535636335626434326566393238
|
||||
39366330393661303730393831633665356536336338343834373733346334343264643733393031
|
||||
38373161373939636134653663396437306534663265316333346338663132616131633139336262
|
||||
63616331313965613062333064326638356266373935393733633664303862373134303664383362
|
||||
32613434386537643030383064383865303431316339386233336564313432343534363834303138
|
||||
37393536343032343432343766633333366662316535303336346361356330373262366537636335
|
||||
37366561373231636630316232656132393365336438386566333363623638363235386634656139
|
||||
35666263383735626233383235396363393436633738303639633838326263396538303334646532
|
||||
64343538396435663166613865376433323461646539636462356466633134333233366161376639
|
||||
30303837333331383638663530343630636261323466616331313263333962353366616531353337
|
||||
36343230343965333364336664313131396433626138363038336365353730393534386633346263
|
||||
65663731313566643731366561353965303039303830376139623030613237333037366563393663
|
||||
62643730653431666161386663643536666333396166393338326239633861663465323236356462
|
||||
65663033353834306332323364306462393035626339353461373134626363376261303564653638
|
||||
64633330646134666336323965633065326561386233383338343837336461333236633935316238
|
||||
64643433383766343461353934616265316335386661323365393032613461376562633239303235
|
||||
61323730363963663039306530653631626266343132613239353435303030666562383263623561
|
||||
32383066363230316332306365303735336465316336356634346530366330643132636266356139
|
||||
63316461393664613364643163613536353062313832643262376330393464343738653363333765
|
||||
32386663373732623234333032353964643033643538393132306133393365326438393564356364
|
||||
62626439366132393531353733613936643363393736653461666339353036333333306466363430
|
||||
66346135333162363033383339373631393836376635633136323134623861663066356638396136
|
||||
33623131666163633035666665313236646235626363363633343263376333333133326564366637
|
||||
35383663386133326432333537653032633230353435303935333161346532663731666339373431
|
||||
37656364643531663866653962306638333663366338373537323035323832656365343239613739
|
||||
63366166393237613534636563333137356365333936303633656134346166396530656133356562
|
||||
65326230643236633531613139363134353731363730633165636636653339363266656265623330
|
||||
64633063336330396130316264656165616537616162353130316138386335656635633237313462
|
||||
61633231373236303534313861613639663732633638633030333465376438623234386634616263
|
||||
34643939316135303737303837336533663739316633323238613838363531636463356338343235
|
||||
31346164346535643733653936303337393230616137633161646364353034346632663830613332
|
||||
38366138633334633131663662613862633162626366616435636563383839303766363131643763
|
||||
66336530303835613432343065353031386636353761303730663865656336623333333464386334
|
||||
35373365613766396237616462386432623635643537666565353734623663663136653766643031
|
||||
61346162303534346262646236663935656561353137373132643664616334623334376437396533
|
||||
31393035323366353961333538643233393832616534343530333137643064366635366236386466
|
||||
65626235356438343038373331313131626365386133613464653561376566313132666236666461
|
||||
61336639633163373662653939613830613863363230303834373231623231333165363362303436
|
||||
34653366663838343035646562393031613062643332663739643334643436316336643261333133
|
||||
34623764323363626362643662313233613238653133626631353338643336663664613030386266
|
||||
34633632316431353039666438633366393038633462326262396432316438316664333130343634
|
||||
33383632653535636565356334333563353138313134326330613865376561663731363138376130
|
||||
37353461346364343563616464623837326665656532633062366439313063336639633635643837
|
||||
34323738373631623937653533366330333635323436346630633466666665323234613938636330
|
||||
65333936633766343930
|
||||
|
||||
2
vars/transcriber.images.yml
Normal file
2
vars/transcriber.images.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
---
|
||||
transcriber_image: "transcriber:2fc5a56-1761210134"
|
||||
15
vars/transcriber.yml
Normal file
15
vars/transcriber.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
app_name: "transcriber"
|
||||
app_user: "{{ app_name }}"
|
||||
base_dir: "/home/{{ app_user }}"
|
||||
|
||||
config_dir: "{{ (base_dir, 'config') | path_join }}"
|
||||
config_file: "{{ (config_dir, 'config.toml') | path_join }}"
|
||||
|
||||
data_dir: "{{ (base_dir, 'data') | path_join }}"
|
||||
backups_dir: "{{ (base_dir, 'backups') | path_join }}"
|
||||
|
||||
docker_registry_prefix: "cr.yandex/crplfk0168i4o8kd7ade"
|
||||
|
||||
# Registry images
|
||||
registry_transcriber_image: "{{ (docker_registry_prefix, transcriber_image) | path_join }}"
|
||||
Reference in New Issue
Block a user