You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Efertone d26aa0680e
leftover
2 years ago
minio minio-send-email 2 years ago
misskey leftover 2 years ago
readme.md groupping 2 years ago

readme.md

nf-test

Create app

fn create app fn-test

Deploy one app

fn deploy --app fn-test --local
# or
fn deploy --app fn-test

Deploy all

fn deploy --all --local
# or
fn deploy --all

Payload

{
  "Host": "https://slippy.xyz",
  "APIKey": "xxxx"
}

UI

docker run --rm -it --link fnserver:api -p 4000:4000 -e "FN_API_URL=http://api:8080" fnproject/ui