user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
blob a6785a7c9fbd05e8a7da8eca77e23ea7e5642bd9 748 bytes (raw)
name: examples/public-inbox-config 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
 
# this usually in ~/.public-inbox/config and parseable with git-config(1)
# update t/config.t if changing this, that test relies on this
[publicinbox]
	nntpserver = news.example.com
	css = /path/to/share/public-inbox/216dark.css media=screen
	css = /path/to/share/public-inbox/216light.css media=print
	css = /path/to/share/public-inbox/216light.css \
		media='screen AND (prefers-color-scheme:light)'
[publicinboxwatch]
	spamcheck = spamc
[publicinbox "test"]
	address = try@public-inbox.org
	address = sandbox@public-inbox.org
	address = test@public-inbox.org
	mainrepo = /home/pi/test-main.git
	url = http://example.com/test
[publicinbox "meta"]
	address = meta@public-inbox.org
	mainrepo = /home/pi/meta-main.git
	url = http://example.com/meta

debug log:

solving a6785a7c ...
found a6785a7c in https://public-inbox.org/meta/20191004024559.GA24741@dcvr/
found 7fcbe0ba in https://80x24.org/public-inbox.git
preparing index
index prepared:
100644 7fcbe0ba52cecd1518f6949841a0079109ec12ba	examples/public-inbox-config

applying [1/1] https://public-inbox.org/meta/20191004024559.GA24741@dcvr/
diff --git a/examples/public-inbox-config b/examples/public-inbox-config
index 7fcbe0ba..a6785a7c 100644

Checking patch examples/public-inbox-config...
Applied patch examples/public-inbox-config cleanly.

index at:
100644 a6785a7c9fbd05e8a7da8eca77e23ea7e5642bd9	examples/public-inbox-config

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).