commit a7a53906bebb4e9fcc6fe5be1174d9e54bba5da8 from: roman zolotarev date: Wed Feb 18 20:49:35 2026 UTC add gotsys.conf commit - 2f12fd2ec3f6e7f7790b755042876522e17c0d7b commit + a7a53906bebb4e9fcc6fe5be1174d9e54bba5da8 blob - 035680f16d57d63c4cc322adad43a22f835d6200 blob + b9b91d7b7b907a1694ff24d6fb600dc30a82835a --- index.html +++ index.html @@ -1,8 +1,18 @@ + + +
 hey, hey!
 
 \ (^_^) /
 
-... but are you looking for
-    got.romanzolotarev.com?
-
+are you looking for +got.romanzolotarev.com? + + + + +powered by gothub.org +see my gotsys.conf + +@hi@romanzolotarev.com blob - /dev/null blob + ed070332a9f1c526c561a9434ccec442addd6cc7 (mode 644) --- /dev/null +++ gotsys.conf.txt @@ -0,0 +1,37 @@ +user romanzolotarev { + authorized key [redacted] +} +repository gotsys { + permit rw romanzolotarev +} +repository romanzolotarev.gothub.org { + permit rw romanzolotarev + permit ro anonymous +} +repository ssg { + permit rw romanzolotarev + permit ro anonymous +} + +web server romanzolotarev.gothub.org { + site owner "@hi@romanzolotarev.com" + disable authentication + repositories url path "/repos" + repository romanzolotarev.gothub.org { + hide repository off + } + website "/" { + repository romanzolotarev.gothub.org + } +} + +web server got.romanzolotarev.com { + site owner "@hi@romanzolotarev.com" + disable authentication + repository ssg { + hide repository off + } + repository romanzolotarev.gothub.org { + hide repository off + } +} blob - /dev/null blob + 60b5ea3c4211a3527dc4265f0a0cc0e7bc64632e (mode 644) --- /dev/null +++ style.css @@ -0,0 +1 @@ +html { font-size: 20px; padding: 1rem; }