- commit
- 2eb4fe9
- parent
- 913f235
- author
- Antonio Mika
- date
- 2024-07-22 17:51:54 +0000 UTC
Merge pull request #3 from picosh/chore-rm-lists chore: rm lists.sh
3 files changed,
+1,
-14
1@@ -37,7 +37,6 @@ scrape_configs:
2 - targets:
3 - prose.sh
4 - pastes.sh
5- - lists.sh
6 - imgs.sh
7 - pgs.sh
8 - feeds.sh
9@@ -58,7 +57,6 @@ scrape_configs:
10 - targets:
11 - prose.sh
12 - pastes.sh
13- - lists.sh
14 - imgs.sh
15 - pgs.sh
16 - feeds.sh
17@@ -98,7 +96,6 @@ scrape_configs:
18 - targets:
19 - prose.sh
20 - pastes.sh
21- - lists.sh
22 - imgs.sh
23 - pgs.sh
24 - feeds.sh
25@@ -125,7 +122,6 @@ scrape_configs:
26 - targets:
27 - prose.sh
28 - pastes.sh
29- - lists.sh
30 - imgs.sh
31 - pgs.sh
32 - feeds.sh
33@@ -152,13 +148,11 @@ scrape_configs:
34 - targets:
35 - prose.sh:22
36 - pastes.sh:22
37- - lists.sh:22
38 - imgs.sh:22
39 - pgs.sh:22
40 - feeds.sh:22
41 - prose.sh:650
42 - pastes.sh:650
43- - lists.sh:650
44 - imgs.sh:650
45 - pgs.sh:650
46 - feeds.sh:650
47@@ -184,13 +178,11 @@ scrape_configs:
48 - targets:
49 - prose.sh:22
50 - pastes.sh:22
51- - lists.sh:22
52 - imgs.sh:22
53 - pgs.sh:22
54 - feeds.sh:22
55 - prose.sh:650
56 - pastes.sh:650
57- - lists.sh:650
58 - imgs.sh:650
59 - pgs.sh:650
60 - feeds.sh:650
61@@ -216,7 +208,6 @@ scrape_configs:
62 - targets:
63 - https://prose.sh
64 - https://pastes.sh
65- - https://lists.sh
66 - https://pgs.sh
67 - https://feeds.sh
68 - https://monitoring.pico.sh
69@@ -239,7 +230,6 @@ scrape_configs:
70 - targets:
71 - https://prose.sh
72 - https://pastes.sh
73- - https://lists.sh
74 - https://pgs.sh
75 - https://feeds.sh
76 - https://monitoring.pico.sh
77@@ -332,7 +322,6 @@ scrape_configs:
78 - targets:
79 - http://prose.sh
80 - http://pastes.sh
81- - http://lists.sh
82 - http://imgs.sh
83 - http://pgs.sh
84 - http://feeds.sh
85@@ -359,7 +348,6 @@ scrape_configs:
86 - targets:
87 - http://prose.sh
88 - http://pastes.sh
89- - http://lists.sh
90 - http://imgs.sh
91 - http://pgs.sh
92 - http://feeds.sh
+1,
-1
1@@ -1,6 +1,6 @@
2 #!/bin/bash
3
4-FILTER=${1:-prose|lists|pastes|imgs}
5+FILTER=${1:-prose|pastes|imgs}
6
7 function _exit {
8 kill $(jobs -p)
+0,
-1
1@@ -3,7 +3,6 @@
2 CMD=${1:-up -d}
3
4 cd prose && docker compose $CMD
5-cd ../lists && docker compose $CMD
6 cd ../pastes && docker compose $CMD
7 cd ../imgs && docker compose $CMD
8 cd ../feeds && docker compose $CMD