-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2c8b58f
commit d8eb715
Showing
260 changed files
with
4,235 additions
and
5,257 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: Reusable dokku deploy workflow | ||
|
||
inputs: | ||
DOKKU_HOST: | ||
required: true | ||
DOKKU_USER: | ||
required: true | ||
DOKKU_KEY: | ||
required: true | ||
DOKKU_APP: | ||
required: true | ||
|
||
runs: | ||
using: "composite" | ||
steps: | ||
- name: "placeholder" | ||
shell: bash | ||
run: echo "placeholder" |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,121 @@ | ||
{ | ||
"cSpell.words": [ | ||
"Apkmirror", | ||
"Apkpure", | ||
"apks", | ||
"apksubmit", | ||
"Apksupport", | ||
"architecting", | ||
"armeabi", | ||
"authproxy", | ||
"autoinstaller", | ||
"autoinstallers", | ||
"azuretools", | ||
"bitbook", | ||
"bitcity", | ||
"bitizen", | ||
"bitizens", | ||
"bitprints", | ||
"Bluestacks", | ||
"bufbuild", | ||
"buildargs", | ||
"Buildx", | ||
"Checkin", | ||
"cloudinit", | ||
"codemetrics", | ||
"commitlint", | ||
"Conforti", | ||
"connectrpc", | ||
"cuda", | ||
"Cydia", | ||
"devcontainer", | ||
"devcontainers", | ||
"devel", | ||
"dockercompose", | ||
"Dockerode", | ||
"DOKKU", | ||
"DYNO", | ||
"emittery", | ||
"execa", | ||
"Fastify", | ||
"Formbody", | ||
"frida", | ||
"gamecenter", | ||
"Genymotion", | ||
"gitleaks", | ||
"glvnd", | ||
"googleapis", | ||
"gpasswd", | ||
"icsharpcode", | ||
"ilspy", | ||
"isort", | ||
"Jeeze", | ||
"Jsep", | ||
"kisstkondoros", | ||
"legotower", | ||
"leonitousconforti", | ||
"libvulkan", | ||
"loadapk", | ||
"localtime", | ||
"Logcat", | ||
"mediapath", | ||
"mediatype", | ||
"MITM", | ||
"mitmdump", | ||
"mitmproxy", | ||
"mitmweb", | ||
"mutantdino", | ||
"nimblebit", | ||
"nocheck", | ||
"nonbrowser", | ||
"noreply", | ||
"npmjs", | ||
"opengl", | ||
"packagejson", | ||
"pino", | ||
"Playstore", | ||
"pocketfrogs", | ||
"pocketplanes", | ||
"pockettrains", | ||
"proto", | ||
"protobuf", | ||
"protoc", | ||
"proxied", | ||
"proxying", | ||
"pulseaudio", | ||
"ratelimit", | ||
"resourcemonitor", | ||
"reuseaddr", | ||
"Roomate", | ||
"rushstack", | ||
"rushx", | ||
"shimataro", | ||
"socat", | ||
"Sooooooo", | ||
"structs", | ||
"swiftshader", | ||
"sysimg", | ||
"Tailscale", | ||
"tailwindcss", | ||
"timestamptz", | ||
"tinyburg", | ||
"tinytower", | ||
"tsdoc", | ||
"turncfg", | ||
"typeclass", | ||
"typeorm", | ||
"tzdata", | ||
"Ummm", | ||
"vercel", | ||
"visualstudioexptteam", | ||
"vscodeintellicode", | ||
"vulkan", | ||
"watchin", | ||
"webrtc", | ||
"Welp", | ||
"Winudf", | ||
"Xauthority", | ||
"xvfb", | ||
"Yayyyyyy" | ||
] | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"Gen Function _": { | ||
"prefix": "gg", | ||
"body": ["Effect.gen(function*(_) {", " $0", "})"], | ||
"description": "Generator Function with a _ parameter" | ||
}, | ||
"Gen Yield _": { | ||
"prefix": "yy", | ||
"body": ["yield* _($0)"], | ||
"description": "Yield generator calling _()" | ||
} | ||
} |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
// eslint-disable-next-line dot-notation | ||
export const secretSalt: string = process.env["SECRET_SALT"] || ""; |
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
Oops, something went wrong.