bile |
| a simple self-hosted git server |
| git clone https://git.wayver.dev/bile |
| README | tree | log | refs |
Commit: 375565f690b958e08f589a7fee998ad5f47a70d0 (tree)
Parent: 788f4460a8c003cb5018293ae250a8d8feaa2f1b (tree)
Author: wayverd
Date: 2026 M02 17, Tue 21:50:28 -0500
3 files changed; 25 insertions 6 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..7704d0e
+# `bile`
+
+a simple self-hosted git server.
+
+its a fork of [thebotlynoob/agit](https://github.com/TheBotlyNoob/agit) (which is a fork of [alexwennerberg/mygit](https://github.com/alexwennerberg/mygit)),
+along with some styling based of [stagit](https://git.codemadness.org/stagit/).
+
+## config
+
+heres an example config showing all the configuration options
+
+```toml
+# the port the server will listen on
+port = 5000
+# Directory to find git repos
+project_root = "./repos"
+# the text shown in a browsers title bar
+site_name = "wayver's git archive"
+# file to check for in the .git directory to decide whether to publicly show a repo
+export_ok = "git-daemon-export-ok"
+# base URL to clone repositories from (without trailing slash)
+clone_base = "https://git.wayver.dev"
+# the number of commits to be shown when paginating the log
+log_per_page = 100
+```
diff --git a/README.md b/README.md
deleted file mode 100644
index 1ec7e56..0000000
-# `bile`
-
-a simple self-hosted git server.
-
-its a fork of [thebotlynoob/agit](https://github.com/TheBotlyNoob/agit) (which is a fork of [alexwennerberg/mygit](https://github.com/alexwennerberg/mygit)),
-along with some styling based of [stagit](https://git.codemadness.org/stagit/).
diff --git a/fuzz/repos/.gitinclude b/fuzz/repos/.gitinclude
new file mode 100644
index 0000000..e69de29