From c18c90b0a9ca51e9325f3f5ee02c7e51b2fcf32f Mon Sep 17 00:00:00 2001 From: L3D Date: Wed, 14 Jun 2023 02:39:04 +0200 Subject: [PATCH] Rename git server --- .gitmodules | 9 +- .../gitea_files/privacy.html | 0 .../gitea_footer/extra_links_footer.tmpl | 0 .../gitea_home/home.tmpl | 0 .../gitea_logo/apple-touch-icon.png | 0 .../gitea_logo/favicon.png | 0 .../gitea_logo/logo.png | 0 .../gitea_logo/logo.svg | 0 host_vars/mail01.l3d.space/vars.yml | 2 +- host_vars/mail01.l3d.space/vault.yml | 498 +++++++++--------- host_vars/web01.l3d.space/vars.yml | 19 +- roles/do1jlr.base | 2 +- roles/do1jlr.mysql | 1 - roles/do1jlr.nginx | 2 +- roles/geerlingguy.mysql | 1 + site.yml | 4 +- .../files/nginx/sites/backwesen.de_tls.conf | 8 +- .../files/nginx/sites/git.l3d.ch_tls.conf | 20 + .../nginx/sites/www.backwesen.de_tls.conf | 2 +- .../files/nginx/sites/www.c3woc.com_tls.conf | 14 - ...c.com_tls.conf => www.git.l3d.ch_tls.conf} | 4 +- 21 files changed, 288 insertions(+), 298 deletions(-) rename files/{backwesen.de => git.l3d.ch}/gitea_files/privacy.html (100%) rename files/{backwesen.de => git.l3d.ch}/gitea_footer/extra_links_footer.tmpl (100%) rename files/{backwesen.de => git.l3d.ch}/gitea_home/home.tmpl (100%) rename files/{backwesen.de => git.l3d.ch}/gitea_logo/apple-touch-icon.png (100%) rename files/{backwesen.de => git.l3d.ch}/gitea_logo/favicon.png (100%) rename files/{backwesen.de => git.l3d.ch}/gitea_logo/logo.png (100%) rename files/{backwesen.de => git.l3d.ch}/gitea_logo/logo.svg (100%) delete mode 160000 roles/do1jlr.mysql create mode 160000 roles/geerlingguy.mysql create mode 100644 templates/files/nginx/sites/git.l3d.ch_tls.conf delete mode 100644 templates/files/nginx/sites/www.c3woc.com_tls.conf rename templates/files/nginx/sites/{c3woc.com_tls.conf => www.git.l3d.ch_tls.conf} (78%) diff --git a/.gitmodules b/.gitmodules index 6cac062..c80b581 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,7 +28,7 @@ branch = main [submodule "files/ssh_public_keys"] path = files/ssh_public_keys - url = https://backwesen.de/ansible/ssh_public_keys.git + url = https://git.l3d.ch/ansible/ssh_public_keys.git branch = main [submodule "roles/geerlingguy.firewall"] path = roles/geerlingguy.firewall @@ -98,10 +98,6 @@ path = roles/do1jlr.avahi_client url = https://github.com/roles-ansible/ansible_role_avahi_client.git branch = master -[submodule "roles/do1jlr.mysql"] - path = roles/do1jlr.mysql - url = https://github.com/roles-ansible/ansible_role_mysql.git - branch = master [submodule "roles/do1jlr.admin_base"] path = roles/do1jlr.admin_base url = https://github.com/roles-ansible/ansible_admin_base_role.git @@ -129,3 +125,6 @@ [submodule "collections/ansible_collections/ansible/posix"] path = collections/ansible_collections/ansible/posix url = https://github.com/ansible-collections/ansible.posix.git +[submodule "roles/geerlingguy.mysql"] + path = roles/geerlingguy.mysql + url = https://github.com/geerlingguy/ansible-role-mysql.git diff --git a/files/backwesen.de/gitea_files/privacy.html b/files/git.l3d.ch/gitea_files/privacy.html similarity index 100% rename from files/backwesen.de/gitea_files/privacy.html rename to files/git.l3d.ch/gitea_files/privacy.html diff --git a/files/backwesen.de/gitea_footer/extra_links_footer.tmpl b/files/git.l3d.ch/gitea_footer/extra_links_footer.tmpl similarity index 100% rename from files/backwesen.de/gitea_footer/extra_links_footer.tmpl rename to files/git.l3d.ch/gitea_footer/extra_links_footer.tmpl diff --git a/files/backwesen.de/gitea_home/home.tmpl b/files/git.l3d.ch/gitea_home/home.tmpl similarity index 100% rename from files/backwesen.de/gitea_home/home.tmpl rename to files/git.l3d.ch/gitea_home/home.tmpl diff --git a/files/backwesen.de/gitea_logo/apple-touch-icon.png b/files/git.l3d.ch/gitea_logo/apple-touch-icon.png similarity index 100% rename from files/backwesen.de/gitea_logo/apple-touch-icon.png rename to files/git.l3d.ch/gitea_logo/apple-touch-icon.png diff --git a/files/backwesen.de/gitea_logo/favicon.png b/files/git.l3d.ch/gitea_logo/favicon.png similarity index 100% rename from files/backwesen.de/gitea_logo/favicon.png rename to files/git.l3d.ch/gitea_logo/favicon.png diff --git a/files/backwesen.de/gitea_logo/logo.png b/files/git.l3d.ch/gitea_logo/logo.png similarity index 100% rename from files/backwesen.de/gitea_logo/logo.png rename to files/git.l3d.ch/gitea_logo/logo.png diff --git a/files/backwesen.de/gitea_logo/logo.svg b/files/git.l3d.ch/gitea_logo/logo.svg similarity index 100% rename from files/backwesen.de/gitea_logo/logo.svg rename to files/git.l3d.ch/gitea_logo/logo.svg diff --git a/host_vars/mail01.l3d.space/vars.yml b/host_vars/mail01.l3d.space/vars.yml index b061392..f35d6a7 100644 --- a/host_vars/mail01.l3d.space/vars.yml +++ b/host_vars/mail01.l3d.space/vars.yml @@ -78,7 +78,7 @@ weechat__user: 'weechat' weechat__home_directory: '/home/weechat' weechat__install_plugins: true weechat__use_custom_config: true -weechat__custom_private_repo: 'gitea@backwesen.de:l3d/weechat-config.git' +weechat__custom_private_repo: 'gitea@git.l3d.ch:l3d/weechat-config.git' weechat__custom_gen_ssh_key_pair: true weechat__custom_version: 'main' diff --git a/host_vars/mail01.l3d.space/vault.yml b/host_vars/mail01.l3d.space/vault.yml index 67f804b..e295658 100644 --- a/host_vars/mail01.l3d.space/vault.yml +++ b/host_vars/mail01.l3d.space/vault.yml @@ -1,254 +1,246 @@ $ANSIBLE_VAULT;1.1;AES256 -34393238363835643535663932383239613431326463353738393963386362333736323733323032 -3431376539303265616332343437386636323232633764370a313066303461383537623337656432 -34613164626163613435623763316161363966346534386231373132323630316365386366636536 -3930333062636632390a376664326261363662396239323932363332316434613630346666646132 -33323531383839633564313463643036303737363333343334343138383538373462343966366363 -37366633643133653730613433336232633865343864666663356636343039633739306531643264 -38633166373430643565353235333439306137656535363465663531636538663930313430313665 -66336635333335643932653536353231633062313630326364363636333865663034313166373734 -30316362636339656439333736396337313564393465373066613037613134373362633362383235 -38396330653061653865313964636364323830663632616439313230336465616364373761393135 -35393131643363353237346430633236393539346532666561623636623335343237653334343531 -36353734363639666333306362356566333564623066333330376439383838653434363831626138 -32613863623132353737623739343461646334393331343963663637383633653539623563626431 -37303035633032333439306162656138306434653863366132326163313337653034616563313665 -36323861323633386234646335386137363164333833646565326530366165333039383639323131 -38633438346533373863303365663363653462306331616534363363303239356363663062653865 -32623937373932646539663663663038646433643133333033663061376430393961366431663839 -64306530363234623663346239303730323465373163623163323363303034346161333436363131 -39336635643336636437393439303930383663663036633863616138316533666365346261666639 -37396438306161306632623634656533623231346331633361613538616364386632393362326165 -31316364623330373937333064326638366635373664656566393765616262383165353939376539 -61363165623061346130663937393833633335316663326237623337386465613737343135343030 -62336134616532656561303364306366363032616538386333396530386264366165326231376139 -65363737383034316630613535623431376164323134336562613038613665333430393364613361 -37393532666537356665616239616431653731613862343662376364633533303936656561326231 -38386237633030626131623232623839333333623963666362366231656433316435356634353661 -62646237663537663264666561623463666331636361306663383537336634363435663737656236 -35353634303763383333396463306162623233616565326663353765376436316236636365636338 -65323961613062613437323464356334303238353830353336366163633866363662623861633735 -62623666336362363761383134373830393261623635656365646635613936346365613331646334 -62303935386637316263323436303530343965383234373239363230663362623666663966353731 -64386232303538343836623139386265633930653263636262393562623738636130313861303461 -61326465363638653639653062373932303166343833623131326265356262383833666166306262 -64623135623635363336336237353737336266383534616335333163373830393163386331303865 -37666637383162353136376264663062666466646633366139663263633365616661666666623832 -31653932386632646432303063356464643532643862373132316339663762646133313963386666 -61343538386339393633336630366231656435346464333839353361386261643237393165653637 -30383232343638393634396362643465633139373635643464643365363233653334613166626465 -65353565653663616463346331666435623961356136623661663264386138376330653864666163 -38336336646261306461386663323366306237313633303935393531363535386532643561663333 -66323230306135326633393539346238363833643337326262623762666530353936316337633331 -64613665633139386136313236636430303337383738363263366630636232373337346639323536 -61366362326332393662623265623538353136366563303936383038303831396338636363333631 -37313264656165316164633639653665643430393538303538383863613630356164356333343139 -64643036393162613166336132643261633634626166353839666562393064626335363165313462 -37373638333035313861316438366536666664656463363164306330313066376663346362663565 -32383333336562326666633234303430316132373730643861376335393231323563626539386366 -31336364376334653039363434353265363630326438663535653263356630666565643463623262 -33643933663232333730323633616239363263353036336632616633653838303435373633353234 -62396362353538613065326364353836323239333433313763386539356362376266653565393639 -64346638663435656561653261356431373162613632653564653333613634333137393038616461 -30373065623637623531316630353336343065306634613137363531303063326636626162376339 -30393832633432373932653165663933663531346632616565383266613664656438386635303038 -31383337373136623833303166373263643964366264333138303765653638353663323062373366 -33383432386463366364636438306334623335323939663032613166353464626663626162623132 -38643363306463333735326238353835393964636534393035646262363735626465383438353034 -36343565666133346163623465376630633734313635363734633862316631356364346664633832 -39363132653038393433326231623531393337646561626532356339396164396635653365666436 -33666437366662383033363439363339313964666537303635316330303332323030323066343032 -30636438356161323031663435663735313166633665623465323436613133633333646539643833 -37333863336637633266323064623436653331646133363434346534363039663539613837633031 -38333036666265343030366131346538363262643634343939313330303639663138393665363235 -61353630313735356462323163616132353464333761353735316339333964663138653038306235 -64616431323265626431363063623231643639346431663132376132336565623165396262343039 -36306363623437346163323535363866633861336464633334366233346131336633653161616565 -63316237366465323630313139396439643237333836373833656262313262343430626638656334 -33626531666133656531343231306566626138656336373961396139636461643132666231663436 -61663761663965623761333639633234376661306163663738343430633966356134396466663539 -65306538386362363234643033623130326138633963663065313835663436653938333637373361 -32653264353630373234626363343836333437653561363334373237663265643038323666333063 -36343462363861376466333634323831376130613334376661376231653635656363363561373437 -34366236306362353130393534326363623664366165383736653165643430333834386539393264 -35626363613265393061643939363631616434326363613530343534376439643865646364616635 -61336237633039643738636332346239313164363164623833373737656630373066643934336238 -64626436613134663032353034653731346665386138623766313230336239616361613935323631 -32333939343061633863353239383535656365336666643564336666363936663536373463333834 -66616563613165346161623036643838653665346164313030663632326561656465383961646631 -35373334313363613335396166343633643363386562666230663563666437666633313532666238 -37633030396564613430306166303131633934326339393334343239396561623739656330633166 -34643164326634313231643635376364323761633937353332366232336135313839643831636134 -65623533346365323735343536356139383733613733353631383632393363376234616334336637 -37373232326131633834656164313630383237623637646636353837363337663265333762386539 -65633734323263333862643331373833346437336233636363333139383264663436346136656466 -33316632393434633333663061343434313031316130346631636561326162613834623865656365 -32643061643137323630386530376132363563383037643938313661663130373939616564346662 -31343763313566303530343233656562353134386131333630393734346632346463326637623964 -61616633646539393633363436386530313036376539306664346333343231383863663238306662 -30393631313765373630343139363463313061636537363138613561616339376532656536643934 -62613138653366616139356561316336646132666132643066663233626436643731396636303138 -65623637356564316537613134623335653932343336383632356139616564643530326331633536 -36663964303531396430303336356637306339373862636164653939366661303839626138366139 -37343061613136306434313536323763633839656661373832643931623932633234326166393264 -39656137353937626530336563663032633863626336366437386237663864336335346661353137 -31623339613139316663353435343164636166336537303034643334373637373433353466646263 -32356531363464623636656233643130353230353033356161623632633961653333653631363931 -37636233613663366438613932613831663131376637306562633461643063356634653835343862 -32326438363761666333303634623337343166363936646161623631316265616266373238643638 -36316332333030356435356336346132623930623233383837616530616435376362353730613832 -37356537386434393364336139313963356264623162653137343264316564326335356636623938 -37323132633032353832393266326132333065623264396538333339306162376665636163383163 -65656465323035626339626439306632626636653266343136343532646666663033623063313837 -66656133343161396332366433663638393264663132643136653665353538663263376135396331 -34336563333963326462343764643966656365616534363963623839643363633162336535393365 -33333631326536333931313463356537323764633762323238653436383662613664353761363032 -34666466656465333161363636373334663965656630663361386264303038323635396532633134 -36653765313637386136356663303564333464343839356266323463643731663631306563363831 -39323234623365356633633437343633373831313266623639376439393938353061643231393137 -39366139613535336666613532643538346337333939336433393365373661323239613637663335 -64383065633739333261613863333535383035316263353331383433386637306661376536393664 -33643139393431323137326434313066653231643932346362623334356462396535343234306330 -36653936393938373338393430616137333066643033326334333162366161333230343866373632 -61666439633530363339656239336539663634373631616636323837646230336335626534613139 -37326639636139323261343831353638643634333536353039643134313936373930663362373635 -63313162393865386438373865653535306632613938373134366437313266376438663839326135 -62656364336261356236376464376133653636366665383666666165323530336139356666303461 -37323661356336656431313232323732393230383031313666336163653864343130636663656662 -62656236303030653730626662383566333039333938656434383561633263643135396435323138 -34383733626537366438663632616663343138363833653666616536366439653939383234653831 -31363939356536663662626361633462623266616565313332353062353863343938623066323935 -64343662386561393763303835643635376130653438663636623866383932316233636530376635 -35616661383161613537653939623164373762353231303062613935336161353832306363366461 -36353462646139333339326637626331333936363161356537636133363534323365656133653536 -37666261376435393331333331356632363062356161346639623933323230643939396465646163 -36396138346638626664346465316633396465633430303162333039356533353762643532666365 -62636263646536323431386565663563383862633432666566656234616539396139653537313236 -63643031323033353839396139393739343330656234636666613164623761653565313763303062 -61323531653432626433393130393866633533313931663864366235373664646434663230333931 -62353966383934613135653961343065613236626663613966326333333737363133393832663538 -38303662386234313035653831336338373061306266373863386338623832373264396339346535 -63633036653163303934326162366638343236323763356233313263303033616638306639663732 -33366530383639316136623662393735333631383263383965616538653736643236643462386366 -32303263393963356261306137306634356665313037306261666365326337386331626532636435 -34373237363166336435643534613731366466646465373432623433313937353734396337376534 -37623764613338376665633963326565633533386565623539393561333133623638613866653837 -35633965353839376163363335366637616336346335663465363537336661303439633734393262 -33643636656532653335633136663535366161346663663538313966383561616335363466383162 -35343431306431613539326661646261616365393361613639333038343234386335616139363163 -37326131333062306265383862326130356561663462353563363736383430306134663533663731 -34383936356436366333643562343862366334353561623965623634376265306233616661353664 -39383334326536373030343066333032343433326262666664353637366632376363623434323364 -63306135333331633561636332373965376664336665366236353561383934366365313763343764 -66636531386463353661333537653962633962343063323037663238623337326666366231306435 -33333833316436386339653838633538363065303239633637363231393531353861383366303138 -37663162393539336565643864643036643466373839363066353838636164356433323262363136 -33656433323661333561393137333334313437663537323239333139663338306331306661386639 -30343339623034363066613331333563636665393664396530666564616663336166643066333839 -65656337663437303463353961356335323964303537396366663734666132666139656164306133 -37643237313135323435336333663866363133653136636138333235663037343334306361396330 -33326336323633666133306430613561646530613030383536393536353365623863386235393561 -38323866306266633162626638336334363832373638656338353230313964623530336533333236 -38636137633734353934316232313936323866633832653134336338373636393434373031303735 -33666238336664653261353032636330663033333033353030646234373264333733393063623530 -37366337353664356236336436346232396438303530656230393562336133616466363339396561 -30336433383634633464383263373138616134393832643933343733396434303539326565646237 -63383235366335316564663735396332313430653136336139366135336136326634326162373633 -37396139323961633531636232643761613332343437333965653637636338303131613231353236 -36336165613532366437306664636335613466336261323462623438336432633137656139333762 -37636633393239303866613539313233636133636464666663396339643133643636326532356437 -31313237396365353261366633666431393233656465373036646633333432366264663431313431 -34373666396533353635303539626334383336646631663762656362313134383862383839353937 -65653463393539313036306333316131333230306137386461393362303337343636616661303263 -61656633623339383331353438613932643062633962336631663934626536326132356362363336 -34353264363234373534633630366233626438393466353762623761363931356133346639323339 -39366535656235663861386232393065633463656531313738643232613833623064326530366664 -30663061323032613136313163656362363063383461323062303235396661353738363030303836 -30646434396438373163366433626165383639666334356661333764366433666633376136666433 -36313935663063643036393433626238656433363435313865333461343966303164383733643833 -39616132343730356662303233663632353663373939393832323164343062656461363432316364 -63326261343466313139326235386134343661633864383635623962353034383664303065313233 -30663163633961366164646365366561663137326366613537333137643239383666353330653665 -61616432373832663663346666323030323666356235663237343661666333383433343333376563 -30303336623031366431386535336461646462666331386538643338336338373863303730653134 -30356537396663663734393666636566613635353735306661303838333565636234356139353361 -33386561336530643030343339653534333638383832396239626266366464333532646635643337 -37653837656362333139653832623632353737386433623637353362303962393535646362663937 -32633838326665366262396437396131663132313165373938353764373837323337346266633134 -62303966613866626532376339393337633761373536303933353163313939343766666436343131 -35323263356139633538623334333563643737336130383464613331663639336436653638336463 -38313430393735353462323066666337646364353061393231393633633863653430613131633336 -30653464636238373636653534666539306234616636613530636361623231376631666631363663 -30333637366161393365383439303362343536353636356639353536383135383535373762343133 -34386662326636623736303334343433336166393064336130373962643630366536386463303161 -32636266396334663630363764323238373362373861646632396535333736653665353939373765 -63393265303837646439373631353664353739386165323561396365633631623163333166663738 -65666662333839316466346562653661643861653239663031353461653366636436373137376662 -66323135326333633733656164313536386139316333653761333136623435333964363735663433 -37343232346363666637663533363431663465333831613333356139333235346137646537383664 -65336338323830393664636136633630353566613662613631643732623562306633386638343261 -63613133306166643832366363623363333464333838336137326264323336623262613161336439 -36376162363564366330643365633731633065636362666131326163636662383036613065373732 -35323239363462666462353161383939323339343439396464306134316665336333343336656239 -34373531346532633934643832636662313464616132383132633039393735383364343838343135 -62373063373635633563356338356363643630366239663765646335383163333430313563663436 -38666430343165343735616231643963336561613731336534656262316131613031663930643530 -32343039646662313563633533373532366238366361636166616433383732363837613433633064 -63303732643830366262666261376265393537613862323231303933306662343037633739393163 -31363964303561386535623266643361616435303031303335376237363731333430383132306638 -32323533646163343837373963333135366565623063396536366434323838356364353866393864 -34626662653636626665346638356261333732623632346238313939623566303535363463656462 -35353836623535386565333763303761373263633964316661326238653230323035353166356639 -35393233623936356535356236663638383238626630623034343265623930336533363266313432 -37336332393064663464643130326665333361613266356537623433393434656136343536633832 -35386466356161616139636264636166383932376236316562383830393037663262333633333862 -31303065663161613933333263313964333662366465633039313331626261373135633766616637 -35663836646333316339343036646535616631663230653564326132623031636164326162336432 -31616564383533663434623861373362623039656462373130613334386630393833383237396133 -31653865316336366539613163663265613937343766303939653466393934326632623337306661 -31653035663535333965633464363138336630353764643138383832353939653863323836376631 -62316164663332653633393261346431313664323463646466396161323566313136666565643263 -66623761646662626433353933646430373631346666636561396462343364366339353431613264 -63346162633438646338643262373866343834333465323633656334366461663863383338646564 -39343438373361646531383764333432643366306163663534646131643731303164333262626263 -34343136316133383038656139323431356235376335373737643134396165373239323034306137 -62313332386436363531643336613736383365643236633164316636366631643339626438306161 -35643235313862376564373534306432663530353466636534386135393532323833363166626566 -62316433333439343234356264666664646630313535653937646336386366376161643631386563 -36343134383832666263626637376563343733616239356134363737353765303235326537663064 -66313365313831316232373130636533333034666537373234306332336466633064303063373266 -34643938303665613636373566333632386361326233613635366364613431613864656330393566 -31653266323138623765316539333564336362363230656639313039373662326564623237386365 -61653061643935326161366462663130613463393738653235316266636566376230383238343437 -34323636663863656566376436376562613361633561373439656361373965303030343233346163 -64386239383538656633336437613032333830326439646231656437396534366139613636306333 -63313861663530323832333833613164663861386136353933376661653834623339646339393636 -34666436363966626238343664393364633861323939336630303238313837396363346439386139 -36346537336137396662313063646237616165393538626139396433643661323533386465656365 -63383965383439326436396232373833666333343765636561346166323034656163393962633438 -32313461343839343435666561323562393464666637373633323130303362656337373062623536 -63623763373938623864363864613335663966393364356362303664316234643333303336366332 -35623439663539353436366237343633653138623339303862613236353835633664303539316138 -65356237663561653463376262303066343665663938373038343436393666613235633563373231 -61393636633563343965613330393635316333663664383536633331393633363163663163633137 -64306533363437646536613133306163313365663935653337323237333439376639383038323737 -61393332393232333830313334323536393438373031356364316662663966363937326534343362 -30616632663330613366633161396564386231376161316537643630303337353334356430323331 -31393434616264633634623038333563383635633663653835633131316538373334333532383032 -66323131363435326536623639376336633264306330366466616463616464353832336164326330 -35336430383862663364333766643436626336616239346634343035623966363131613064326431 -61363265623030366531323561373263373763633332396339663830653538613932613161346439 -35353963626339323039323631386163363737663963663335626334663534376432323733633333 -35646262636463323163623762333465663965373563366331346237353331653535376430396665 -32656261353233636630346235646135306361346161383231663662356233323236326136653864 -36656463373934616636336536656163333732366332376163313337336361613436373234626230 -64643261633234623639653265356438383963363037363362396464623065336239333234323363 -33363236636233393066616435613931633138303633346332343838643965616564316238303762 -61643964336361373262663264313937613234633232363337623361396263346361663630653433 -36373933636530646237666337313538393266393361636637376334326462616338643230616464 -31343437636532363535333637396537326233326432383534326132636239633134666237623433 -36616365303362396436356434623165396436616132383762643839626632346436303330336436 -30363231393465333738326136353438376432343332653761366532643834343732373738373533 -62313434316339663734373163353132326362653530613363633030343339323464653363376361 -32333561343262326637313463386531376639623466396333333964666561356434633564623261 -3664 +61303238626539393139643865613134303831363264393535326334346562343861343365353439 +6131616236663434323561393438653336363733373966650a366434323930653131643739333662 +35386437663566643934393265663564343936353433363532353337666235363366306131393635 +3161303431373932360a353439366166376566396265316166376236366437636138386432643833 +34663935363066303265623738313964373462353233623065356264316133393464653832643364 +36633632363062316234653266326565623733383538663235353236666664363730303139363963 +66343736363237653837366261346161613630366633353135323739306532646632393232306331 +64643030373733663238623437346536663862613530353137383230656434333366373864646237 +34366362396537303636393761303935663335366339306434373136356130333131383162366265 +66376463306136386331346463613763313433313239336261383066613838393334646132363337 +61316662623532643766636162303832643662633331343764326434373632336533323338373661 +38386437666261616338313536646434626532396333383636623961623063373333353164363036 +38353436313766343831353166313433626630373432323834613736303966363166313666336463 +33383862346530313737626333343435316666663362646665356631363238396663643463643131 +35656133313262363161623964633463303331356365643932363631356630316162353566663262 +63383430653731383937356336333937373032393431313230663333306538393434363733346638 +32363030386535336335656664313935316337313430333135306635343664613132623138393465 +62303030316233303930633932323332653336313530363537316231386534346633306631356130 +66326561303834633063366232383934326137316632613365373464376235383338643436623963 +62643130346433343138333336306634366130373939323061333436653862643661383164623935 +30616433346631306138646466363039393637376237376630363061653635623035383366326665 +33393635663535386338656162326637363163393334393536376337623165656130303561383865 +32633539393433643362306231626438366636306164313766656131363038303730646434396365 +38626566383665343536643034353234323239616537343838363338323364363161313333613633 +65626331363764373237383765653138313633613365313935613039313137336130313532343436 +33633266373063656138353935643063646130323537306136346233323361383834373963336133 +37346662663530393432393531303033666462396534356266383266353261663662366332366437 +34396536353732313065663735633535356133323563663665613130313230613634616561333638 +62353032636332386238393365383664323138373864666562373365656437363733376166343536 +66623363616630383631333337663764643832386165633864393332396165383862396465313162 +65303833323365613938326330376537646661393032353261623038373562386635613538303438 +32366436643264363736313939633734633835343333393834353365353538663631393462313333 +63306136333864303333383265333737653635376663653736303666323565626137363565653762 +66326564326639396163346130623935653065653434653839653036386530386135613232336239 +38343235373664623439373635326166336431353931643634343030613465383834616334343631 +65366230666335653336373462393737346132333966323466336563336265643861366366623131 +61343066663435663464653235663436333034393535333734646639333461363739396262636634 +64386633386635323062333933643731353265636461383461363334383066396632383036383535 +65343833646563633936346137666633363864343163356537376138306433393533663333656165 +61656537323862653136383265626362346265353334633339653035643662316631646131643232 +36666330373534323538626430356563323130613164613739383036376663626130353163663332 +35663533353863646437373663376164373965333465656437633864316235663637336237303231 +66643035346133653231356263623632323530636266363633313137383662323534333038383961 +66343666336164376261393061306430666633383337663862616364393835303862626462366333 +33623665336665326564383231393065323065633438363564616132616337626137616364303138 +31306138646665643630376663653334333061363763303062313736313166303832363730386236 +64373661663031363838653265633532653633326236363433366438383336356539363263363836 +30643139326235636262633363653835326165653531346564393433636233663563643264653132 +66393063663935653838343930383834656466323461336363636631393437646638626237363234 +36656538363239626633386430363161333262303135346532383333393161356635393136303634 +39333565343563356631343763363037373662643562316133643336363663646265393232383336 +38353135316634643964636134303662373562393630383331633639353366386432623662363862 +64386262306131363462396239373265363239393038656662643164636535346332326566353137 +34353561356237343165613431373362393732613931306133663235643366646637333061636361 +61393832336432656133626239666164343565636262656531376134356662653639343539373137 +66323831346530306662386633633761663566666632396133636131303731663864366562633463 +35326365303639663739633039626163363430663531623863656233653735316261623930396132 +37336662383032626166396231666638396665636161346237323032303933633531363263363230 +34613739646234646465626131336564343266623730393766306632643138656465326133316232 +65343437623036346639366165656464376465326631616132643664376433366335366636383061 +30616330366438326430396565376636336130616266343836326436376239326265663735666535 +30656162643436643764383732303530366331653930343536666433303531366162356633363062 +37393436656435643332653039373531656232366666346565646665306564656634323438353531 +34346633626338656464656638343537333463353634613337383235616636306335663733393036 +65313231386335646438326330656430396261323532313430316439646263313438653935373466 +32333033633037303865376331366631386362383066656665326664326539633931623666396333 +61636131343966356433643737363162383238313962366330363966663965643764356561343635 +34613131623065643132346330626133323265383366646532613030633632333332666165643261 +30353065653131643737353365643438646431333564613632373338613639393364393561346163 +63663338613131313561613863363164346666373433643639656437643436306239323631383936 +33616637613732313232666635366465383238663838333966326637313036636165616433373138 +66623263356539393530656530646166306161393836373132306534626536333261303363303138 +39383431386233303661626461353730316636366635326336613235393866303933373261323863 +39323630383064336664383463666661666238363463393037343433343164323432343363363035 +32646538326136343366636462313536396166663563333738306662373239666631646265663432 +33343237323465623135626264376135666234346332396235336238373330323664633431383566 +37646332663531323534363965316438336338616166393064613034356264393662343430313164 +31303532386663646436313834666565613536373131313332623761373561323565343961333934 +64323866646563313135613163623639303730313732343763393637623466653965326131373831 +31386435306136333763313038636534376535343332653463363130636132303333623662333039 +34306536343233333830336530346261316663636336306464366436623766343333336365313262 +38643737306335336631306364396338616331373436323639616162333366386336656164623530 +63643463633264306536643564333936623934326461343834623063656262653631383965326632 +61623235616237383762383863646361656464333838616366396563383532383462313533353866 +35316235656461633239653361613934313862633363666332656638653537306334663633323933 +38636664613732633164636632653664356130396138346366393064656165623461306132393861 +62343035313662653534646462383763653935363136363763626461333264613231353166356537 +31373635653963396261633433663063323734323961356639383662643230343039353433316137 +35636238623863363938393732386531643662666632656534326231353434396633643433663061 +30316334343862353739396230363134316265333032623039663834623264623963623936356162 +65653834353338363333646162323330343930343965333363363465303830623066323232653636 +62343531393265643033353561373332623063656136393161336232353238626430303539653735 +31633434636531343366333733666135313839643339313933373465343966386531616562336463 +30666132666439613264663131616661633166393466386331323232393934323066646632373964 +65376661313863383133666635393936333535366638313162306661376461333530376463383830 +63346533353636366165306436373232373334396334623066393134633166666130396135323538 +39393534323336346262616235383538386165343031653831363239316164626539343534653433 +33636338353033383863633166346336386333323834666437323238366434393061366135333962 +31663665323338313938396163633531316337386131633830363933663734383264346538373663 +61663139376438356334656130363663313236353435663533373635636563653461386463323031 +31386336653833643332343961656130343664636165613839343163343963373635636535373632 +61613238633734643537333864636666643864313663666265343865333863373133336534636263 +64623034363530323762643535346539316562353864653264363662633037636465323237643733 +39643133373433333564306534333663393838346135663734653833646562303361363937383763 +30643033326434376661363933326532366539346631353633666465346236626538636261353234 +30336330356438313231396164663731333630366436623630353963623861636232363739376633 +62353462333033623538333033663334373738653732653332396235336463643230393632626163 +66306539656532313933626331386363303965656639333131316463383639656634633132616635 +37613831636363356566343534643265623738616237643030343737316531633832343664616265 +63393566396266623035333938383439653666623536373538363236353738316638636639633237 +65316631623762653662323934313162313837333264656361393564343835663166653432633366 +38623531663037333232383133663039346363373238623435393264313431396662383563383736 +32363631306261356563373534633365383639643930626138326265623561366666306437333732 +38383330613331353538656539393837666133666230393162353662353462386135656330623536 +34343134306666343739643365646639623161363636333738303961623739346661646132343761 +66663738323731383663613862653231653732393739353365373965633036353030366438383363 +36666436366234356637316164613866623966623433323365366435616335623866386130366430 +65386137376230623837313338643062303235343536646338333265653462326462663932373737 +32396134363061316333373438333565386463363835326362386564643563396533356261646530 +32383666333631613935383931656235323464323531646232313937383734353832376539343664 +65303563303431653261643335393433323666316336383061656432373465353437396363333438 +30366638646137626233643431383432613864363563316665666361343639333463303961363636 +33623739383039613839366536363135333430363931343433333463333936323362656465623533 +37626531343938393533326661363038646235613562343436366162643833373336363033393733 +61366336663063633264346339616133323466613534303939636539623263623132336565313736 +30393663663037666530373135616661653437303464356365663833303765663034326564353664 +30643662643962613464653033663038656565336265633834663333346134393033663163646664 +37666531636634656237333862316637303935356266636662366561663838353834306565383638 +63613261353164366366313531656337323031303136313863393336346335346236323462373466 +37656430343032393137386266393234386237323161666136616564333962623337613232353438 +61633965616162643337646536336563313436303135303338343231326561656634343439366131 +61626537383666373465323034366565646337383933353466313039646437633665633861653864 +61373530616365636265393638646266616461346331343937653262613530663166613763356138 +31333261666563366335373331633866373830656135316230333937393135623563383934656163 +66353032306532353238306265623764353861303737363365313534656437326138316338343138 +64383538333734653539333131616132393537306266343039363934383366633331656266636232 +61373664313432666632663862366262646562306163333862313330356164326130393131393363 +61396266346432326638303134623633383435666234663064346462313866313935323234373961 +66313065393034323338656637326139303363633832366331383633666665333430363133653430 +34363039333831643534356364633065663735353937343738353264343637393364663035663737 +63363430343162353438336633336661393565643630333864313832383762663563313939343561 +61623131373736643333623766613635303365353939343866623132343864326536626435356263 +32373032643437313236663733383939313462633138336430626432373233326630373062613335 +37623161623661646432343566643432386365363064316663383432343265393763396438663332 +35393532643461373338613261366130323162656536303533343038303837646266346334646266 +62636134343930303730656339383332393061316434303664373833373831366636663934646533 +32393432626136336539393463653562306135393633643332376364386335643937316664353334 +38366230346264386136656364656431623063343830383431663737383263363333316162376463 +66646331346563323033613362336335623137363863663964373833623433306265343334643337 +64616566323230616266303031633530346461333839376165346537633130656636643632663937 +38383237333039363462353132356333363461386432363863353365333433616161373536343939 +39623636306136303439316333396434323264383430613265346634363235663465303234633231 +38626639376234653630643333636131343537313532323865626637643862323861636162313365 +34353534616363356366633030666138643036666266666661633836393162366631396561356331 +32326138393932653733376636643262323939643131326139373637323662393462343437323939 +62343534313264643531336162646266663864636239383862313833316663316632633232373334 +64396239666663366233393833336532333763356436393233646638373934373265356430373532 +38343736653432636136363939396432653861376639643062343233623033363533616539306436 +61613164656231386133333061316666356134326530613732623332623335373530663264366237 +34616334313764626662333066306562386533613564323666383461366265323664363932323635 +66313636623739396566613566633062363435346565636532303735626130363165653834333934 +31313765613466663963316632666638376237646164323235643061313139376638336339356164 +30373861363466326365363837343231376433306635366630356166363334363263616236353162 +32663639333336626261303164643635326534376136383865306364346234363330353762656136 +32663565303735396666366664373431313038383431623734363365633961363533376564376438 +66393063343039613939376364376638623132353732383135613965613031323164333135366133 +36663035396563326433386333626131613963643434373965383061356432636265396630663735 +31373832653839646139356531343262363732633036343832613734303136623834613835326364 +64383332353063623562373964303730656137383334363332313438373863306535303233333666 +62383564653638323931623135303862303834326433646261623433383134663234373938636561 +32313863663837343064623839396335316465383766396166653662663832353832646433666633 +64656537343030663632613939323137386336623665633036353937313231613439623537663733 +32383431343031393132653764313233303966333133306666336161346230653761653636636339 +33643431643336656237353238326335613964353539346361396334343035393530356633346438 +65346164666232316436613261313263396639313263343862643536653534616534383435313664 +33306336363862643566633762313662356636396638633732346665386135326336666264396265 +39336235333533313431653033323661663462656131656464306633613634383538363030656166 +35623839616335643961356638393761306632306531626637306539626639386434316235613766 +30313163666463316432333838623166336337396330373830346364353833663762303632383934 +64326361343461366461353931616163356635366337343438656136616666666336306363376533 +62303131616565346266643662383663363266643136333635333435646636616635626262653235 +32656337396635396432393062643762386162653936363338323533323533383562323932373133 +66636631386266646336316361353734653233383338323930666132336337356264316139336637 +33353332343638336239323530353866313037393266326232623463613836383438373961316662 +66636635643239633534376530343736306539633132636135393830313764326339303730636565 +65656233356465353437343237353161376138303736316235316262333964616564386434623764 +33306462373331353833656466313131366566383335383735346534313639653731643866353438 +31353734373330663636316137376535393339656136336261656134643237313235663339396665 +64313135633265636634383030393664346266333934373630646366356132643161303362393034 +38623838316635343935396439346537313134333666653930343666363030346264333963633935 +31613631386464363730613536393935303665363230333161336538396666323331636462326232 +61366565653832326432376135373338393961373138353035323936363330663930643337616139 +39363762653639346436623038326438316333656636643066356432383939333737323062626161 +38366134306462653262633337613833636565386231396266623066393036346562323563633238 +33313736316430303931616432386639343966346163636237393433366331333637356132623338 +38333365386639623965366632333233613939316563616637633663373737353763343238323362 +38393164333931313965343563613763366236386335666264386236326236306666653134653233 +31643064336366313931663564643964316564373136643430626463363235326361306634353765 +35313837363830306261366434613431656233613064343236356233376236373838623833303463 +66303535636536366634323739363165626536383463313131633265333230363065383762313866 +63316337393162336635323662383232393962376231343164343238393363346466636139666339 +39653139373833366365616563663234363962356465313861366165633133333139643235336263 +62653763326534353862383633323130396638613330643836343237343365343531353063323263 +62323663316436393938316265386265363531376136383535326162303830313164373233393461 +36376662633966646262333034373638396237666564313230356337316365633634653732373531 +38383134313163613965373134623630616432663732353134393739306339386364393533396539 +61653065373634653861313831333932613231346436633830303466633735343665313631313961 +33356362623832326366383538666238303438366638343065623034346562626462616234343337 +34666563376264653931353264353237663730386563656363396631656139613432333133626532 +32336662613133643464663662643635666635303638393766396162323864633939356664356234 +36396133323366376465396265613035326263396364323338326565643966326630623663346336 +31633636303335303637376131616335663862396132363933653738383639653264396566653164 +34646131376238306436396363646230316439626537653163663139306564336633663738636463 +30373066326233383633383966353361303634346531316535653634613366636331613262373766 +31393437333332346266646337643466393435643533653134336333343838626364616363363739 +62383439373465633837623864623666653133336239316139316663396166666432306432353732 +64653031633761376431373931643537663838623062616239306332666535363730333965306463 +31336132383765353464363465633134643065616164633231333731363331343564346530643366 +36613530316132393837643163313762333638323137363761376465396561386539373165633966 +34643166313639646235613266393361346163306337626638333033323063633366393539613734 +65366332666363376231306263356631616335613630386430666231313233336431643562333832 +65656162386464393133313665663966363030306561653962333539353731623635326336373161 +38666532653865643332343261343233643038316232376166656133353963613437663034393965 +63636538633861623363613637346238306162666233643863656137656233656136386566383763 +65393963633161303030373165323965636530366563303733666235353538393536303334363362 +38343161396332616430393936666436333634393261306461366163333466633735373165316532 +38373630366661646632313532623132366265383632333263326130336231363934316364623863 +33346138306534306531323434633832663464333932383231366163343137303932306164643232 +63643862623035396534616361626534336332613635346661626131393865656138333234373837 +33643533356132353537316537356664636638323738613263386434303333363432363264616537 +38313634383930623834396539323463323533323534363439303038303462626537666539366337 +62333638393866363632333730353330363632393335663065363563656235616536653434636332 +33656535623439313236613161346162613166656433396565336463646434613161353463656662 +36646230386566316362656261333939643362663066633138653531383361303065303164626331 +65616530623533656433316139333965353830646664383564306366383035303034616564376335 +38356534393062303135383865313731643064366462333832633938353932383535393437646536 +65356134646664383036343034326134313437646334626564353836326661653232313136636631 +37633734346332393537653965333631353030386434303665653233313736643863643733616661 +32316437653830303431653037643466666337333234383238303964616661653366366234383333 +37386137616630303563656430666364643466663861366561613964363464613638636263643766 +33613566626532306365636333363534376365633334386364623061636363383133326361636436 +66383034336234373764343537616133333666646166646339666232366630383933363333306265 +65666639303463376261663436386664356331613462663239326162363334383231303939343735 +64653232363938623132646636643732373038656262613833316232386138363734303430356662 +3635 diff --git a/host_vars/web01.l3d.space/vars.yml b/host_vars/web01.l3d.space/vars.yml index acdac6c..ea7bcef 100644 --- a/host_vars/web01.l3d.space/vars.yml +++ b/host_vars/web01.l3d.space/vars.yml @@ -123,8 +123,6 @@ nginx_sites: - name: 'www.c3woc.org' - name: 'c3woc.eu' - name: 'www.c3woc.eu' - - name: 'c3woc.com' - - name: 'www.c3woc.com' - name: 'c3woc.cn' - name: 'www.c3woc.cn' - name: 'waffeln.eskalieren.jetzt' @@ -156,6 +154,8 @@ nginx_sites: - name: 'www.einhornsystem.de' - name: 'backwesen.de' - name: 'www.backwesen.de' + - name: 'git.l3d.ch' + - name: 'www.git.l3d.ch' - name: 'files.l3d.ch' webroot: user: 'files' @@ -165,7 +165,6 @@ nginx_sites: user: 'preview' - name: 'waffelpate.de' - name: 'www.waffelpate.de' - - name: 'www.see-base.de' - name: 'xn--see-br-0xa.se' webroot: user: 'see' @@ -194,9 +193,9 @@ firewall_allowed_tcp_ports: - "443" # gitea settings -gitea_app_name: 'backwesen.de' -gitea_http_domain: 'backwesen.de' -gitea_root_url: 'https://backwesen.de' +gitea_app_name: 'git.l3d.ch' +gitea_http_domain: 'git.l3d.ch' +gitea_root_url: 'https://git.l3d.ch' gitea_protocol: 'http' gitea_shell: '/bin/bash' gitea_lfs_server_enabled: true @@ -208,7 +207,7 @@ gitea_ssh_port: 22 gitea_require_signin: false gitea_password_check_pwn: true gitea_actions_enabled: true -gitea_actions_default_actions_url: 'https://backwesen.de/' +gitea_actions_default_actions_url: 'https://git.l3d.ch/' # gitea db gitea_db_type: mysql @@ -224,10 +223,10 @@ gitea_mailer_enabled: true gitea_mailer_protocol: 'smtps' gitea_mailer_smtp_addr: 'mail01.l3d.space' gitea_mailer_smtp_port: '465' -gitea_mailer_user: 'git@backwesen.de' +gitea_mailer_user: 'git@l3d.ch' gitea_mailer_password: "{{ _gitea_mail_password }}" -gitea_mailer_from: 'git@backwesen.de' -gitea_subject_prefix: 'backwesen' +gitea_mailer_from: 'git@l3d.ch' +gitea_subject_prefix: 'git' gitea_mailer_host: 'mail01.l3d.space:465' # federation diff --git a/roles/do1jlr.base b/roles/do1jlr.base index 00fa283..b0c817c 160000 --- a/roles/do1jlr.base +++ b/roles/do1jlr.base @@ -1 +1 @@ -Subproject commit 00fa2834959d2279cf44b4dba04c760c3d1bcc42 +Subproject commit b0c817c68105a5e4ca12a695e18e117918ba8e42 diff --git a/roles/do1jlr.mysql b/roles/do1jlr.mysql deleted file mode 160000 index 32633db..0000000 --- a/roles/do1jlr.mysql +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 32633db075c8e9301895944dacaf843712f841c7 diff --git a/roles/do1jlr.nginx b/roles/do1jlr.nginx index 49e20ae..e2e4a10 160000 --- a/roles/do1jlr.nginx +++ b/roles/do1jlr.nginx @@ -1 +1 @@ -Subproject commit 49e20aea531ae2550222f37cb59600fed2e38c10 +Subproject commit e2e4a1059508da25ae76228e48308ce3182fc4b5 diff --git a/roles/geerlingguy.mysql b/roles/geerlingguy.mysql new file mode 160000 index 0000000..e1d4652 --- /dev/null +++ b/roles/geerlingguy.mysql @@ -0,0 +1 @@ +Subproject commit e1d4652a927cb2be46ea1fb682a0de95e81e80e9 diff --git a/site.yml b/site.yml index 61651ef..752c1d4 100644 --- a/site.yml +++ b/site.yml @@ -34,7 +34,7 @@ - name: Deploy web config hosts: web roles: - - {role: do1jlr.mysql, tags: [web, git, mysql], become: true} + # - {role: geerlingguy.mysql, tags: [web, git, mysql], become: true} - {role: l3d.git.gitea, tags: [web, gitea, git]} - name: Deploy dns resolver @@ -50,7 +50,7 @@ - name: Deploy mail config hosts: mail roles: - - {role: do1jlr.mysql, tags: [mail, mysql, mariadb], become: true} + # - {role: do1jlr.mysql, tags: [mail, mysql, mariadb], become: true} - {role: do1jlr.mailserver_preperation, tags: [mail, mailserver_preperation, prep, mailserver]} - {role: do1jlr.dovecot, tags: [mail, dovecot, mailserver_dovecot]} - {role: postfix, tags: [mail, postfix]} diff --git a/templates/files/nginx/sites/backwesen.de_tls.conf b/templates/files/nginx/sites/backwesen.de_tls.conf index 7fd80f3..3118bde 100644 --- a/templates/files/nginx/sites/backwesen.de_tls.conf +++ b/templates/files/nginx/sites/backwesen.de_tls.conf @@ -9,12 +9,6 @@ server { include snippets/logging_{{ site.name }}.snippet.conf; location / { - proxy_pass http://localhost:3000; - client_max_body_size 256M; - proxy_read_timeout 3600; - proxy_set_header Host $host; - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Forwarded-Proto $scheme; + return 301 https://git.l3d.ch/$request_uri; } } diff --git a/templates/files/nginx/sites/git.l3d.ch_tls.conf b/templates/files/nginx/sites/git.l3d.ch_tls.conf new file mode 100644 index 0000000..ee6a949 --- /dev/null +++ b/templates/files/nginx/sites/git.l3d.ch_tls.conf @@ -0,0 +1,20 @@ +server { + listen 443 ssl http2; + listen [::]:443 ssl http2; + + server_name git.l3d.ch; + + include snippets/tls_parameters_{{ site.name }}.snippet.conf; + include snippets/tls_certificate_{{ site.name }}.snippet.conf; + include snippets/logging_{{ site.name }}.snippet.conf; + + location / { + proxy_pass http://localhost:3000; + client_max_body_size 256M; + proxy_read_timeout 3600; + proxy_set_header Host $host; + proxy_set_header X-Real-IP $remote_addr; + proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; + proxy_set_header X-Forwarded-Proto $scheme; + } +} diff --git a/templates/files/nginx/sites/www.backwesen.de_tls.conf b/templates/files/nginx/sites/www.backwesen.de_tls.conf index edb4d74..83fa016 100644 --- a/templates/files/nginx/sites/www.backwesen.de_tls.conf +++ b/templates/files/nginx/sites/www.backwesen.de_tls.conf @@ -9,6 +9,6 @@ server { include snippets/logging_{{ site.name }}.snippet.conf; location / { - return 308 https://backwesen.de/; + return 301 https://git.l3d.ch/$request_uri; } } diff --git a/templates/files/nginx/sites/www.c3woc.com_tls.conf b/templates/files/nginx/sites/www.c3woc.com_tls.conf deleted file mode 100644 index 2964fdc..0000000 --- a/templates/files/nginx/sites/www.c3woc.com_tls.conf +++ /dev/null @@ -1,14 +0,0 @@ -server { - listen 443 ssl http2; - listen [::]:443 ssl http2; - - server_name www.c3woc.com; - - include snippets/tls_parameters_{{ site.name }}.snippet.conf; - include snippets/tls_certificate_{{ site.name }}.snippet.conf; - include snippets/logging_{{ site.name }}.snippet.conf; - - location / { - return 308 https://c3woc.de$request_uri; - } -} diff --git a/templates/files/nginx/sites/c3woc.com_tls.conf b/templates/files/nginx/sites/www.git.l3d.ch_tls.conf similarity index 78% rename from templates/files/nginx/sites/c3woc.com_tls.conf rename to templates/files/nginx/sites/www.git.l3d.ch_tls.conf index 03c649c..14cdc0c 100644 --- a/templates/files/nginx/sites/c3woc.com_tls.conf +++ b/templates/files/nginx/sites/www.git.l3d.ch_tls.conf @@ -2,13 +2,13 @@ server { listen 443 ssl http2; listen [::]:443 ssl http2; - server_name c3woc.com; + server_name www.git.l3d.ch; include snippets/tls_parameters_{{ site.name }}.snippet.conf; include snippets/tls_certificate_{{ site.name }}.snippet.conf; include snippets/logging_{{ site.name }}.snippet.conf; location / { - return 308 https://c3woc.de$request_uri; + return 308 https://git.l3d.ch/; } }