mirror of
https://github.com/natelandau/ansible-homelab-config.git
synced 2025-11-18 09:53:41 -05:00
feat(services): add fresshrss
This commit is contained in:
91
templates/nomad_jobs/freshrss.hcl
Normal file
91
templates/nomad_jobs/freshrss.hcl
Normal file
@@ -0,0 +1,91 @@
|
||||
job "freshrss" {
|
||||
region = "global"
|
||||
datacenters = ["{{ datacenter_name }}"]
|
||||
type = "service"
|
||||
|
||||
// constraint {
|
||||
// attribute = "${node.unique.name}"
|
||||
// operator = "regexp"
|
||||
// value = "rpi(1|2|3)"
|
||||
// }
|
||||
|
||||
update {
|
||||
max_parallel = 1
|
||||
health_check = "checks"
|
||||
min_healthy_time = "10s"
|
||||
healthy_deadline = "5m"
|
||||
progress_deadline = "10m"
|
||||
auto_revert = true
|
||||
canary = 0
|
||||
stagger = "30s"
|
||||
}
|
||||
|
||||
group "freshrss" {
|
||||
|
||||
count = 1
|
||||
|
||||
restart {
|
||||
attempts = 0
|
||||
delay = "30s"
|
||||
}
|
||||
|
||||
network {
|
||||
port "port1" {
|
||||
to = "80"
|
||||
}
|
||||
}
|
||||
|
||||
task "freshrss" {
|
||||
|
||||
env {
|
||||
PUID = "${meta.PUID}"
|
||||
PGID = "${meta.PGID}"
|
||||
TZ = "America/New_York"
|
||||
}
|
||||
|
||||
driver = "docker"
|
||||
config {
|
||||
image = "lscr.io/linuxserver/freshrss"
|
||||
hostname = "${NOMAD_TASK_NAME}"
|
||||
volumes = [ "${meta.nfsStorageRoot}/pi-cluster/${NOMAD_TASK_NAME}:/config" ]
|
||||
ports = ["port1"]
|
||||
} // docker config
|
||||
|
||||
service {
|
||||
port = "port1"
|
||||
name = "${NOMAD_TASK_NAME}"
|
||||
tags = [
|
||||
"traefik.enable=true",
|
||||
"traefik.http.routers.${NOMAD_TASK_NAME}.rule=Host(`rss.{{ homelab_domain_name }}`)",
|
||||
"traefik.http.routers.${NOMAD_TASK_NAME}.entryPoints=web,websecure",
|
||||
"traefik.http.routers.${NOMAD_TASK_NAME}.service=${NOMAD_TASK_NAME}",
|
||||
"traefik.http.routers.${NOMAD_TASK_NAME}.tls=true",
|
||||
"traefik.http.routers.${NOMAD_TASK_NAME}.tls.certresolver=cloudflare",
|
||||
"traefik.http.routers.${NOMAD_TASK_NAME}.middlewares=authelia@file"
|
||||
]
|
||||
|
||||
check {
|
||||
type = "tcp"
|
||||
port = "port1"
|
||||
interval = "30s"
|
||||
timeout = "4s"
|
||||
}
|
||||
check_restart {
|
||||
limit = 0
|
||||
grace = "1m"
|
||||
ignore_warnings = true
|
||||
}
|
||||
} // service
|
||||
|
||||
resources {
|
||||
cpu = 100 # MHz
|
||||
memory = 300 # MB
|
||||
} // resources
|
||||
|
||||
} // task
|
||||
|
||||
|
||||
} // group
|
||||
|
||||
|
||||
} // job
|
||||
234
vault.yml
234
vault.yml
@@ -1,118 +1,118 @@
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
30623635333734313065373830313834623163353536653638363735383739616430646139333663
|
||||
6164633533343764316539376636343435363037633838650a643166646263633162616132626238
|
||||
66663531616238373931663931333161633332643037303338323861396136306165313437316238
|
||||
6134653233656639640a653738393230666438396631303039393134393064353862306537363232
|
||||
33333634303163343838376633393635386532313230323938366561366464313135376135343636
|
||||
32613733663261653238633831316661326530346663313231386433323961613835666563346538
|
||||
36643433353436393435636135326637356261636263333435653561653037356238313230653030
|
||||
61613635393261363333306336316437333031356561356532396163396631643431373234373263
|
||||
38396464613133396262653032356662343537613136626133656234636232643139623366303664
|
||||
61626334306637323562663832643065636635396334386338393966343732623634386266373863
|
||||
35333330626137633439623434393662396463643363333965393933623663326432346166613638
|
||||
65663237616665333262656231613765326537396536386266396431623464376135643031616537
|
||||
37623239396431316461326163313165663638306437623265353761666361616233333836643131
|
||||
34363065373437303231343236633839323465363461313236303566363235356264633435613564
|
||||
33326665623161623062316435646334356164333265376131636162326131613962393036666533
|
||||
32613964393239353730656431383831366333323637353936373936616639616465643563653465
|
||||
30376665393136653738376534663534316236666434643437646635383634356132666361623762
|
||||
62306364363961303030383236616666623561376233636632373638306464323632323766303964
|
||||
64373232333661316339616135383038656135643365306435643437303136336430393237373236
|
||||
62383830653162623030353034623665313562366661633430313662353539323766373834333966
|
||||
66336137613161386537653038623664643333336534663231396363633132386136373835613539
|
||||
33386130366264633333373262393038356636653535303036313565336339316430333236333836
|
||||
31313264666534613138656564396436346632636163613162323338393834373434623238306235
|
||||
62386330316530333335646532623832653131323134646265613833393435333365326538633937
|
||||
66313630656662613234363962636136653132656361633437613932353234663463643339613866
|
||||
64333233396337343531666261613937306138373638356162666362643934383762663061623462
|
||||
61616338343137666531343663373862316239363839353734623432653438613265613532353334
|
||||
30333533653836333762316431383765333438313633663234656263343935313638363939386661
|
||||
36636532623562393265316665393534343965303565383631626465613931353436393737646538
|
||||
66626439363730666233626161353336623164323236386431643436396132363736646430336236
|
||||
30343736316234656330353766326236633465393236323938383964323430323539383039363631
|
||||
35366661373836316163363030626533373734633638316238656261396364646438336330653361
|
||||
66613166663238653338316430306638663231393662343933383136383632343062613032333066
|
||||
37613235313466306230316133333961666231666163323735326561343337306431363237643761
|
||||
30623162653865356238303835386362643062326236366162326237373661653436343663643736
|
||||
61306331656333333633353663393861633130336262346438626365646330646432663833623132
|
||||
65383465376131386266616566306564323334303862306531623032353163633038303838633634
|
||||
66396165633930363764663865333032346633393763646535356364303163343539323935363934
|
||||
61376637656562643836653835326236303838393738303833366663626264346464343332646163
|
||||
38386164666632623136313831643931623639633564356164633230346533376632363234346539
|
||||
63393564346536353837626265373962316332326530613833663135373932393665336430306363
|
||||
35333030373462653930393430623735376634636666633563643739313465643239313464343339
|
||||
39646134366461303661306631616666376434323238363337346163386662343034356365656433
|
||||
65653430393964623632336637366138353931633033366332666332643138616535353834323163
|
||||
66353037376435613237643337633632306238623838616166343766323065336263323530633130
|
||||
62366332333964346162366366616334313466383331326234626662343237353765633661333165
|
||||
33633735653661643636306262613137326334643663616436326437313039396635623434633636
|
||||
32373732333130376261663139643732313934373863633139376335313537353735343366653166
|
||||
37333039333932336537633831313531336663623965653637613532376165383336646336386438
|
||||
39613038376234356131396530613066323463386365313232336464636530653839636565396433
|
||||
64636435383630313037643432656539643437663532333165356436323234653732396265623033
|
||||
31326264663565383437613632306134303832363733333134303661633237316130346261306436
|
||||
33353965613830313766363830363865363137353238663832626337343135333732343733343564
|
||||
61613835623538356262653832613538313233346262633464386232643362643265663738633237
|
||||
62663132333737376432323232663436343232326365343638636666376530353234313064616365
|
||||
33633361363362653731306165666636353666613766343339623261633939656533613131363030
|
||||
62336233393566313737356533613936333863393833636464313266646265663331303766326361
|
||||
35303461383964363965313439613436323064663163336538636464353361643931326438393462
|
||||
61656638313236666465653162633831363964313365333764616231376137326333346534656138
|
||||
31663034303332383262373035323662373565336230633931316338333561366335336530653630
|
||||
34633265653665643936646365643166303535356266623732343234373465323637313539303938
|
||||
33653261306433643166336434623563333136386333303366633761613264333738613330633836
|
||||
39303538366161363831396635303265316566363035366562316439616339333163306234663365
|
||||
64346638366361383134663933643134613566616235356537353561363061393736313266623938
|
||||
30613462343065666437326333613861393538313534333238373432353832613465663230616431
|
||||
62343164613361323635353536353138313061303537353266313138666339613562386536346139
|
||||
64356266656232633836616161363731303761396635646262643635383766336661346530373834
|
||||
37386465633965346130643131663631373462316136333336383864616365306633643036393538
|
||||
64623662383337663961383039376365366139653662633165313063386562636266666365386336
|
||||
65383738633933663966626461613062346636303536333564623336613333656264306661613664
|
||||
66616635363166643334653064386537656530663631633465656234646161636138393531373830
|
||||
65633130393136333430336630366433376262396232613736313238663139353637316131376632
|
||||
63643636373532343730326662396465356339616163363035663564363766303134646462663639
|
||||
62333833303361373337613231373863316363643931373034633666656362363464313561363465
|
||||
39343066353333353466323030633761336636383334666264356662376338646561386263366533
|
||||
35646363313337393938643565653236353930336163356330363033373365346138343164393234
|
||||
36373963373463373538393835636234333964623361356238626132613338616538633465396635
|
||||
34356438386231376665373439646235626130646636653731366133373436373735373566356362
|
||||
63343663626337326631386564363336343162333039643363363630393039616165346535383332
|
||||
34306463326336656461383336373063356564353363656130356230303564346565656532653435
|
||||
33666664376638663838613061643938356230663565336130316635353131633862643363333361
|
||||
39383537323063666534626436383262393631656261326530643137323165616236373236653734
|
||||
32633161646139626166643134313662356230336366356165393734333130653663333437346230
|
||||
32613237333032353733383362643938363632376132323936396538643766353036306464613134
|
||||
32616531653963363338383132353334356662613236303262653934613932376431616263663861
|
||||
63346338323735313563303662623734396361323935613861303331313061326363616364386263
|
||||
31656132303835343866343962633866346330333765653430613633376361353966396532366639
|
||||
62373239363738633831326263653434656263326531323435386437356537636464333937316231
|
||||
31623361343966323133666633663137633565396464633266643263663430386237663464346461
|
||||
37366336383365353665666564663236633439343333386536306665343965616433333666313862
|
||||
39653866303932663533333431316636333665396266343065323636376139333739613337663539
|
||||
31306533396665376636353236363165613834366338653961666638643664383433636261363433
|
||||
35356330353239653962616436373430303735333837643032613738633561633132323538393538
|
||||
31376630376130323561656334306161373263373030636363633465663162613763613162353336
|
||||
38346264636130353437383333303766306337313631626562323666343338353961663439366132
|
||||
31356135666438633434383832396435353263316662313963303965386334646633646239313566
|
||||
62653538663566363164326361306133313536363265643636646235333461633566396535373865
|
||||
38663033623030653932386531653465653336383732346266353033306564353134646536363563
|
||||
65333839343764656662366330393562383264613864323837633265616463363964313935353231
|
||||
64633765613662303961396237316330323763663666386235326363643633336233613665353163
|
||||
36326331643139643935343461643737353463643133353066323133373139663564333063313164
|
||||
36353864396438363135323638393762343466666636633639343830303331343061666164386565
|
||||
65363866303233343163633432653433633333393065373863393061643930633233643762316665
|
||||
65383033623063333730656164623230373836313935353237306134616235396161393136616566
|
||||
36626535633962636661366137316337623233326631396663616163623765643131386235653962
|
||||
36643633663634626135653531303331313330333965383036373933396331633737343438613637
|
||||
33303933346533636134633364336533383862323961323262646261326264393931313836313538
|
||||
34656530343530386461366534396332646564373430333736396661353038623364646266366466
|
||||
38626436333936313834336132333834383566376664613161643664366164633636336566303665
|
||||
62663830666238623964646566346338383963306637393766346337653938616637636138633637
|
||||
61363064323463306637643733316166303066356165383236333066623936626433376438613035
|
||||
64363261343065633538656166353731646338346361333735376666643462363566393933656432
|
||||
66303132386435653665343535323862336132323830313063636337316536613238343331326337
|
||||
37393037383262393362396163343963326262366437336633366336646466313431656561636661
|
||||
36333066333536646165626632343464323365353233383638326639666432323039623730383934
|
||||
62656338636535306262353330653739363239623633616132373030383039386562663131343636
|
||||
6463
|
||||
65356438653532353134623831613462633431316332366633323830303231366261373361323231
|
||||
6239613231303262646564626239316532306637343636630a636136616164383662356530626362
|
||||
30646536616465383665356564336236333739386133313664383436333132376634376432623765
|
||||
3535303165383462650a373963393536643663633939636630313830386261333762656232626338
|
||||
32383966346635313737346432623564333932626661316233346639306561383838323362303431
|
||||
62353164653430653736356539653633633130393330643132636339373239373566393863323237
|
||||
65336363633139316537363431303135303362386231343435393335313963306436303431303030
|
||||
30623763346664393562623337386361313539373763663261393937326531316139303766643961
|
||||
61623061373732663637613133353432363465613063346133623430393233653634643763643962
|
||||
35653562333763353033373337343165643765626633636232396432623036366437326131613662
|
||||
37663733356637393539396362353235333433353730356235306266653235366430323839663631
|
||||
65306662386463616334613433663532383935323438356333626435623338623333383935613135
|
||||
63633361383363623033646663376639366365336537643466356133356436653336323534623864
|
||||
38366538323765303031366639666636326161666633663836373564396438366661366662636437
|
||||
32376133616333643330643932373766386339323836336238306635376238326263663462653164
|
||||
38363234303036666534383766346366663236636365396133333435663733383662353539343332
|
||||
62656535393665303466363033626631613662626561353130653661663137623735303362323764
|
||||
35643765343036313061633039373834316232313636306663616334363333666538373366376433
|
||||
66653761376437663166323335303632326466306532363161613265616363313234333164393536
|
||||
30626563646531353335353463373736643464666533323238353663333961363465333065666262
|
||||
61373461373630626232313130326137646565636164343064323931306531616166306639336435
|
||||
31616561376338646633626338616138366562376633373236646137626539393762383032393438
|
||||
66383437663738383465373833623964363633633231636164396337663534346665633266393537
|
||||
30623335383963393735613039616262343333636462333063343535616334393766336634636538
|
||||
66643238613533656561313365663330393165613361303139613063393262326530316466366430
|
||||
63386462396534376537326162616666613464653635306130363463383632656466333935383362
|
||||
61633430626461636139666466333435306634316365666537663463396335306461616336656661
|
||||
33323566393636613237313735336135356232316132653066643835306531646136343634306166
|
||||
31336265663631316333346231363362333936663635323235613166343734316635636166303062
|
||||
37633132346233623136653233386234336363353836326633343137633435636435336464303363
|
||||
38316666333631386434323365346537663562643265313563363238633134613938623731633066
|
||||
64373361393533393339653236666439653334396662376532363863616139323565363638323463
|
||||
63623535336165326133393936633532666232656366326138303264363163363266623766396230
|
||||
36633532633363303130353333626539343733353334613635383432643734666431363133353438
|
||||
39343565663962643366613138303435633965336630363063333566653538333531316539623436
|
||||
36323733346235323231393461303061323634363962633931663636343030393334386234363965
|
||||
32616639356537636265303731613965386162666138383561306330663162616163393537343164
|
||||
35383039386335393339323239313930353732343238653961363862643233383061353836346363
|
||||
38343665666138383966383166393231333337303731633830613331653832656433613039616535
|
||||
39643236653463633238323338616562636635643133346639336661353961333730313234333432
|
||||
63363964383334653139323736666435633762343739303035303334623533343464353736316433
|
||||
66303562366331306535656639623466643533643736313836333539306139333830303761343431
|
||||
38326261326430386466653933333132323830306361393533353835353430636265323233636333
|
||||
37613634383038613463313433396333386335663639373232616535383861363330313661633361
|
||||
35633464656262386161653565653862373638363732636533636336343836313335653339323834
|
||||
37343037393933383838363539626230336664633037313732316562653435633465626639346561
|
||||
63346236373535313733643535353535373161343762353866626661383865373566393434636430
|
||||
32323661613361393665303562356333343730643634323235323863343665633934383261373866
|
||||
61623731313838646634363132386532306138353262616530663837613635396238343134626135
|
||||
38346539316665313231383235343664316432336135363034666263646634663038653333623265
|
||||
66306161313739633662323132336463333533363139633037633835333434306439343563613338
|
||||
63303966646139343638626532326263613134623366333634353533666363646365306162326565
|
||||
37356537643130646630636330373762613333303035666132346166366232646366636633666166
|
||||
38346564636233323666303939353766316233643730363830636563353838653338336465633331
|
||||
31656336336630383732316462316365353264376236653962643766313837633962323935363531
|
||||
34323839386336303235663065663164663136636163313963356432313366383862373639306464
|
||||
34373837383063373065306665336266626663616231303534373633343163656331393463363561
|
||||
35393331313961326339376231333432353331656262363465663031333939616335393964626566
|
||||
66663466333233636166333431316333336533613133653466353263626336366564653464666235
|
||||
64616564323331373566633464653164396134303138656237313265633464393333323638663764
|
||||
38323137313338383131353232356338663262333266663336653261633165323563616331316163
|
||||
30376165633464613032323339636261626161303533353964323132353763616632303639323135
|
||||
61643738383536396462336431646337666264386466376336303330373733663031303830616337
|
||||
66623834336538356334313164623161366239633362393264633431616562656665326438363865
|
||||
62373430393631623165376634343232333834313666323231383138666336303931386465633930
|
||||
62346233373935663566613437303637353530643636623965373566626231643062303137623931
|
||||
32353732643930346565393536353435346632636336353530303965653663343234656232363062
|
||||
66373836373837323865643631666166383266633063633031333735363865613139316330363735
|
||||
64323862333032386331393863366262343430653137616162326330663936323433633531623334
|
||||
31636133346638393434666266316662643735386437336437303232343737616531666664353265
|
||||
65623562633732346233616130343363613736343862323064303132316565643930636661373735
|
||||
65313763336565396230353061383435626266323432393361613639373339623433376439653862
|
||||
39336530343239656334323636643933343565633030653836303866356334623537323663313862
|
||||
66643465346263356361316631336433646136626562646130383534326565663933383463333234
|
||||
36383636303163333138666263623066393538623461376632323032666463393734313538313332
|
||||
32393564613438353231643132626630643936346462633138613163383264323631653532386464
|
||||
33396236393339353763353266363965343765353237356336316433386330643266666564323636
|
||||
33346536373238363738383464323837623136656334336566303364393263366563616433353631
|
||||
65363530623564313334353131386636396264373738663365626264616232396430636436666565
|
||||
34393438653665376231353136373630663531373136663638383463636331393835663461356465
|
||||
66363734363562326534386331626661643662376361656564313334633930613439643533346435
|
||||
32393538336664616236393261393935333030383334393161303064373263633637393839333736
|
||||
31646531613434626163363961623636316563616535343765643463626435653862356661333238
|
||||
35313130653263383834386166386665386335353235386633653966613664373133356666303032
|
||||
30613838336333616366323236366361613339613335386138326236323861626634343436623966
|
||||
63396237643336333336316630626335626339613162663234373365393434643539316662643766
|
||||
31346464306339303435373130326130343730353039336364633538623830616266383466663264
|
||||
37313837383564323633366131636265653365656332663432313936386561666139623732373365
|
||||
64616530663734363462376231366534386164366263623334323039356163613962303662326639
|
||||
62663938336536323737353338653736396137353330353631376162323632376465633236323338
|
||||
34356665633961303061396561643437346162653632316162323433383566613961643164333332
|
||||
35306239333064303434353963303037643230393034663735353232336234646265663838646561
|
||||
66316463633234333235356264623130383933613766316465353439353063353539396135353235
|
||||
61353532396330336332313233653964376534323839333132616361663231303535636331613337
|
||||
32313366373039646539373835366139643166323538333563626236646230643934613432633262
|
||||
38383231616465656235613831396365393431333432376136383737326533396334663962336435
|
||||
35333165653835333061616665396138396534316432643638643336653938383232383935306230
|
||||
35343438626532353035313165626464373061633866663732396336396331353034343633613634
|
||||
36323161366238666263326465303165303036303561373335643266633431376437376563373835
|
||||
31323030313862663433306131346263353864363935353261316465363065656636643461333635
|
||||
64653063626666333161336439663337643533643763643437393738653861323666346134373133
|
||||
64343834303538653631316133363961366536663938353561303465666235333830383863313239
|
||||
34653030376638383664333462386665353264306433643364383434376462663461663934316664
|
||||
38613864306435356433633739396165653761306166626334366563323865393738623064343462
|
||||
66653134376430306364376233643235653032663863616666336633343763663938626135326531
|
||||
38313736656139313139663238366539366365303761313331653032316465666331343637653261
|
||||
31306235663634386564303032383030363835633532396634633433613265656338343939633534
|
||||
63356536316663353035643362396338646564316537353865343963613934643465663764346263
|
||||
38333937656162376133333838393232636536396666353839333036383363346535303363326162
|
||||
32303361646364326138336564333430383937626238376666653236373330306366653139346661
|
||||
39613862386265363631383038346332383037316137306430396634353038393861666238326164
|
||||
37363134356139346335336365616334326231613137393331666263636333306566666536393763
|
||||
66346330316561616130366234303134366331653436333761656162393430636462373263653164
|
||||
63656634303139613633613232323933393638343034623531383437366338643634613632393236
|
||||
66653530663435643264313630653238306162376433646462633731366162653161643039656161
|
||||
63356634383735383565633634326432303162626437346164626438626466623838313830333030
|
||||
6632
|
||||
|
||||
Reference in New Issue
Block a user