You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
739 B
20 lines
739 B
{
|
|
"name": "YaCy",
|
|
"description": "Decentralized Web Search",
|
|
"keywords": [
|
|
"yacy",
|
|
"search",
|
|
"p2p",
|
|
"decentralized",
|
|
"java"
|
|
],
|
|
"website": "http://yacy.net",
|
|
"repository": "https://github.com/yacy/yacy_search_server",
|
|
"logo": "http://yacy.net/material/YaCyLogo2011.svg",
|
|
"env": {
|
|
"MAVEN_CUSTOM_OPTS": {
|
|
"description": "Custom options required for maven build on Heroku. To run YaCy in senior mode, you MUST set -Dyacy.staticIP=your_app_name.herokuapp.com. Default admin password is 'heroku', passed encoded to -Dyacy.admin.passwd. You should replace it with your own custom password.",
|
|
"value": "-f libbuild/pom.xml -DskipTests=true -Dyacy.port=80 -Dyacy.admin.passwd=MD5:1029a0355adffb6378ceed9936ca9be4"
|
|
}
|
|
}
|
|
} |