-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRepos.sample.toml
95 lines (77 loc) · 1.87 KB
/
Repos.sample.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
## Rust
[repos."https://github.com/rust-lang/rust.wiki.git"]
vcs = "git"
allow_sync = true
bare = false
use_proxy = false
topics = ["rust", "wiki"]
[repos."https://github.com/rust-unofficial/awesome-rust.git"]
vcs = "git"
allow_sync = true
bare = false
use_proxy = false
topics = ["rust", "awesome"]
[repos."https://github.com/actix/actix-web.git"]
vcs = "git"
allow_sync = true
bare = false
use_proxy = false
topics = ["rust", "rust_lib", "web"]
## Python
[repos."https://github.com/vinta/awesome-python.git"]
vcs = "git"
allow_sync = true
bare = false
use_proxy = false
topics = ["python", "awesome"]
[repos."https://github.com/django/asgiref.git"]
vcs = "git"
allow_sync = true
bare = false
use_proxy = false
topics = ["python", "python_lib", "django", "asgi", "web"]
## Crystal
[repos."https://github.com/crystal-lang/crystal.wiki.git"]
vcs = "git"
allow_sync = true
bare = false
use_proxy = false
topics = ["crystal", "wiki"]
[repos."https://github.com/veelenga/awesome-crystal.git"]
vcs = "git"
allow_sync = true
bare = false
use_proxy = false
topics = ["crystal", "awesome"]
## Elixir
[repos."https://github.com/h4cc/awesome-elixir.git"]
vcs = "git"
allow_sync = true
bare = false
use_proxy = false
topics = ["elixir", "awesome"]
## docs
[repos."https://github.com/zealdocs/zeal.wiki.git"]
vcs = "git"
allow_sync = true
bare = false
use_proxy = false
topics = ["docs", "wiki"]
## gist::python
[repos."https://gist.github.com/maximilianhurl/cb5507354fc8be812c1e3a578627001f.git"]
vcs = "git"
allow_sync = true
bare = false
use_proxy = true
topics = ["python_lib", "apistar", "sqlalchemy", "demo"]
## gist::configuration
[repos."https://gist.github.com/njsmith/78f68204c5d969f8c8bc645ef77d4a8f.git"]
vcs = "git"
allow_sync = true
bare = false
use_proxy = true
topics = ["python_lib", "configuration_file_format", "json", "yaml", "toml"]
[proxy]
scheme = "http"
host = "127.0.0.1"
port = 8118