@@ -54,7 +54,8 @@ function initApp (config, callback) {
repo:pkg.homepage,
bugtracker:pkg.bugs,
noindex:config.noindex,
readonly:config.readonly
readonly:config.readonly,
siteMessage:config.siteMessage
});
app.express.use(function(req,res,next){
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.