I hereby claim:
- I am stylersnico on github.
- I am nicolassimond (https://keybase.io/nicolassimond) on keybase.
- I have a public key ASDcNH4kRlQZA6gzyE7FhnzFfake5aYAT0Cf1tU0M_GD5go
To claim this, I am signing this object:
| <?xml version="1.0" encoding="UTF-8"?> | |
| <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> | |
| <ShortName>Qwant Junior</ShortName> | |
| <Description>Qwant Junior search</Description> | |
| <InputEncoding>UTF-8</InputEncoding> | |
| <Image width="16" height="16" type="image/x-icon">https://www.qwantjunior.com/favicon.ico</Image> | |
| <Url type="text/html" template="https://www.qwantjunior.com/?q={searchTerms}"/> | |
| </OpenSearchDescription> |
| general: | |
| # Debug mode, only for development. Is overwritten by ${SEARXNG_DEBUG} | |
| debug: false | |
| # displayed name | |
| instance_name: "SearXNG" | |
| # For example: https://example.com/privacy | |
| privacypolicy_url: false | |
| # use true to use your own donation page written in searx/info/en/donate.md | |
| # use false to disable the donation link | |
| donation_url: false |
| - hosts: debian | |
| become: yes | |
| become_method: sudo | |
| tasks: | |
| - name: updates a server | |
| apt: update_cache=yes | |
| - name: upgrade a server | |
| apt: upgrade=dist dpkg_options='force-confold,force-confdef' |
| $vol = get-wmiobject -Class Win32_Volume | where{$_.Name -eq 'B:\'} | |
| $vol.DriveLetter = $null | |
| $vol.Put() | |
| $vol.Dismount($false, $false) |
| "C:\Let's Encrypt\letsencrypt.exe" --renew --baseuri "https://acme-v01.api.letsencrypt.org/" | |
| powershell -File "C:\Let's Encrypt\ExchangeLetsEncrypt.ps1" -CertificateImport "C:\ProgramData\win-acme\httpsacme-v01.api.letsencrypt.org\1-all.pfx" -ServerName tap-ms01.tap.ovh" |
| Param ( | |
| [string]$SubjectName = $env:COMPUTERNAME, | |
| [int]$CertValidityDays = 365, | |
| $CreateSelfSignedCert = $true | |
| ) | |
| #region function defs | |
| Function New-LegacySelfSignedCert | |
| { |
| <!doctype html> | |
| <title>Maintenance en cours ...</title> | |
| <style> | |
| body { text-align: center; padding: 150px; } | |
| h1 { font-size: 50px; } | |
| body { font: 20px Helvetica, sans-serif; color: #333; } | |
| article { display: block; text-align: left; width: 650px; margin: 0 auto; } | |
| a { color: #dc8100; text-decoration: none; } | |
| a:hover { color: #333; text-decoration: none; } | |
| </style> |
I hereby claim:
To claim this, I am signing this object: