diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml index 8d02f5a8..21191767 100644 --- a/ansible/group_vars/all.yml +++ b/ansible/group_vars/all.yml @@ -1,14 +1,14 @@ vault_addr: "https://vault.trez.wtf" vault_token: !vault | - $ANSIBLE_VAULT;1.1;AES256 - 31616264333530373062366539333738643937326562616130636266646532653862663966663862 - 6336343130363932316237373939656530663339383061360a626433656432633734363635313236 - 36646161663939393035333066656435663064313031636430386163653438336165663432393563 - 3032316331653662310a653930623965303835396239383663306438633738356563633834623036 - 35616132656166663233613937346364343439306561306661633239623837373564323430386635 - 31663762303234326363643262633761363661656538373333396139376132303564336635623632 - 30303166336432653038333733386334323262623736626435623933653035363035383930366166 - 64376639396664303034656533656339363436306638396462333230636136396538303638323338 - 3138 + $ANSIBLE_VAULT;1.2;AES256 + 66306233356534393231373064633939646434316262343431663466653262646431633737343432 + 3364626261356234333233383433316233663866653466390a323733663932316434373038336466 + 36313462356238336638326135363263393863343939313534336134633037643563373837663263 + 3963323538636336360a313564316137333665353565623332623666373066316561323738626336 + 37616537616561336661313763386163643230643731396131373232343038323365626238366430 + 39613835383461393232613730353133343337303838646131353034613966393865346433386133 + 32373161306534396330656531353831356430633038333339326564666464663534363164663130 + 31316665343032396361383534373365613632616436343566323165383166356131636162626339 + 6336 vault_token_cleaned: "{{ vault_token | regex_replace('\\n', '') }}" secrets_path: "rinoa-docker/env" diff --git a/docker-compose.yml b/docker-compose.yml index 117c5aa5..85d262d0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1877,6 +1877,7 @@ services: homepage.description: .gitignore generator swag: enable swag_url: gitignore.${MY_TLD} + swag_address: gitignore-io swag.uptime-kuma.enabled: true swag.uptime-kuma.name: gitignore-io swag.uptime-kuma.monitor.url: https://gitignore.${MY_TLD} @@ -6288,6 +6289,7 @@ services: homepage.widget.key: ${TANDOOR_API_TOKEN} swag: enable swag_proto: http + swag_address: tandoor-recipes swag_url: recipes.${MY_TLD} swag.uptime-kuma.enabled: true swag.uptime-kuma.name: Tandoor Recipes