From 9792b172eb5343a6944f35ff15f7d0819e59f98d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=8E=B7=F0=9F=90=A2=20S=2E=20P=2E=20O=2E=20Clayton?= Date: Thu, 17 Aug 2023 15:01:57 -0400 Subject: [PATCH] Add ghost CMS --- caddy/Caddyfile | 10 ++++ ghost.yaml | 43 ++++++++++++++ vault.yaml | 147 +++++++++++++++++++++++++----------------------- 3 files changed, 129 insertions(+), 71 deletions(-) create mode 100644 ghost.yaml diff --git a/caddy/Caddyfile b/caddy/Caddyfile index 63730bc..3689b65 100755 --- a/caddy/Caddyfile +++ b/caddy/Caddyfile @@ -87,4 +87,14 @@ codeberg-ci.sean.wtf { freshrss.gopoop.org { reverse_proxy server_freshrss:80 encode zstd gzip +} + +sean.wtf { + reverse_proxy server_ghost:2368 + encode zstd gzip +} + +www.sean.wtf { + reverse_proxy server_ghost:2368 + encode zstd gzip } \ No newline at end of file diff --git a/ghost.yaml b/ghost.yaml new file mode 100644 index 0000000..f65fe08 --- /dev/null +++ b/ghost.yaml @@ -0,0 +1,43 @@ +--- +- name: Setup Ghost CMS + + hosts: all + + vars_files: + - vault.yaml + - vars.yaml + + tasks: + - name: Run Ghost MySQL DB + docker_container: + name: "{{ stack_prefix_name }}ghost-db" + recreate: true + restart_policy: unless-stopped + image: docker.io/library/mysql:8.0 + env: + MYSQL_ROOT_PASSWORD: "{{ secret_ghost_db_password }}" + networks: + - name: "{{ stack_internal_network }}" + state: "{{ container_state }}" + + - name: Run Ghost + docker_container: + name: "{{ stack_prefix_name }}ghost" + recreate: true + restart_policy: unless-stopped + image: docker.io/library/ghost:5.59-alpine + env: + database__client: mysql + database__connection__host: "{{ stack_prefix_name }}ghost-db" + database__connection__user: root + database__connection__password: "{{ secret_ghost_db_password }}" + database__connection__database: ghost + url: https://www.sean.wtf + networks: + - name: "{{ stack_prefix_name }}{{ docker_internal_network }}" + # Ghost needs to talk to the outside world to fetch stuff. + - name: "{{ stack_prefix_name }}{{ docker_external_network }}" + mounts: + - target: /var/lib/ghost/content + source: "{{ stack_prefix_name }}ghost_data" + state: "{{ container_state }}" diff --git a/vault.yaml b/vault.yaml index 3b3dd6f..18846c0 100755 --- a/vault.yaml +++ b/vault.yaml @@ -1,72 +1,77 @@ $ANSIBLE_VAULT;1.1;AES256 -37363133666166363432666233616530623637313364303332353238356463323666633363353861 -6236613431343233666637373366343534333863323838310a383762616436643138343833323465 -63636231333763616631343137363862396135623234393034303665326539333733333562393133 -6639623036666664310a666534616331353564653664303936326439353534353839306362626562 -64353134313164383632353634383333633863306435663735393666363334386139323633663939 -30346661336261613132383734303835313834393962326538393964653032613939396361366130 -33323030393030636565643963633530393035656332646530396566643666666538343235336639 -31313939656262616432363062373964653835393938353835363635646137663662656366363939 -32626561633864653030643262333132643161356431643232343530303861643630353961376434 -37636265653737646631633031393532653935386265333965633862363438343235663035393462 -30383631383434363761616261663234333135396561666235616436643365623335663261376366 -37613563393633623133356537613462306430356239313433343762363163653138663838323331 -31303866356439363637353461363737303965373462336261356633356164396237383234336139 -31333932366263303332353663653266316130393966366330646231613563303838623131613462 -62343965663038373861626235336664316335326262353165663566666636613932633162663530 -38366234633936613666343131396465303138363635383862336562323939643535333861663332 -37613630656466313636353161633565326630613135626365346639356264616434323638353336 -37396434656633336263313839366162363265353266336631316235306161633361346261613735 -38313832306533336238336232356236313332306639313833316333666164633934386163373038 -30373562346335646232303136636333373638663235383030363537653633313366393734626263 -30363564613637313462373666393964373039653362646565333236353066333734633263616662 -62393031346332666338396363396463356462616136336631653738313837373531363130666338 -38316630623633393131653537313666666637376338663762333662373365663065623262613962 -30373031383562323961623265343264643632313437373463366135626561396532666132333531 -33323739346432323566393566393631346639626130663961316636336332623766313135663161 -35366566376565343838663631326365323166316638646532333435366161646435613434366366 -36336561383639636163393735363838386161386536336661346261333134346432323337653737 -33376336353632653866373562356336636632316465393837356538653039653337323338633162 -37646531356463663565623933316338313563316338336161663563363263343439646533633235 -62643961633562623437646137336138353238653337353462326231646236323136356339353830 -39653738373434666339636365623665333138623434613661383066343538353836366334386130 -37383661386530396332363966636363396132386666633665343537373537633266376430656663 -65363833633761663337316162633333376264363035393233353837666663303136353738643164 -64653865643539303066666138393139313766376261356363376165383136313534336661663437 -65356236313331336534623562633637666333343766356436613034396534393966306163386364 -35303265643033623738333834373832383131373332396264636664383064303532663938646133 -63336433383261356439366163376535393332383639363064326365653036616437613464303031 -33396565373962613135363139383466333961396137353264323438303066316234346539393136 -39376338343031333930613638356163383665613335613030396661376632303339333763303465 -66383133653736623665623930646665636439643462373333326236386134343365346636393962 -64656237356263646136643932393161663634616336333631376663363031643831346535346633 -35363439363666666138376466356235303630323433623534633739313938323230626466636634 -61626437333336353539363337343336396130386231653064343834623331383262613237356438 -36643862663338353561313439336231383361653965366264356564396663656363656364306166 -39313435326133646437663534646262303230383531376530653531643565613235653432366364 -35626530646137396162613336366333356133333963646563626330393861323236613231626530 -31376565663434373339663133376138346235336535303035363265666237336130616664343562 -32626239333266616362636265393134613565626435336364303036373733343962313162366435 -39346639363531316164393562306561363866386639383636646536613763386432363830616632 -34396137326665306138366561316637636531306130343236646330303735653831656362366430 -62643535643031313962663135306230623130303230636363336631323966613830613864633434 -62326232613931656338353039393939636237306339626435393939336263633066303764396366 -30633961646264373166313565313736646538633266366661613063613532343064323066623161 -64633662636665646530386332616338333839333732366639656666363461313936336636386464 -32363666663363303665316465623639306433613064373139366462666663353464636239303364 -66346366386133383935303366396665636632306139623361363130333661313033313339346630 -32313563383830333132633235383433323766353964336130643261323636303839303336626635 -30396133323836376231343266626664396163373739633530363263316263343330353364303035 -35333165323532626666303464623139373534303562616534343337616538323265323464616266 -35623336633039323934343739323432666461613937623563666238663635626630653761306433 -36643436363633386461346531656539373863303239373337633737303739323465633563633265 -32393430643639646465323337643230643534633064376231393630396139393432316565396364 -38643431323532313330646130663834376131386134613062303531333666383666316165383432 -32313638303361653534626566383164306334646230376233646339303935663834316137633332 -38326532386636363662633938316461396332666435636238353765666438363739336632633032 -31343736663837663663306639663664353030663738646230323331646438616365656130363139 -64313536633666303162373263356563383039333464623435306463366232346162656565666538 -33346337363139666364396637646238636439613538393662313662333963306365343865616264 -31376264343261633337633536626563373437336233613766656135666135626630376664326235 -34366365323836623238333963313363323731386365303463613736636438373738333632303336 -656637636639366466666464343937383731 +38346263313539633539343034393636646331386263366562343430636434633036633338353331 +3832326461303431623437313837666531356630666439630a313930646562303062383864373939 +38656562613661383164343762613939336361653731623461326336343662316133333939346265 +3635376131363431640a303138623836383363383666366637336364376637363637653065653865 +33613733633832613932653863363231623031396534343430333964326666363465613762343635 +32306262303732376466366536393065626334633239313564623061363830323634383731326161 +37323865353566336534363962333531636261386136626333363965316362663939343861633263 +34336336656435333163303130333439323935326530393738346635373864353636363934356462 +36643931653435613133373234353934396662343635373166373731386636623932343363386635 +35326430343031363430613838613334396165666632353932373238623733373732373362313533 +30633666636330336433333066383737383161346632653461396136636538333738356166386139 +62623461333839646231363534316230646233643237663533336339633466656539363962666238 +37396165336535386236653562383666643936396631663934653938313933393466666538636438 +32666433656535303637353762333637316430313964346634653661333765613561656164633732 +65396162633766393130316631653933653065323337303335623935363837663830383834323338 +33353865383233383039623632663839633132396566613162313636346366356661363632313464 +39393965396431346662356364653938396632663730633738303637323366663438303438343734 +31343361653431636331393439363132636133363038366261626335323365333163336538333964 +30313738323665343335643739376364653962623836323132313133316334326234373732323430 +66383636373833343832663337643065663033346233353961396462366437616562613331373962 +66316435623564353231333435626266643661616430366335303634616662346665613632646633 +66626161656536383134303438376537333933363864303034333966356363633834356136353561 +61373732653566346564366663643836373261613662396131316263316635666432656130393765 +30353663323938656439656334633963643063343436353762393963626436393638376366326666 +38306439666338373937326235613936326464333966626263613635316165383232623164663964 +34333563363932313035393265386662353535306230323837393938366164393737626132623132 +33316638623136383236623634393932613662373064383536356561386362613532303735323134 +63333766316136653038383764326634386536356539616364306463316631653062616535343736 +34316635653838663366313238343430633839626163643832653430633539386265343032343134 +62333132626337613032333165343437346266376136356263656265613332623430316665613966 +32383161336263303330646566663532613738323638323561386539323831346531643038613639 +64393134393332366563396430343566626161336564623565663836353533333038303031313963 +65356331353634373030623630316539313533316261363536343262333236386266373138346661 +66623961333635616165656138626533643936323736663161626539646336393966656661383932 +39326339323463363137386130316166363862626439383736633364333438316535333438346637 +34343161383935646332666335316661336161623266353035336134343961313762313464666634 +32306335663331656532303162616337346236613234653737373935333331383462633936653933 +32646135356332323766353834626539373766636134383731396561366266303335303162396232 +61623832663530356631396433336635636263636138396661376637333938313839653935633665 +32643231353662303061663764396133666366303036386139646138616265653639363837333332 +37313930343033646364326635353466626133306631373538386337663334393736333431663061 +30396333613764323865666161613066633432663838653565666361616139396362323663393965 +63653665386432363730336461313332666566633838643836323531616137306163636632623736 +39353233313631323061316231636239346663656437336534633938663461333831356237373933 +35643233323133396135353462383738393763613765313766303334323361613465613931373062 +37643639353230383466303766353337373736626437613235316432643463396366346330393234 +65306664383130363437333863626566316430626534663335363664326430626465303633303963 +31396266376261333833393734333566336133653536383938363736636262316135653639336664 +39303338633430616163386265376165636564353963303537316265363335313531343463333663 +33306637623931393638333331353030326233363734343134623262623464323366346438643364 +38666262316266386562393963313231393066326236633337373335323533373166623434363838 +37646232666461613139353966656530653636336239633232316662316337663335623438346534 +62353436383631616462613032626663363937366231613033613639333238346631633332336430 +32353533383435323130646432633639313938366162623638656333323232343462363739383562 +31323334663631393836636635613039353766653931336231333631623561663462393461653662 +39386338313233333862643166333663356333666230396639633062343934346231636365343439 +30353865306462636165353335626661643839666338313436336533393434353133336630326434 +32346537353832656164313330323237653363626536363333663832353830343732653461316665 +32663763623830343833333438623134323466303337656135633835653233656661313138646135 +66326361313235353361643031373235383361616663353339626237626465343565383138623334 +30346237613031643836383665383337613137316265306339656561613163343230346335646239 +63663165636631613430383331343664313534366638653335393834353164333930373038303964 +34633430633832623630316361323935343965326332316232333639353466333135393863353163 +31353366343035623338326432346561333064633934323438396136643331616438643237336334 +31373233393866346339326334366237316436633161393937346563306365393936633063313037 +61366538393331393430346230303766353064323335346366323463323033356135376432646439 +35343137623631306165333630353734636437643835616664663461303766363030643361373532 +66343961353362303836306366653965323362333565313263376339653566393063383436363735 +66393861363237666266663162356437356561393138396639356439626266666632643235393634 +38333434333066336163656165383436376631666631373437316634626164663930383837323665 +64393136333866373166376262313534633435396361303338353236626362633631653261626337 +39303037656332623338643536346635653334333231313761623538666563326662643363373464 +32396333353464373333353930313662373864633439323538633739376161316532373330656532 +36636235633331656165613764303434653137653239646463636531653665323433613134393165 +64643438656666383932623366313436646132316262653632376639623965656330393963666666 +34613762643561343739