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.
83 lines
5.1 KiB
83 lines
5.1 KiB
# YaCy Network Unit Definition
|
|
# ----------------------------
|
|
# There is not only a single global YaCy network, but there can be also separated networks
|
|
# This file describes the properties of the network, how it is bootstraped, if it is moderated
|
|
# and so on. It is also possible to describe authentification methods for in-protocol communication
|
|
# To distinguish between index areas where the shared web index is for a intranet or the public internet,
|
|
# we distinguish local and global networks. Each network type can have different user groups.
|
|
# Groups can be uncontrolled, moderated or controlled. The whole network may also have a global master.
|
|
# This file is adressed by the network.unit.definition property in yacy.init. If necessary this
|
|
# property can also address a URL where a network definition file can be hosted, so that a network
|
|
# can easily be moderated from a single central. In case of the public network of all independent peers
|
|
# for global indexing, the network definition is attached to the release and defines no network master or
|
|
# any other supervision.
|
|
|
|
# peer-to-peer construction using the bootstrap properties:
|
|
# 1st: a file within every distribution that has a list of URLs,
|
|
# or a location with a file containing a list of URLs:
|
|
# -> these are the superseed files (there are only two of these files)
|
|
# 2nd: the files that can be retrieved by the superseeds' URLs
|
|
# are called seed list-files. (there can be many of those)
|
|
# -> the seed list-files contain b.o. IP/port combinations of running YaCy peers
|
|
# -> seed-list files are written by principal peers
|
|
|
|
# Control Modes for Peer Groups:
|
|
# we have three different types of moderation:
|
|
# uncontrolled: only the peer's administrator may use protected pages of the YaCy interface
|
|
# moderated : the unit/group moderator may access some protected pages i.e. Crawl Start
|
|
# controlled : the unit/group moderator may access all pages of the peers within the same unit/group
|
|
|
|
# Defintion of property domains:
|
|
# network.unit.name = <any word, name of network; appears in network graphic>
|
|
# network.unit.description = <any string, just informal; appears in network graphic>
|
|
# network.unit.domain = 'global'|'local'
|
|
# network.unit.dhtredundancy = <integer number, 0 means no DHT enabled>
|
|
# network.unit.bootstrap.seedlist<n> = <an url to a seedlists-file, which is stored by a principal peer>
|
|
# network.unit.protocol.control = 'uncontrolled'|'moderated'|'controlled'
|
|
# network.unit.protocol.request.authentification.method = 'salted-magic'
|
|
# network.unit.protocol.request.authentification.essentials = <any string, a secret password>
|
|
# network.unit.protocol.response.authentification.method = 'challenge-pwresponse'
|
|
# network.unit.protocol.response.authentification.essentials = <a challenge string>':'<a secret response-string>
|
|
# network.unit.administration.control = 'uncontrolled'|'moderated'|'controlled'
|
|
# network.unit.administration.manager = <a .yacy or .yacyh - domain, naming the manager peer>
|
|
# network.unit.administration.request.authentification.method = 'salted-magic'
|
|
# network.unit.administration.request.authentification.essentials = <any string, a secret password>
|
|
|
|
|
|
# -----------------------------------------------------------------#
|
|
# this is a work in progress. disabled properties are not yet used #
|
|
# -----------------------------------------------------------------#
|
|
|
|
# general network definition
|
|
network.unit.name = freeworld
|
|
network.unit.description = Public YaCy Community
|
|
#network.unit.domain = global
|
|
network.unit.dhtredundancy.junior = 1
|
|
network.unit.dhtredundancy.senior = 3
|
|
network.unit.bootstrap.seedlist0 = http://de.geocities.com/d15511z/yacy/angel/seed.txt
|
|
network.unit.bootstrap.seedlist1 = http://home.arcor.de/hermens/yacy/seed.txt
|
|
network.unit.bootstrap.seedlist2 = http://low.audioattack.de/yacy/seed.txt
|
|
network.unit.bootstrap.seedlist3 = http://www.lulabad.de/seed.txt
|
|
network.unit.bootstrap.seedlist4 = http://www.yacy.net/yacy/seed.txt
|
|
network.unit.bootstrap.seedlist5 = http://www.marcelhenseler.de/yacy/seed.txt
|
|
network.unit.bootstrap.seedlist6 = http://www.dc-art.de/yacy/seed.txt
|
|
|
|
# each network may use different yacy distributions.
|
|
# the auto-updater can access network-specific update locations
|
|
network.unit.update.location0 = http://yacy.net/yacy/Download.html
|
|
network.unit.update.location1 = http://latest.yacy.net
|
|
network.unit.update.location2 = http://www.findenstattsuchen.info/YaCy/latest/index.php
|
|
|
|
# properties for in-protocol response authentification:
|
|
network.unit.protocol.control = uncontrolled
|
|
#network.unit.protocol.request.authentification.method = salted-magic-sim
|
|
#network.unit.protocol.request.authentification.essentials =
|
|
#network.unit.protocol.response.authentification.method = challenge-pwresponse
|
|
#network.unit.protocol.response.authentification.essentials =
|
|
|
|
# properties for unit access administrator-authentification:
|
|
#network.unit.administration.control = uncontrolled
|
|
#network.unit.administration.manager =
|
|
#network.unit.administration.request.authentification.method = salted-magic
|
|
#network.unit.administration.request.authentification.essentials =
|