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.
|
2 years ago | |
---|---|---|
minio | 2 years ago | |
misskey | 2 years ago | |
readme.md | 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