-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
231 lines (223 loc) · 9.34 KB
/
index.html
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bitdoze Utils - Helpful Scripts</title>
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<script src="https://cdn.tailwindcss.com"></script>
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap"
rel="stylesheet"
/>
<script
defer
data-domain="utils.bitdoze.com"
src="https://an.bitdoze.com/js/script.js"
></script>
</head>
<body
class="bg-gradient-to-br from-gray-100 to-gray-200 font-['Inter'] text-gray-800 min-h-screen"
>
<div class="container mx-auto px-4 py-12 max-w-4xl">
<header class="text-center mb-12">
<h1 class="text-5xl font-bold text-blue-600 mb-4">Bitdoze Utils</h1>
<p class="text-xl text-gray-600 mb-4">
Supercharge your system with our helpful scripts
</p>
<a
href="https://github.com/bitdoze/utils.bitdoze.com"
target="_blank"
rel="noopener noreferrer"
class="inline-block"
>
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-8 w-8 text-gray-700 hover:text-blue-600 transition-colors duration-300"
fill="currentColor"
viewBox="0 0 24 24"
aria-hidden="true"
>
<path
fill-rule="evenodd"
d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0112 6.844c.85.004 1.705.115 2.504.337 1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0022 12.017C22 6.484 17.522 2 12 2z"
clip-rule="evenodd"
/>
</svg>
</a>
</header>
<div
class="bg-yellow-100 border-l-4 border-yellow-500 text-yellow-700 p-4 mb-8 rounded-md shadow-md"
>
<div class="flex">
<div class="flex-shrink-0">
<svg
class="h-5 w-5 text-yellow-500"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 20 20"
fill="currentColor"
aria-hidden="true"
>
<path
fill-rule="evenodd"
d="M8.257 3.099c.765-1.36 2.722-1.36 3.486 0l5.58 9.92c.75 1.334-.213 2.98-1.742 2.98H4.42c-1.53 0-2.493-1.646-1.743-2.98l5.58-9.92zM11 13a1 1 0 11-2 0 1 1 0 012 0zm-1-8a1 1 0 00-1 1v3a1 1 0 002 0V6a1 1 0 00-1-1z"
clip-rule="evenodd"
/>
</svg>
</div>
<div class="ml-3">
<p class="text-sm">
These scripts have been tested on Debian-based systems like Ubuntu
24.04. They are intended for use on these systems only.
</p>
</div>
</div>
</div>
<div class="grid md:grid-cols-2 gap-8">
<div
class="bg-white shadow-lg rounded-lg overflow-hidden transition-transform duration-300 hover:scale-105"
>
<div class="bg-blue-600 text-white p-4">
<h2 class="text-2xl font-semibold">Postfix Setup Script</h2>
</div>
<div class="p-6">
<p class="text-gray-700 mb-4">
Easily set up Postfix SMTP for reliable email sending with our
automated script.
</p>
<h3 class="text-lg font-semibold text-gray-800 mb-2">
How to Run:
</h3>
<div class="bg-gray-100 p-3 rounded-md mb-4 overflow-x-auto">
<pre
class="text-sm font-mono text-gray-800 whitespace-pre-wrap"
><code>curl -sSL https://utils.bitdoze.com/scripts/postfix-setup.sh -o postfix-setup.sh
bash postfix-setup.sh</code></pre>
</div>
<div class="flex space-x-4">
<button
id="copyBtnPostfix"
class="bg-blue-600 text-white py-2 px-4 rounded-md hover:bg-blue-700 transition-colors duration-300"
>
Copy Command
</button>
<a
href="https://www.bitdoze.com/postfix-external-smtp/"
target="_blank"
rel="noopener noreferrer"
class="bg-green-600 text-white py-2 px-4 rounded-md hover:bg-green-700 transition-colors duration-300"
>
More Info
</a>
</div>
</div>
</div>
<div
class="bg-white shadow-lg rounded-lg overflow-hidden transition-transform duration-300 hover:scale-105"
>
<div class="bg-blue-600 text-white p-4">
<h2 class="text-2xl font-semibold">Docker Overlay2 View Script</h2>
</div>
<div class="p-6">
<p class="text-gray-700 mb-4">
View and analyze Docker overlay2 directory usage with this script.
</p>
<h3 class="text-lg font-semibold text-gray-800 mb-2">
How to Run:
</h3>
<div class="bg-gray-100 p-3 rounded-md mb-4 overflow-x-auto">
<pre
class="text-sm font-mono text-gray-800 whitespace-pre-wrap"
><code>curl -sSL https://utils.bitdoze.com/scripts/docker-overlay2-view.sh | bash</code></pre>
</div>
<div class="flex space-x-4">
<button
id="copyBtnDocker"
class="bg-blue-600 text-white py-2 px-4 rounded-md hover:bg-blue-700 transition-colors duration-300"
>
Copy Command
</button>
<a
href="https://www.bitdoze.com/clean-docker-overlay2-dir/"
target="_blank"
rel="noopener noreferrer"
class="bg-green-600 text-white py-2 px-4 rounded-md hover:bg-green-700 transition-colors duration-300"
>
More Info
</a>
</div>
</div>
</div>
<div
class="bg-white shadow-lg rounded-lg overflow-hidden transition-transform duration-300 hover:scale-105"
>
<div class="bg-blue-600 text-white p-4">
<h2 class="text-2xl font-semibold">Traefik Setup Script</h2>
</div>
<div class="p-6">
<p class="text-gray-700 mb-4">
Set up Traefik as a reverse proxy for your Docker containers with
this automated script.
</p>
<h3 class="text-lg font-semibold text-gray-800 mb-2">
How to Run:
</h3>
<div class="bg-gray-100 p-3 rounded-md mb-4 overflow-x-auto">
<pre
class="text-sm font-mono text-gray-800 whitespace-pre-wrap"
><code>curl -sSL https://utils.bitdoze.com/scripts/traefik-setup.sh -o traefik-setup.sh
bash traefik-setup.sh</code></pre>
</div>
<div class="flex space-x-4">
<button
id="copyBtnTraefik"
class="bg-blue-600 text-white py-2 px-4 rounded-md hover:bg-blue-700 transition-colors duration-300"
>
Copy Command
</button>
<a
href="https://www.bitdoze.com/traefik-proxy-docker/"
target="_blank"
rel="noopener noreferrer"
class="bg-green-600 text-white py-2 px-4 rounded-md hover:bg-green-700 transition-colors duration-300"
>
More Info
</a>
</div>
</div>
</div>
</div>
<footer class="mt-12 text-center text-gray-600">
<p>© 2024 Bitdoze Utils. All rights reserved.</p>
</footer>
</div>
<script>
document
.getElementById("copyBtnPostfix")
.addEventListener("click", function () {
const command = `curl -sSL https://utils.bitdoze.com/scripts/postfix-setup.sh -o postfix-setup.sh
bash postfix-setup.sh`;
navigator.clipboard.writeText(command);
this.textContent = "Copied!";
setTimeout(() => (this.textContent = "Copy Command"), 2000);
});
document
.getElementById("copyBtnDocker")
.addEventListener("click", function () {
const command = `curl -sSL https://utils.bitdoze.com/scripts/docker-overlay2-view.sh | bash`;
navigator.clipboard.writeText(command);
this.textContent = "Copied!";
setTimeout(() => (this.textContent = "Copy Command"), 2000);
});
document
.getElementById("copyBtnTraefik")
.addEventListener("click", function () {
const command = `curl -sSL https://utils.bitdoze.com/scripts/traefik-setup.sh -o traefik-setup.sh
bash traefik-setup.sh`;
navigator.clipboard.writeText(command);
this.textContent = "Copied!";
setTimeout(() => (this.textContent = "Copy Command"), 2000);
});
</script>
</body>
</html>