Latest
This commit is contained in:
parent
8db6c146c8
commit
c8ac018f64
3 changed files with 7 additions and 1 deletions
|
@ -5,6 +5,7 @@ Create issue about setting up completions - https://github.com/rsteube/lazycompl
|
||||||
|
|
||||||
This page outlines various projects and tasks that we are currently working on. Creating a GitHub issue for each of these items would be overkill.
|
This page outlines various projects and tasks that we are currently working on. Creating a GitHub issue for each of these items would be overkill.
|
||||||
|
|
||||||
|
- https://community.cloudflare.com/t/allowing-either-cloudflare-ca-pem-or-regular-for-npm/578284
|
||||||
- Integrate Sheldon
|
- Integrate Sheldon
|
||||||
- Look at Flipper Zero
|
- Look at Flipper Zero
|
||||||
- Consider https://formulae.brew.sh/cask/parallels-client#default
|
- Consider https://formulae.brew.sh/cask/parallels-client#default
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env sh
|
||||||
|
# @file Docker Aliases
|
||||||
|
# @brief Contains Docker aliases for running various containers
|
||||||
|
# @description
|
||||||
|
# This script contains Docker aliases. It may house more aliases in the future.
|
||||||
|
# Please consider opening a pull request to populate this file.
|
||||||
|
|
||||||
# https://github.com/ncarlier/webhookd
|
# https://github.com/ncarlier/webhookd
|
||||||
alias webhookd='docker run -d --name=webhookd -v ${PWD}/scripts:/scripts -p 8080:8080 ncarlier/webhookd'
|
alias webhookd='docker run -d --name=webhookd -v ${PWD}/scripts:/scripts -p 8080:8080 ncarlier/webhookd'
|
Loading…
Reference in a new issue