summaryrefslogtreecommitdiffstats
path: root/camping/gitweb.rb
diff options
context:
space:
mode:
Diffstat (limited to 'camping/gitweb.rb')
-rw-r--r--camping/gitweb.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/camping/gitweb.rb b/camping/gitweb.rb
index 37b0262..eb9417c 100644
--- a/camping/gitweb.rb
+++ b/camping/gitweb.rb
@@ -3,6 +3,10 @@ require 'camping'
require 'git'
#
+# gitweb is a web frontend on git
+# there is no user auth, so don't run this anywhere that anyone can use it
+# it's read only, but anyone can remove or add references to your repos
+#
# install dependencies
# sudo gem install camping-omnibus --source http://code.whytheluckystiff.net
#