From faf5c2d9dd71d3e42ef4430d9fe4213a3665b948 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Wed, 3 May 2023 10:30:22 +0200 Subject: [PATCH] fix(stable): already adapt questions.yaml GUI to prevent tests from needlessly failing for unported charts (#8720) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ Signed-off-by: Kjeld Schouten-Lebbing --- charts/stable/authentik/LICENSE | 106 ++ charts/stable/authentik/questions.yaml | 39 +- charts/stable/cloudflared/questions.yaml | 39 +- charts/stable/collabora-online/.helmignore | 30 + charts/stable/collabora-online/README.md | 27 + .../docs/installation_notes.md | 9 + .../collabora-online/docs/validation.md | 24 + charts/stable/collabora-online/icon.png | Bin 0 -> 16464 bytes charts/stable/collabora-online/questions.yaml | 143 +++ charts/stable/darktable/questions.yaml | 14 +- charts/stable/deconz/questions.yaml | 100 +- charts/stable/dsmr-reader/questions.yaml | 14 +- charts/stable/dupeguru/questions.yaml | 43 +- charts/stable/filerun/questions.yaml | 14 +- charts/stable/filezilla/questions.yaml | 14 +- charts/stable/firefox/questions.yaml | 14 +- charts/stable/flashpaper/questions.yaml | 215 ++-- charts/stable/focalboard/questions.yaml | 18 +- charts/stable/gotify/questions.yaml | 40 +- charts/stable/grist/questions.yaml | 44 +- charts/stable/guacamole-client/questions.yaml | 58 +- charts/stable/habridge/questions.yaml | 41 +- .../icantbelieveitsnotvaletudo/questions.yaml | 15 +- charts/stable/icinga2/questions.yaml | 14 +- charts/stable/immich/LICENSE | 106 ++ charts/stable/immich/questions.yaml | 50 +- charts/stable/inventree/LICENSE | 106 ++ charts/stable/inventree/questions.yaml | 16 +- charts/stable/invidious/LICENSE | 106 ++ charts/stable/invidious/questions.yaml | 41 +- charts/stable/joplin-server/questions.yaml | 185 +-- charts/stable/kimai/questions.yaml | 73 +- charts/stable/koel/questions.yaml | 95 +- charts/stable/kopia/questions.yaml | 75 +- charts/stable/kutt/questions.yaml | 284 +++-- charts/stable/leantime/questions.yaml | 16 +- charts/stable/libreoffice/questions.yaml | 16 +- charts/stable/librephotos/questions.yaml | 142 ++- charts/stable/linkace/questions.yaml | 292 +++-- charts/stable/loki/questions.yaml | 16 +- charts/stable/lychee/questions.yaml | 250 ++-- charts/stable/mattermost/questions.yaml | 42 +- charts/stable/mealie/LICENSE | 106 ++ charts/stable/mealie/questions.yaml | 40 +- charts/stable/miniflux/questions.yaml | 85 +- charts/stable/ml-workspace/questions.yaml | 148 ++- charts/stable/mosquitto/questions.yaml | 60 +- charts/stable/openkm/LICENSE | 106 ++ charts/stable/openkm/questions.yaml | 16 +- charts/stable/openldap/questions.yaml | 281 +++-- charts/stable/penpot/LICENSE | 106 ++ charts/stable/penpot/questions.yaml | 39 +- charts/stable/photoview/questions.yaml | 80 +- charts/stable/pialert/questions.yaml | 40 +- charts/stable/piaware/questions.yaml | 16 +- charts/stable/pidgin/questions.yaml | 42 +- charts/stable/pihole/questions.yaml | 16 +- charts/stable/plexanisync/questions.yaml | 41 +- charts/stable/portainer-ce/questions.yaml | 26 +- .../stable/protonmail-bridge/questions.yaml | 42 +- charts/stable/pydio-cells/questions.yaml | 42 +- charts/stable/recipes/questions.yaml | 114 +- charts/stable/rtmpserver/questions.yaml | 42 +- charts/stable/sdtd/questions.yaml | 150 ++- charts/stable/shiori/questions.yaml | 40 +- charts/stable/snipe-it/questions.yaml | 1036 +++++++++-------- charts/stable/statping-ng/questions.yaml | 17 +- charts/stable/synapse/LICENSE | 106 ++ charts/stable/synapse/questions.yaml | 9 +- charts/stable/teamspeak3/questions.yaml | 16 +- charts/stable/typecho/questions.yaml | 122 +- charts/stable/wbo/questions.yaml | 38 +- charts/stable/wger/questions.yaml | 14 +- charts/stable/wireshark/questions.yaml | 42 +- charts/stable/wordpress/questions.yaml | 40 +- charts/stable/xbackbone/questions.yaml | 16 +- charts/stable/youtrack/questions.yaml | 38 +- charts/stable/zusam/questions.yaml | 474 ++++---- 78 files changed, 3879 insertions(+), 2753 deletions(-) create mode 100644 charts/stable/authentik/LICENSE create mode 100644 charts/stable/collabora-online/.helmignore create mode 100644 charts/stable/collabora-online/README.md create mode 100644 charts/stable/collabora-online/docs/installation_notes.md create mode 100644 charts/stable/collabora-online/docs/validation.md create mode 100644 charts/stable/collabora-online/icon.png create mode 100644 charts/stable/collabora-online/questions.yaml create mode 100644 charts/stable/immich/LICENSE create mode 100644 charts/stable/inventree/LICENSE create mode 100644 charts/stable/invidious/LICENSE create mode 100644 charts/stable/mealie/LICENSE create mode 100644 charts/stable/openkm/LICENSE create mode 100644 charts/stable/penpot/LICENSE create mode 100644 charts/stable/synapse/LICENSE diff --git a/charts/stable/authentik/LICENSE b/charts/stable/authentik/LICENSE new file mode 100644 index 00000000000..33a8cbb23f0 --- /dev/null +++ b/charts/stable/authentik/LICENSE @@ -0,0 +1,106 @@ +Business Source License 1.1 + +Parameters + +Licensor: The TrueCharts Project, it's owner and it's contributors +Licensed Work: The TrueCharts "Blocky" Helm Chart +Additional Use Grant: You may use the licensed work in production, as long + as it is directly sourced from a TrueCharts provided + official repository, catalog or source. You may also make private + modification to the directly sourced licenced work, + when used in production. + + The following cases are, due to their nature, also + defined as 'production use' and explicitly prohibited: + - Bundling, including or displaying the licensed work + with(in) another work intended for production use, + with the apparent intend of facilitating and/or + promoting production use by third parties in + violation of this license. + +Change Date: 2050-01-01 + +Change License: 3-clause BSD license + +For information about alternative licensing arrangements for the Software, +please contact: legal@truecharts.org + +Notice + +The Business Source License (this document, or the “License”) is not an Open +Source license. However, the Licensed Work will eventually be made available +under an Open Source License, as stated in this License. + +License text copyright (c) 2017 MariaDB Corporation Ab, All Rights Reserved. +“Business Source License” is a trademark of MariaDB Corporation Ab. + +----------------------------------------------------------------------------- + +Business Source License 1.1 + +Terms + +The Licensor hereby grants you the right to copy, modify, create derivative +works, redistribute, and make non-production use of the Licensed Work. The +Licensor may make an Additional Use Grant, above, permitting limited +production use. + +Effective on the Change Date, or the fourth anniversary of the first publicly +available distribution of a specific version of the Licensed Work under this +License, whichever comes first, the Licensor hereby grants you rights under +the terms of the Change License, and the rights granted in the paragraph +above terminate. + +If your use of the Licensed Work does not comply with the requirements +currently in effect as described in this License, you must purchase a +commercial license from the Licensor, its affiliated entities, or authorized +resellers, or you must refrain from using the Licensed Work. + +All copies of the original and modified Licensed Work, and derivative works +of the Licensed Work, are subject to this License. This License applies +separately for each version of the Licensed Work and the Change Date may vary +for each version of the Licensed Work released by Licensor. + +You must conspicuously display this License on each original or modified copy +of the Licensed Work. If you receive the Licensed Work in original or +modified form from a third party, the terms and conditions set forth in this +License apply to your use of that work. + +Any use of the Licensed Work in violation of this License will automatically +terminate your rights under this License for the current and all other +versions of the Licensed Work. + +This License does not grant you any right in any trademark or logo of +Licensor or its affiliates (provided that you may use a trademark or logo of +Licensor as expressly required by this License). + +TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON +AN “AS IS” BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS, +EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND +TITLE. + +MariaDB hereby grants you permission to use this License’s text to license +your works, and to refer to it using the trademark “Business Source License”, +as long as you comply with the Covenants of Licensor below. + +Covenants of Licensor + +In consideration of the right to use this License’s text and the “Business +Source License” name and trademark, Licensor covenants to MariaDB, and to all +other recipients of the licensed work to be provided by Licensor: + +1. To specify as the Change License the GPL Version 2.0 or any later version, + or a license that is compatible with GPL Version 2.0 or a later version, + where “compatible” means that software provided under the Change License can + be included in a program with software provided under GPL Version 2.0 or a + later version. Licensor may specify additional Change Licenses without + limitation. + +2. To either: (a) specify an additional grant of rights to use that does not + impose any additional restriction on the right granted in this License, as + the Additional Use Grant; or (b) insert the text “None”. + +3. To specify a Change Date. + +4. Not to modify this License in any other way. diff --git a/charts/stable/authentik/questions.yaml b/charts/stable/authentik/questions.yaml index 84f1373e17d..7e008632119 100644 --- a/charts/stable/authentik/questions.yaml +++ b/charts/stable/authentik/questions.yaml @@ -12,7 +12,6 @@ questions: # Include{containerMain} # Include{containerBasic} # Include{containerAdvanced} - - variable: authentik group: App Configuration label: Authentik Configuration @@ -434,6 +433,7 @@ questions: private: true default: "" # Include{containerConfig} +# Include{podOptions} # Include{serviceRoot} - variable: main label: Main Service @@ -583,30 +583,31 @@ questions: # Include{ingressList} # Include{securityContextRoot} - - variable: runAsUser - label: runAsUser - description: The UserID of the user running the application - schema: - type: int - default: 1000 - - variable: runAsGroup - label: runAsGroup - description: The groupID this App of the user running the application - schema: - type: int - default: 1000 + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 1000 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 1000 # Include{securityContextContainer} # Include{securityContextAdvanced} # Include{securityContextPod} - - variable: fsGroup - label: fsGroup - description: The group that should own ALL storage. - schema: - type: int - default: 568 + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 # Include{resources} # Include{metrics} +# Include{prometheusRule} # Include{advanced} # Include{addons} # Include{codeserver} diff --git a/charts/stable/cloudflared/questions.yaml b/charts/stable/cloudflared/questions.yaml index b1dbff9981b..2e91d915e76 100644 --- a/charts/stable/cloudflared/questions.yaml +++ b/charts/stable/cloudflared/questions.yaml @@ -10,7 +10,6 @@ questions: # Include{containerMain} # Include{containerBasic} # Include{containerAdvanced} - - variable: cloudflared group: App Configuration label: Cloudflared Configuration @@ -25,7 +24,9 @@ questions: type: string required: true default: "" + # Include{containerConfig} +# Include{podOptions} # Include{serviceExpertRoot} default: false # Include{serviceExpert} @@ -33,27 +34,27 @@ questions: # Include{persistenceList} # Include{securityContextRoot} - - variable: runAsUser - label: runAsUser - description: The UserID of the user running the application - schema: - type: int - default: 0 - - variable: runAsGroup - label: runAsGroup - description: The groupID this App of the user running the application - schema: - type: int - default: 0 + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 0 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID of the user running the application" + schema: + type: int + default: 0 # Include{securityContextContainer} # Include{securityContextAdvanced} # Include{securityContextPod} - - variable: fsGroup - label: fsGroup - description: The group that should own ALL storage. - schema: - type: int - default: 568 + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 # Include{resources} # Include{advanced} diff --git a/charts/stable/collabora-online/.helmignore b/charts/stable/collabora-online/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/charts/stable/collabora-online/.helmignore @@ -0,0 +1,30 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl +# docs folder +/docs +# icon +icon.png diff --git a/charts/stable/collabora-online/README.md b/charts/stable/collabora-online/README.md new file mode 100644 index 00000000000..36b5b3d8f7e --- /dev/null +++ b/charts/stable/collabora-online/README.md @@ -0,0 +1,27 @@ +# README + +## General Info + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. +However only installations using the TrueNAS SCALE Apps system are supported. + +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dependency/) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +*All Rights Reserved - The TrueCharts Project* diff --git a/charts/stable/collabora-online/docs/installation_notes.md b/charts/stable/collabora-online/docs/installation_notes.md new file mode 100644 index 00000000000..bb6b8c0c161 --- /dev/null +++ b/charts/stable/collabora-online/docs/installation_notes.md @@ -0,0 +1,9 @@ +# Installation Notes + +If you don't enable `Reverse Proxy` on `Collabora` (It's not recommended as it is unsecure), in order for it to work you have to + +- Remove `-o:ssl.termination=true -o:ssl.enable=false` from `Extra Parameters`. +- Set `Server Name` to `hostIP:port` (The port number you set for `NodePort`) +- Set `Service type` to `NodePort` +- Set `Port type` to `HTTPS` +- Disable certificate validation in the app you are going to use it. (eg. Nextcloud have a checkbox under Collabora's URL to disable Cert Validation) diff --git a/charts/stable/collabora-online/docs/validation.md b/charts/stable/collabora-online/docs/validation.md new file mode 100644 index 00000000000..bd88b7da106 --- /dev/null +++ b/charts/stable/collabora-online/docs/validation.md @@ -0,0 +1,24 @@ +# Input Validation + +**`Server Name`** +Accepted formats are: + +- Single FQDN (eg. `collabora.mydomain.com` or `mydomain.com`) +- Single IP (eg. `10.10.10.11`) + +_Same rules apply for FQDN as in the section above_ + +Regex used to match this: `^((([a-z\d](-?[a-z\d]){0,62})\.)*(([a-z\d](-?[a-z\d]){0,62})\.)([a-z](-?[a-z\d]){1,62})|((\d{1,3}\.){3}\d{1,3}))$` +You can try live [here](https://regex101.com/r/mICKDp/1) + +**`Password for WebUI`** +Accepted formats are: + +- Letters, Numbers, Symbols, Minimum 8 characters (eg. `dg523$*a`) - It accepts `a-z`, `A-Z`, `0-9` and `!@#$%^&*?` + +Regex used to match those: `[a-zA-Z0-9!@#$%^&*?]{8,}` +You can try live [here](https://regex101.com/r/ef3V88/1) + +--- + +_If you find a field that you think it needs validation, please open an issue on github_ diff --git a/charts/stable/collabora-online/icon.png b/charts/stable/collabora-online/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..88a391905bb259677e77dc74fb190fcaa0a2989b GIT binary patch literal 16464 zcmcJ$hd}WF{k7jhG-oDBjCV7sXWjV17%Vl#!$SKDYm{TMKZyD!2rasCk zk?JrbOrb0imFoAm!*yx;N<%^#nc5yo_2IHw+wiWAjw2@T?VS4Grxpd$u3U21ct5Y7 zBk9|rmjAIPQ|8XkXM%T(J(lpLVBJ6NV?S813_72+|4LU=Tx9f9_ojP_*pvy&LQ8e2 z3Ow@HN8OBzrS`!F+XwMO*q(m%5G(%eRkI5=Pbj@@STiZAg>0^~9L%~tRnG1_jO{iX zCWuEnV=l$_bT5sv=s2D#3u(`fm7;fkZJyD6n7!2hu6o~D79Lt#R@&JAWog~VdfRtj zXM6YXI*WwT&7=KKdMDDE_TDV{O{M8^2gTBg$p~Q?zR__)5O0usQmx_o#hXq=JIwdX zapnBU*N^R{EyW(V4Odo|%>=lbxm3Q2TeGUcj(<=vjS1GM&wND^K}#@{^G zGU8)d)7=o3>jsq{J~+SD=CMAOMe44S#z>3F_2sEn{0g??ww`>mQtyPI^}+2a*18>0 zA6JaAVqT7w;xOmI=WO*o(jDR8V)Oktm+5g^=GjCn@>*nAo0;6N{NNTlWqs4ebSKX5)-i`jy zm$9+KAx#?_^SEguC|cClX!5EKuH%BY{NTl{Qq$g->? z5NA@#AL?ONT;Wx@lJjd`H7aZ9(bZ0#l8}be@x3-HMG;~nS`*E&u|n3jJJ=*B86oJ> zgCnQVDlzM)vGzGjUHJUrS$3*VXuG~ zlT9GrWYzD%Ni*Im6G1962pVW-B~uW=g*18^S|!hk32Zc8Z&dn>ZT4>-%kK7ri}dEK zsPst5P;6`L+pJ7*`<{d#73QkbTdPu+1>#Poi(!mdV!}!#zS#6HBHl5ISN3fuAQU4- zPH-i+X<`{VCtwhAT1c=UkoNM&3R}41EYC~(&Ep5XSn<2xgz2!n(MrqMF>*7?6K$yz z%S}hH&RP5Nx|WSrzw4smJ~hmKVn>WLI3+HAeJA$HEoU}tI?vh* z5(v3g@Z6Rn;BDi4$3EF^?`{ZY_FKE0RGLI%Mg233r!%XNe3gP7IPds{JLkq_R)u%; zBKIPg+S*P8ue@26U|4J$e(R%omV&8jaa%1P7 zB@2Z%SZRH*Du*BmFzI*L?tNuZ9%-GmcuHSt9y;#fbNSBr%(+PoS_oQh37N>Ts~t$__1bZ5 zoJ`+WuxJ&pZSen;>o=WAs4JWsNLlB3iJYRfo ze3`)yZGpI}?4P51s};kiWdwR$UCVJj?dlMN6vFgPhUBl;rQa09Q`%V64An4wj41iD zAHEbt;4N4eYk4@VYO>H)5VVwNb>SS#rl3fP^5oR*)b)dy<=dktVtOk@ad%SRAZqC$ zm7^-stk0ikq|=2kkGl^83V-r>AdN6$$@_;=ef0d4kjks7Naf{|L1wJW{bt$`s;bY5y?y)yfn9&5T_ zFgF`N!a%`|mt}4%-FRKv?aA1O$v6mdXc;(lxOc@YTB@i4USE{2+WP5Y(mp~U?)=10 z8L3z^%%L3IZ;U?%O~w~yyVm*DjjkKM_ITaq1gDc^ucIs+xSURRf1j@|Lfy->u$0` zwtigFz=`O7ACj~azpZTd>k^mx%B9I)$bPJ%?3Yy*%w=6H>ltSp4gnbL7O5F3o1ICs^5GLap*8X2*bXk3EpbcaFa(K`mgz%fQD z6)j0Us~n2uwSV>Yz^lOP=hsDG4i`KEA(u;t$2nGQl>sx2W20WY_Uz-*3Z|xqG6@eI zAM>h&qqtR=78_E8#2p{=*n7VTC%af;n0CQ`YSYpeg7ou_KA+zftQKk<8ok16k3B0H z`a-cq>%=*9c+oNk#A~{e;9)};J8GZcMix1!w9a9(C53u_0?#8jst>8SV4IcG#U6Fp zduLXjR%tEFsO+4X@x6VUaSYa6@ex8YbOyx9Vj1!7U&3RSFD7j3i;VEdN!7b6jQT(- zR_W4R?pBin!HAp?9BpFEuS77qY3z(1nmuh<6Uy~CV?tr`1Ur0K;E(mqKh3}23ok;Y z=d|ykSLt#quELNW9U(2t@mo_RJ?C#pE31DoPm$Vn{_wm9x`O1ettBz@@;XC$#DHQR zA5(R84|z2cHd^OF4%O2hblb!pz7gx@`8nAc6T|sR0$!+UIG+ruz>N%wjROqN#$ENB zO^nIEbuG|(v0$Hhqy7gVxJrRvvRKReuGNP*IM4t{Qe^kd)kJ7@L%#&Bsl?9pi zH-R16!WGAWrb@QEOm^{h$P4X#pL!$Gd+%Xl8a_ve5>R!~}NFdE5i{u_wk!};r?rD2jSDgBFzG*>Sx|OwhQE1@=;?A0s zOvhWTuK^w^>a9PeZLA`Z@k816hNE|2P1=ihX8YmBq3HUqXO)3NeEf*S5~+A5yQ$`i z2heFpVjLv+`j;7NdI~0!mJzl5a6`eQ1o!d96^K)Zl@_A|?9>z|4I?UE|HUCpp!X-j z|K8|JSksV+L8m&(P$XV7NS2k~o?Fim@3OrNU(FDx@FqoWf0|GTtOj<%zCf8jDmRPo zvF>Ke8|kXD+9-2=OTN>~_&>A)7h0D+6Q81)giFhKNZX6>pu^mkL4_K`-ksq$BmDgk2^zECOL0dRxZ%uN= z#L)gAN8jeXNv-Da`x*?Ihvp0eHCY@N?$=EVJx!+aV{5|a$l>U8oHGB+V-d+(5sUZH z3{dkE-G-}Xzd|!QgHqPds;Ik{#(u7K{;PcCagI6;~F!8L6j9L{|+WJ)9 zH`dQoH!KIh+Ec|if|4h3eQgrt5Ch53jYQ7(047 z2hAJDd_F??{pC7N@j%@LlKgwTukiEFm<#JA#lc1>k*M6~xi2p3N7VHPUI71}RvIBM zn-ah_szdsaPA73Hb1@_)W-|ZiL?-oS7BSfOwvtwHPM05E$+J&B5LW?%E3XP#2yCGc z8rMf}k=~C=KUZyXw#OY884ViRdik=lQPg{I+J66S;L`_koNYqYTRq@5ZEIlzeBD&Q z8aSf-2SQPN{Pwcx?QO>vtx3`K23)q^v>m5fa=}^dW2Y|i4&tsKh-2G*W}%k+(2e(# z=5uU}s1R_WKbfA;sxs!K;mqVp=`{T4h#B|w0$usuj6~iv7iNfR)5(0AdEF4tQ$;oC zYXl^UdbdJKo{*x^YuwW%MuYD)H0G}3+9G0Nd?amN72s{qq4CQzu){5oPB}5>6I4~z zTRG}2yJoc8Nt*)Fm2RzFEGr_I?5!onus=h{z*$K6M<+=SFAg6Y%+cPgTA#V1-WpJ* z?!}i$-h9bXv5oU-Ct(Tg!oYX|I$b?jv2?rkzOR+CR2I?gq)`Vy+I;{T*qRQ0=?{So z6e`XdE;ul!D}P0sgBB9`L3fF!1}zEc3jjaV&BJeBt*7ymTj9q<3W*EH?WG6vPR2Rw zXgTn)Fas0LmBFx>npuaKj%2c1I2dA=$?rycm82kA*NzdRd#esva!Y2h?n2~ zV)-eu{xsk`R&_}u9%byO&X4cqV&Y+pjGT^7&tKKZv-C$k_ToGWdJZSV#JHFZS}IjL zD^-)I3MTYE)ti$&5GPSrcYm?BBqffyKn(D#N{|B!S&lXR_TDuF5@1y4Ziw|3grthH zF>qKE&>Qk^rV+lM=C@AvnQlBJ3}*)x zcXVH8ui-q-IQz#`*~i^A1%jsr)^|$t>cKqs#N5ir~>9~;z@LSb->N|8Xp0&rEWfZd|$c*o4 z4GvMXZ)jbAw)gzyY}c^=l3POW&@w#+adq#PgB|&mK+DFXpH>k_kLzjt>6d;n!F6*z zuwkL;pW*(7;)uwaO@&#t(Py=|Uunx6d6{*DHI`Y!MxUE|7$Y&uott|dPL^XK%qJv8 zOBrl&WWUCt4%||+mzhsOPAjsBWAJwGn5E7p3of>8Z2++)$c6AZND=x>ar0f@!Pt|H zAGJ10B79Bw9-f>4x6@PPlkb0h+DSuxqBfCJJ?-tlPcB&Zn#3nh*Hcl)acv{pl*{){ zv~v#s{E=75GIgH8<-OLWjSto9Ykrhf${#}xWK%Cs;|r=#4kQ@=545XeFw9PqxP&-n zf@nrX&kd|%KV_CkRW}GSqg55sR<3HD7w5668T5&~CaZax44dOX5k3{%@omkJibp{q zH<^!G;SNe_`ID#b?6LYR;EP`?T;4N0iwH+3?ec{9*DjOfRbUzJ8d0brkHogT-WDq! zW?oOWEM%M9e&Wey$pRjArmrjzn zLvm*=OqK51c#|Nl1e-=#fqn{nA2Q!XOOj6N`aGG+=?aQmKV$FfqOj+{InotvP^5}H z@=WyWcyRA$%EvE;bUY*~`VV_;j7xmIUXs@*ERi+HCEW-#JcUS*fw)F}&Gx1TY3ZRd zIBjoM&E_Yst)P`pX0zRbvL0K(perldjZ_@E+H&%-03Ri^Jy0Q-+&-sP@kPbg$lw|Z z?-zKHqQ9$U%}XEhb0H;dVivug61qRxFgvR36}%UjC??+cYxk!0jO-|g7I#6z@HRkm@#^WQlqJOxyvp=&&=Gb$w#g5wkh@BrKQ zC{bzQ66LI}pttJ|qc)HIlMSG?xjb0Cb1J?UR)p2eQC~ddnpv+zZSJAtAfZ`!*gazh*M*8xBaojWp=*XILI#VgSqDW|qnALe0FAewr4C}qRv58U|PZ4Cl zV{G@RnBz!iy{oAr6=HZ4flN|^iW`T0%&SbM*(IuPA-dJQV%N{uDxQHN1o&(n8K5Ok zV4y@@@slaS?B|}i{Fp9nPOS_ksZwHsJ|r_#{bYbXT#KFgfFGIdN4%uIr0?nWsRpDN zt8PK%iDXC#0Wx=`-D|_v3b6H=;0I6AR{|RM6L}l-RqJ zkX?G*%yBXLFLtG-K3pI1QGBr6lT0KsG$bnKg@a!D4!&yFDVz<#Vs!T+465{H6+A?-jNZ=MzCvefnNV;&D1;dx*YC84a{tc`Sm*e zThbyUH%XuyR4_F#f;8hCMoMxpMH+i;u-NYwYdU9eLfrN<2x2E?g7Y@YK&njf4AH0sO@B)N>% zL%59EOi`~YrIr0I3(LctBG?56D(IJK1r=<+pZ;l?>a-tZ4Uim!sTNwsR9H&Fj+3}3Rn!-TpUU79ynK6ID;Dfs@{L4e-g zs^O%$c!P5!nj=b!TNTXsWT6q>PlP;0)VE5;H8Dvy;~+R8`l~k7L|b!do`9cg-Uw9= zHL2U0qD5Pe6iyHqDSv%*Fg=LeoL+ayaG!&=MVe9wurT)%#_ zsrspq_?8R@xd04`cI)IrLIXmn@FVj|(ZH%G(-lb5@ANTAgIGdbjZg`WZ$)Nwd zLNG|H#e)hK{r*oOp*0%Y4WJ^U@AAkRFa3cy>I;1@>rTosga}f9{4W~l9p5m zImychp)~<48561Sj_IU~?ujBlP8cV!E@%zVFcQEH%zL7iu{3ON*B{&$`MP+}>m zAgn$U$=xp?1CNzhzk5s4a=)-A*v_YEw0sD{vIFrQAbx+RwOu840QF=p#D>)NB2aW$ zUCO4PW}%*-SQjapV)vxIEibkw=Z7pLbA<##ltn;X=S}kFf$#Fwf{U~iTo7+1+lursR#--9**tHoUusSL^{3Beexg)hYt*uiCK2E$oi7doYA~fwqBG$B6V1JEQ>5*hz$jefa-~c= zh(7q(vh#Jky%A*dz~F8;qX$otgF5LiI@U}<7^HUZ3}4fuV{$T9pD}_#%AA~w(j}kK z@4z>R$kY8{_N2goxp=r!`W>RoW@Yh1A>_6ayq6*^?BTsWFRSryWMNGE^Hbq%?O;F# zD`pbRu8nN!$5R1=Rt<*z^3GqHIiW+XmhlrpjK_Vo0c0_+f(m1TBuwv6R^hhJEA3kQ zZYwFy6Wn8Wo$X8ja%2o*5R1^2-G}NKZbuaH`pIC`nVR*7b5yc#*bc`S#M6Rncjs-r z%~W}oyPc18KtPU&Rl|kZZ-Nc)9ADqFIb4|8k!qw3gOJNYTcLHJx53U%5Nu4>h$6Q4 zDVQ`cCP^9En|FyYrsNHql?qLS?`hl>`-|XsI*GHX@$F0Sndx>3mRIk=$tUy%{Z|OA zOiJ7gC0uhk-ilm~dCvzE-s%L5?PJhd&=gc&MDw?2r@J;0R|_zczDTUzpB-3e#KpCDIsBdhae?89(uU%&`Tv^`-#j*Q%ToB2pzcx&6F{Co z!{UDpO&98hih3qLr3?lb`;2R0%@TqrV*YKbfeU=#t>|Jsm~LtKud4Ows=9w`G;w9^ zC5FotPe+nVs|jiUk?~b7{thqRWMj7u;`*M<`K>qGIs7@G zDzzzz-`#7Jws0_p&e?6M|F+@^Aie9~fP*B+q0#?MD4laznOr5~+k1-W1Q0h9XK4W7 z;Qf6=(i8jUxMn-=zf(LNRYj*VlApM9ic9ADzrlcKUT$Q{9pLF9Vv_$=4Y7)ACTy2S z!KS`woh}!X6b=5rO?@P!cLAhQ_rUB6jCY+SZN4h1xEK8IJmyk~tO~HL%%Fq~xDcD% zy#H>GLO$MMUCAksxH^vcbpuCyF#$rw{_jZaLPA~ck0FRhaz=c|kXQ}+ze&ZQf82&9e_q12?a&&%t!?`MiSmzjlv4?~Kd;oDL(7=sLve zS)%@v`TuvFjqt=Oo)zdB!J&3`tM>TO-R4j;EbPC_aXYq`$VPv|z7o zOV~SSQP-tG=Vi$01K2djKeJgPhDYxlK;?WyOpYb}W-vuuFVXN4ZP*P(snG6}{(W!Y z?yH~7-TP;_feAYUtd!aC$J17O<;n=@CcUN2V2b$vHFSZ)OkevYiso!P6G=nE{yA$3 z=I$V%C)$QbtxJmpyp)WIGKwSSn-$pdKpB|+yd-hKB65S(zuphD3McPh`nSt?} z);4`DK`dXwFSYO{#F4%h3T^dm!ixP}Nzy-ilx1f-N>WVH)bQ7{5}S6?xX>b{dt%6K z9%}@k2uPI9A03tBckq5Ln)!7Aoj9hHyr1}=ChZyOb12h=^a}T=@GR=$0{Ir-fq#R2 zF<(8=B*yW4soTlil=~Mj2LGF6`wc4v*;^=olxVtLlFnp*O%q7Eh*M|>%%MTs8klva z$XE;!P@s6!`}cqn%&5Gbh|%a>fs0}*WeH2Xp5_O?BN(Fje)p+;pA0VE5}ppZ{B zGzju04kDMOFhai9_Xn2i&nA2kT2=M`G@S{;EoK%rp3PI2W&Y}htR~>96dJG3=-x_m zG;WMngk=DyN_2CaMSlY@)2J>`PEXXE^ZmsMW%B-&=ErTPTBg&awiJR}0r)sUw8&nN z+7b2RYewfGl>j-t7YI&o04DgIiJvb0)DpTZ2b18|44oe!;dLL zcWHGjSBUkCMm~xAe-E*uWMG~c!yyDD-I> znkGv0?>3h*?Jp-B;2X&mHZG*h8DgTE@BTe&HTV7p%o=mucFe+pLavw@H!hmL&PBH8 z@DWBX^sQ)A@0o<&D`pO2Hnm<7rhli&8(Akb={9XqaY7~;qfNL9pp*vMh%0}5)^t>{ z`p=Va^33>2Sl3#_cQ;;|zX4H>0h+U7l4Ufd*~x?@B5{v{s^xD;Qv|meCbGXk(kuhG zd1vEa;-fwc5Cb^?!7Q47cs{1!_35G|kP_K#dUK>8_5Sf!ES%7jY-Y2g1jpwpa$h@P zvm?VwPK;;4p&GuN#KZN^S$~V;F&`|Jex%Yl_n zaY|}zmN@fgjh2mjw}F~_-=ZHOW{xjzr>*aE(yBfAqn_Iwv%7^v1n$(~>0tY7Z%4Iu zq`AmJrt^E$uUu$~N22~e63@Kwb3MDUd^sTs_IJzxmN|9!8mNB1?-U!s?aKVGkrI)m zfMTrp5=PH5E1U!S0H#m82-}^@gd(-Bu*que^E*KehUg`!o*Kh2ieXb1C-n#!+rN*5CUDI+v;<8SXCm>2b@_N^?!zg}aB`?fkq zg^y~h|En_`$?x9Phi=TG>z0MLG@w3QH z_BXmm47Fbkldh1KbmEq}PrB2@iqTbYBum3c{vK9M&k>J2$Yq2q*gZ)d&i&DSiTEB} zfo%%Qli^9Z_D8Osr~e768eTPY+I-bze;A=oW67*ClKCApS`6p_(*s&CFx#zdW>c;N{JtE> zxpdu4HMD=0sF6el(WG8iCG`06R~`J>+KiWz+m+`B59&6^9IgPqnKP(|`>Ix<|42EU z-1~mlzEjS!A1Brp!5rMyshTVPD7?!f!1^j8LaA3Jo;fOpQ@p->_vp_ya5!2XivKn{ zXPV6iiPkm!^L(Ho4dT_`)ez|?!-CuO_sG6oVPc`EHH?@iv-ACv~0(2eds^AONx zNtU_$xL8mpb0C3KiW#8WFD8GU2Y@-}g67kKTmS^R20^9{D+S|yB0}i-Zl7`V7>QJJ$FoY2#*LrL<0cfryVQ>w0kV6` zICQB%zgyobHq1kiWk28ScHp3|s@LJFCoK`G^cbZD?QT}uScm*lJU)?!_06$mW1kHt zGNg2me+~oOzC*neseXn+kI*}@^H1q*ZYmv4Cs&A)xv(NKrYkX_&SRtB8nx~o>ho`! zi);s4S%h6m0(?JECbOpZ|7g31&iP_iVObZ(TnHnX*)KaKtSs|QHye+}nx^3diFr(c zN>)`osc>HCoB~P?U(-RtbyvfGac?(8H0KPNiub!!fWpo{s*jq%wTZZ{!R_y6hzefQ zdMd_Wcnndg#%FuwK)*>+i9%%>n;W>w^07NP@qK%svaPJe;jR$~{}*+sJ||60jb#cO z1v$B#DOx}C&Cd-KZiy$14GTjckXigLY}Bgd=$#vwpBY*oulAuUFMqo#TboKf*VTxA zTiv-ob2wb_P$jF&eshNCMwt^P^SRkwoGC!f7m)=4nuh(PVom)s<-1KRvwVT{HS-51 zhv>;5jk8-u6+tSLLPkBdDz=JmxC^YrC@-)J?@Jr!PvdojZjmgDYTTa0JwMJZ|w7(VPr&g&6SnS5CldJ=%3wFtfc8j6X*YDWs2 z|2%&e!1U<+xHw$Ed5B2Ipf`i%j;2sioE*gT;Alh%^`uzzPnQ9*$61Lt7LV&X1Fryb$S=)3NuqgW&DAMDgP>AnkfEVb<03{a^~I3qLXF5EBoXN2>s0iZ;*d zvX**4VbRn-_X6<1{l%Ho)oFCm(}rFm`S|AF6=xM6FEN{4dq9P`W;$p&LM-qsAHrnD zz7wO%r$T*ORuVBW>`0>!=bX<6bsjv^>pjnJ?`Q)|IPfbN{EogOJ|eF7CxV-ObQX|t zEG)UwD7|ymNdS2#gCnzg)%Zt68HG6;n%VShPnRAo7+(YMu|WZ$-XFP5OsTxj#@pLs+iw^}fiWj>0z63=Pb2YDPvkTgPnE7r$r%4_m5qBD4GaAi(n}jljRO zTIuy!gg6ZXF9Vk2Ev>|TadCC^72|I~b~)@pua^5@QHC|n_~#;I&u1H&7#L9pC!AuL z=5Us>bX7kc`9n3%Zo<|hqX1Xx`^Hk|GgTF14)_b;hovVr0LQ)pPK)W?*3-^fS5LkQ8&X$U6Naq$%(@z%wCAsk63fvx^YYb@6>mLBi zE@9N8x55#>uD2Uraf?Wls@8<~?X`l1SoVv57f#ELEf}nv`g{^i0TzK(pGz$K5HwTl z8eentH_L{)u+K(_4SIqXH(9&wD(W;~M+~tg zArE(=+n<0!(HZfIok`x97{1%^U)Ax468$_JiIWqT;y13~5+1|={yjd%YATfl4@!aT z&!2W58n4ragGiZvEFt(e3EPSXGB>^u`huw~5>#9QJ-F0c$8Ya$*52HIUB=TCaP6M$ zuGon4M9BqACM6*6&G{Cf)^Y%t`?dZO^y2~%1roM1aPy2@Y)EHdbo(YPB0l9mcy_k1 zBAygk^nvbiSA@KL(wtpCZDb5~yA=B!@wj?<1hQ58P0C9FK--H$Yg{i7X3doiy?duZ zOl0aWLhRy1FKd$L{Q5R8|42(v?>uNAnQUNFmt~zloWOI^F?t=o%@Hf3 zc-AjCGstZ@e+n@ryQ zIEn$pxel%1l*#FbNq8u~C-2j(2{WAotm)kDFHcRN!K0W2y_b7xm)>HBd<-FpacpxK zuv0F{wd?JG`*tf;G%4pdD{lE2WGjXWq{PmKpJYSEI5-0i<#PV&g!U*4tjTYHnD&_! zG)_+4`WRTv&yVPovq{rA5$SpeY~k>uR#s zotGEUU5t#QBNa=j?Q`$c#T<2Pke7yV-8nf_NB#o6N0>}*Mz78wpJ7AG!hkKz!wm|` z2qI`VW-TYwO>q(^;wc_uFR$B#@BZjI4^l`~6;#74MB>)5R_M#z5Wh^{jtOB_$CRr_ zQwa*Y2$Iel8fUq0420LhViKggQ^!uK5&e-5Jv2b}I=dNeCQCS3!~6q57sFm`_JeIs z7x*`HOxiLNl&gcywCTG1wi5E^L}DpbeRD%829U%(eF}wfgyS$d1>( z_l_s~Sv@`Xsd)DJ3 zcrEo((Lseq&-8_yKzvUE8LZXLoCQxzQkHji4J0Sf6VyBFtcz_A z8C5JBSK&v)%#G&`5szP?6TmB;s|N`xrtgh)j=F$zH)F7^=4)-V5bFh{%E^cE@FR%f z4B{b@TP$sBAwNZ;ZNNzYL&tdG{^s!NV$k4W6-d-dz~j4b9?TH(v9KU^5xkZ>^+Mgt z?qIm6Hd&pfr?dPGspAkfXxQUj+v^5sz>OwOz9nmDoU)I9~KRwGGCQ2>h4|UJ)i#reJ%iy3HZAoeayQ0lE12xosw;n)DLKhY`vPUrb-J^% zWkq!#qpx#2LVS2D1$4oYexssI<1cfLOyLv35K^To{LTK&z0EQ@!W}bqxw@ql0w`*W z7qZHH5`k(c62ap#3FqshEeFKZpuB?~Vz@j@c5n{fMp}8bw69UoLnTdg^@SRuDz(wY zHjA5s`3cS_Yd+qzT$%WgHrQkiGk_7e$94>Yq-bxFtw_ECFidHLQjG|EHHbH6y{`n{ zX&iH1uSvDJJ-<-&;@XaIs0-T4dX*GHQYbVm19paXY)}RWcFkaW79zbbb}*}m$7w~= z)9=th3ksO@-p1Zla)3$mn2CybTIsh^|Q^G+_ zo@dv40rsn_Lq`K!mxIkjw&Vfh2tGfnc(Eu$F#yCn!oR>9KoKk~a;IysVmF&=^U;oT zxOr%!h^F^Mo=QfvpUJ?<Q=)7y81GJ$jN6%7V2O=VZ) z9uOJt#f3DO^2&y=B>5NAcahl5#Hqb#v}PF3xwC3LuK~<*-s+7_`UOk!)@b>g5zzA-uQIf zZ(HhWXoxYu7f({lrtB#qc&!6{-^_Y0rw6})GUK)MY^5G zz^gTJ@!}BWjz>Dh)N6-%Cu!z5YQ;8acccT&-gu%6XUrHI$H*U+`q_9EDUExsmWWjp zhZxuu4VdM9Pb`sWtjzA|ufR|62$eKi9c`YcYsenuDZzhHtM>cRbY?Jc!f5v>d45%f z7=w)!`6*;RAOSlfar-HA)b&fxt5bqYYrH2{Cyptc{mO75)cNM)RgsvTJK35o|@AIKAT%6