Latest
This commit is contained in:
parent
ebd5442608
commit
b89f75ab02
4 changed files with 23 additions and 31 deletions
39
docs/TODO.md
39
docs/TODO.md
|
@ -31,6 +31,7 @@ This page outlines various projects and tasks that we are currently working on.
|
|||
* deprecate ansible roles in softwareyml
|
||||
* Create seed for Lulu
|
||||
* [Title](https://github.com/essandess/macOS-Fortress)
|
||||
( https://github.com/sourcerer-io/sourcerer-app)
|
||||
|
||||
## Upstream
|
||||
|
||||
|
@ -77,6 +78,13 @@ The following links include software that need to be reviewed before including t
|
|||
|
||||
The following items are Docker containers that we may want to include as default containers deployed in our system.
|
||||
|
||||
* https://github.com/jitsi/jitsi-videobridge
|
||||
* https://github.com/gitlabhq/gitlabhq
|
||||
* https://github.com/opf/openproject
|
||||
* https://github.com/mastodon/mastodon
|
||||
* https://github.com/huginn/huginn
|
||||
* https://github.com/chatwoot/chatwoot
|
||||
* https://github.com/discourse/discourse
|
||||
* [Title](https://github.com/sipt/shuttle)
|
||||
* https://github.com/erxes/erxes - CRM
|
||||
* https://github.com/pawelmalak/flame - Homepage
|
||||
|
@ -234,34 +242,3 @@ Compose is now a Docker plugin. For Docker to find this plugin, symlink it:
|
|||
## Sources
|
||||
|
||||
* [Title](https://gist.github.com/pmkay/e09034971b6f23214fd9f95a3e6d1c44)
|
||||
|
||||
## Ruby
|
||||
[Title](https://github.com/huginn/huginn)
|
||||
[Title](https://github.com/jekyll/jekyll)
|
||||
[Title]()
|
||||
[Title]()
|
||||
[Title](https://github.com/sourcerer-io/sourcerer-app)
|
||||
[Title](https://github.com/chatwoot/chatwoot)
|
||||
[Title]()
|
||||
[Title](https://github.com/gitlabhq/gitlabhq)
|
||||
[Title]()
|
||||
[Title](https://github.com/jitsi/jitsi-videobridge)
|
||||
[Title](https://github.com/mastodon/mastodon)
|
||||
[Title](https://github.com/discourse/discourse)
|
||||
[Title](https://github.com/Shopify/liquid)
|
||||
[Title](https://github.com/mina-deploy/mina)
|
||||
[Title](https://github.com/rapid7/metasploit-framework)
|
||||
[Title]()
|
||||
[Title]()
|
||||
[Title]()
|
||||
[Title](https://github.com/ddollar/foreman)
|
||||
[Title](https://github.com/hanami/hanami)
|
||||
[Title](https://github.com/jordansissel/fpm)
|
||||
[Title](https://github.com/diaspora/diaspora)
|
||||
[Title](https://github.com/simplecov-ruby/simplecov)
|
||||
[Title](https://github.com/jnunemaker/httparty)
|
||||
[Title](https://github.com/thoughtbot/administrate)
|
||||
[Title](https://github.com/sj26/mailcatcher)
|
||||
[Title](https://github.com/guard/guard)
|
||||
[Title](https://github.com/opf/openproject)
|
||||
[Title](https://github.com/BetterErrors/better_errors)
|
|
@ -1054,6 +1054,7 @@ softwareGroups:
|
|||
- json-server
|
||||
- lighthouse
|
||||
- localtunnel
|
||||
- mailcatcher
|
||||
- majestic
|
||||
- medusa
|
||||
- mitmproxy
|
||||
|
@ -1487,6 +1488,8 @@ softwareGroups:
|
|||
note: Might only be needed in headless scenarios since Android Studio will download the tools
|
||||
- pkg: editly
|
||||
note: Editly NPM package is failing to install on macOS. Attempts to compile with node-gyp and fails.
|
||||
- pkg: metasploit
|
||||
note: Determine whether or not this will be flagged by management settings
|
||||
- pkg: rancher-desktop
|
||||
note: Conflicts with Docker Desktop
|
||||
- pkg: rear
|
||||
|
|
|
@ -74,6 +74,7 @@ if command -v vim > /dev/null; then
|
|||
alias vi="vim"
|
||||
alias v="vim"
|
||||
fi
|
||||
|
||||
### NVIM
|
||||
if command -v nvim > /dev/null; then
|
||||
alias nvim='env -u VIMINIT -u MYVIMRC nvim'
|
||||
|
|
11
software.yml
11
software.yml
|
@ -3258,6 +3258,17 @@ softwarePackages:
|
|||
- epk/epk/font-sf-mono-nerd-font
|
||||
- homebrew/cask-fonts/font-hack-nerd-font
|
||||
- homebrew/cask-fonts/font-meslo-lg-nerd-font
|
||||
metasploit:
|
||||
_github: https://github.com/rapid7/metasploit-framework
|
||||
_name: Metasploit Framework
|
||||
_when: '! test -f /opt/metasploit-framework/bin/msfconsole'
|
||||
script: curl -sSL --compressed https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > /tmp/msfinstall && chmod 755 /tmp/msfinstall && sudo /tmp/msfinstall
|
||||
mailcatcher:
|
||||
_bin: mailcatcher
|
||||
_github: https://github.com/sj26/mailcatcher
|
||||
_name: Mail Catcher
|
||||
brew: mailcatcher
|
||||
gem: mailcatcher
|
||||
fpm:
|
||||
_bin: fpm
|
||||
_deps:
|
||||
|
|
Loading…
Reference in a new issue