This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Verifying that "patscott.id" is my Blockstack ID. https://onename.com/patscott |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <meta charset="UTF-8"> | |
| <meta content="text/html;charset=utf-8" http-equiv="Content-Type"> | |
| <meta content="utf-8" http-equiv="encoding"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
| <meta name="description" content="Большинство поисковых серверов отображают содержимое поля description при выводе результатов поиска. Если этого тега нет на странице, то поисковый движок просто перечислит первые встречающиеся слова на странице, которые, как правило, оказываются не очень-то и в тему." /> | |
| <meta name="Keywords" content="HTML, META, метатег, тег, поисковая система" /> | |
| <meta name="author" content="Pat Scott"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "env": { | |
| "node": true, | |
| "es6": true | |
| }, | |
| "extends": "standard", | |
| "parser": "babel-eslint", | |
| "parserOptions": { | |
| "ecmaFeatures": { | |
| "experimentalObjectRestSpread": true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| "presets": [ | |
| ["env", { | |
| "targets": { | |
| "node": "current" | |
| } | |
| }] | |
| ], | |
| "plugins": [ | |
| ["module-resolver", { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: "3" | |
| networks: | |
| default: | |
| proxy: | |
| external: true | |
| volumes: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ~ $ docker service logs svtifpxlbxye | |
| [email protected] | debug: [EG:gateway] Initiating Event Bus | |
| [email protected] | info: [EG:config] Registered schema for users model. | |
| [email protected] | debug: [EG:config] REDIS_HOST replaced in configuration file | |
| [email protected] | debug: [EG:config] REDIS_PORT replaced in configuration file | |
| [email protected] | info: [EG:config] Registered schema for credentials model. | |
| [email protected] | info: [EG:config] Registered schema for applications model. | |
| [email protected] | debug: [EG:config] ConfigPath: /usr/src/service/config/system.config.yml | |
| [email protected] | debug: [EG:config] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 047361e93acf107deafdb46d087b8dd47112ecb638b165e38a7ea310f71664ec274c82f691bf88f2e62a5337c882dc2fefb43dd93bb048d38dced12a783189b8bf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import log from 'llog' | |
| import path from 'path' | |
| import fastifyStatic from 'fastify-static' | |
| import fastifyCompress from 'fastify-compress' | |
| import { service } from './service' | |
| import sdkData from './sdkData' | |
| import UA from 'browserslist-useragent' | |
| const { src, legacySrc } = sdkData |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ➜ ~ k get cm config -o yaml | |
| apiVersion: v1 | |
| data: | |
| config.yaml: | | |
| branch-protection: | |
| orgs: | |
| jenkins-x: | |
| repos: | |
| dummy: | |
| required_status_checks: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> | |
| <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> | |
| <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> | |
| <link rel="manifest" href="/site.webmanifest"> | |
| <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"> | |
| <meta name="msapplication-TileColor" content="#2d89ef"> | |
| <meta name="theme-color" content="#ffffff"> |