Federated wiki-server as simple express server distributed as a npm module and available on - github
.
The integrated package (including plugins is now published as wiki-server - github ![]()
# Server Options Options for the server can be passed in many ways: - As command line flags - As a configuration JSON file specified with --config - As a config.json file in the root folder or cwd. - As env vars prefixed with wiki_
Higher in the list takes precedence. The server will then try to guess all unspecified options.
Server Options
Options for the server can be passed in many ways:- As command line flags
- As a configuration JSON file specified with --config
- As a config.json file in the root folder or cwd.
- As env vars prefixed with wiki_
Higher in the list takes precedence. The server will then try to guess all unspecified options.
Neighborhood Seeding
Two options are added for seeding a neighborhood. When running a server farm --autoseed will populate the neighborhood with the other sites in the farm that have been visited. Adding --neighbours 'comma separated list of sites' will add those sites to the neighborhood.