gemini.git

going-flying.com gemini git repository

summary

tree

log

refs

6fb3e179899dea07679934b7f5229e49a5885162 - Matthew Ernisse - 1716904236

move repo into the hier, will checkout via deploy script

view tree

view raw

diff --git a/git/config.py b/git/config.py
index fbffc9a..1f4b932 100644
--- a/git/config.py
+++ b/git/config.py
@@ -1,8 +1,8 @@
 # where on the disk are the repos located
-GIT_CATALOG = "/srv/git/"
+GIT_CATALOG = "/var/gemini/git/repo/"
 # which path leads to your cgi app after the URL's host part
 CGI_PATH = "/git/cgi/"
 # your site's display name
-GIT_GMI_SITE_TITLE = "going-flying.com git repository"
+GIT_GMI_SITE_TITLE = "going-flying.com gemini git repository"
 # the "main" branch that git.gmi defaults to
 MAIN_BRANCH = "master"
diff --git a/git/repo/.molly b/git/repo/.molly
new file mode 100644
index 0000000..fb37fa2
--- /dev/null
+++ b/git/repo/.molly
@@ -0,0 +1,6 @@
+# Try to protect the checked-out version of our git repository.
+DirectoryListing = false
+
+[PermRedirects]
+"^/git/repo/" = "/git/cgi/"
+