You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Find packages that contain all TOKENS in their names / descriptions / keywords
O(mlogn)
Where multiple TOKENS are accepted, these are separated by commas, as in:
packages?names=spotify,teams,zoom
Caveat:by=desc is term-based, not regex based. This is for performance
reasons. So, packages?names=aura&by=desc will match on aura-bin but not on
auralcap.
Running a faur Instance
Running a personal faur instance is simple. First, you'll need package data.
From the top-level of the project repo:
This will run a local faur server on https://0.0.0.0:8080 . To run in TLS mode,
pass --key and --cert as well and HTTPS requests will be accepted on port
443. For example, here is how the official faur instance itself is invoked:
For live debugging, an nREPL server is embedded and ran on
localhost:7888. If running faur on a remote server, you can access this
nREPL remotely by first doing an SSH port-forward on your local machine:
and then performing a cider-connect-clj (or similar), selecting
localhost:7888 as the target. Once connected, you're free to inspect the
various Atoms or redefine functions.