Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Sherlock | 40,063 | 10 hours ago | 2 | February 25, 2019 | 113 | mit | Python | |||
🔎 Hunt down social media accounts by username across social networks | ||||||||||
Kind | 11,333 | 280 | 13 hours ago | 163 | September 22, 2022 | 181 | apache-2.0 | Go | ||
Kubernetes IN Docker - local clusters for testing Kubernetes | ||||||||||
Gitignore.io | 7,542 | 13 days ago | 7 | mit | Swift | |||||
Create useful .gitignore files for your project | ||||||||||
Testcontainers Java | 6,939 | 431 | 396 | 6 hours ago | 79 | June 29, 2022 | 497 | mit | Java | |
Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container. | ||||||||||
Frameworkbenchmarks | 6,883 | 8 hours ago | 111 | other | Java | |||||
Source for the TechEmpower Framework Benchmarks project | ||||||||||
Terratest | 6,769 | 116 | a day ago | 364 | September 08, 2022 | 228 | apache-2.0 | Go | ||
Terratest is a Go library that makes it easier to write automated tests for your infrastructure code. | ||||||||||
Goss | 5,103 | 8 days ago | 51 | apache-2.0 | Go | |||||
Quick and Easy server testing/validation | ||||||||||
Node Express Mongoose Demo | 5,054 | 1 | a month ago | 1 | January 18, 2016 | 3 | mit | JavaScript | ||
A simple demo app using node and mongodb for beginners (with docker) | ||||||||||
Boulder | 4,597 | 1 | 21 hours ago | 76 | April 24, 2021 | 200 | mpl-2.0 | Go | ||
An ACME-based certificate authority, written in Go. | ||||||||||
Maildev | 3,901 | 54 | 26 | 13 days ago | 44 | May 18, 2022 | 111 | other | SCSS | |
:mailbox: SMTP Server + Web Interface for viewing and testing emails during development. |
hydrus.app is the recommended way to use Hydrus Web. It will always be the latest stable version (latest commit on the master
branch) of Hydrus Web. It is automatically deployed with Vercel.
The latest development build (latest commit on the dev
branch) can be found at dev.hydrus.app.
A Docker image is provided for Hydrus Web.
It hosts Hydrus Web on port 80 using nginx. Hydrus Web needs to be hosted with valid HTTPS unless it is only being used on localhost
. The Docker image is meant to be used with some proxy that can provide HTTPS (like Caddy or Traefik).
You may also want to run Hydrus on Docker.
Unless you are opening Hydrus Web on the same device the Hydrus client is running on, you will need to make its API available with valid HTTPS. This will likely mean running some form of reverse proxy.
There is now a guide on doing this with Caddy, Duck DNS, and Tailscale. There are other methods like using a self-signed CA as well.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.