I hereby claim:
- I am mayocream on github.
- I am mayocream (https://keybase.io/mayocream) on keybase.
- I have a public key whose fingerprint is CC3E 9C36 BF34 15F3 7E68 D592 21CB B025 7CBD DEF6
To claim this, I am signing this object:
| version: '2' | |
| services: | |
| redis-node-0: | |
| image: docker.io/bitnami/redis-cluster:5.0 | |
| volumes: | |
| - redis-cluster_data-0:/bitnami/redis/data | |
| environment: | |
| - 'ALLOW_EMPTY_PASSWORD=yes' | |
| - 'REDIS_NODES=redis-node-0 redis-node-1 redis-node-2 redis-node-3 redis-node-4 redis-node-5' |
| [Unit] | |
| Description=Clash | |
| After=network.target | |
| After=network-online.target | |
| Wants=network-online.target | |
| [Service] | |
| Type=simple | |
| WorkingDirectory=/etc/clash | |
| User=root |
| DOMAIN-SUFFIX,ts.shoujo.network | |
| DOMAIN-SUFFIX,beta.tailscale.net | |
| DOMAIN-SUFFIX,dev1.me | |
| IP-CIDR,100.64.0.0/10 |
| <!DOCTYPE NETSCAPE-Bookmark-file-1> | |
| <!-- This is an automatically generated file. | |
| It will be read and overwritten. | |
| DO NOT EDIT! --> | |
| <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> | |
| <TITLE>Bookmarks</TITLE> | |
| <H1>Bookmarks</H1> | |
| <DL><p> | |
| <DT><H3 ADD_DATE="1632151371" LAST_MODIFIED="1632151379" PERSONAL_TOOLBAR_FOLDER="true">Bookmarks bar</H3> | |
| <DL><p> |
I hereby claim:
To claim this, I am signing this object:
| local to_hex = require "resty.string".to_hex | |
| local get_rand_bytes = require "kong.tools.utils".get_rand_bytes | |
| local concat = table.concat | |
| local proxy_span = { | |
| trace_id = get_rand_bytes(16), | |
| span_id = get_rand_bytes(8), | |
| parent_id = get_rand_bytes(8), | |
| should_sample = true, | |
| } |
| for i in (luarocks path | awk '{sub(/PATH=/, "PATH ", $2); print "set -gx "$2}'); eval $i; end |
| gateway.QueryPlanList{ | |
| &gateway.QueryPlan{ | |
| Operation: &ast.OperationDefinition{ | |
| Operation: "query", | |
| Name: "", | |
| VariableDefinitions: ast.VariableDefinitionList(nil), | |
| Directives: ast.DirectiveList(nil), | |
| SelectionSet: ast.SelectionSet{ | |
| &ast.Field{ | |
| Alias: "allUsers", |
| version: "3.8" | |
| services: | |
| postgres: | |
| image: postgres:13 | |
| command: -c max_connections=5000 | |
| environment: | |
| POSTGRES_PASSWORD: kong | |
| POSTGRES_USER: kong | |
| POSTGRES_DB: kong |
| if status is-interactive | |
| # Commands to run in interactive sessions can go here | |
| /opt/homebrew/bin/brew shellenv | source | |
| starship init fish | source | |
| fnm env --use-on-cd | source | |
| kubectl completion fish | source | |
| abbr -a k kubectl | |
| end |