-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhosting.html
More file actions
273 lines (270 loc) · 14.3 KB
/
Copy pathhosting.html
File metadata and controls
273 lines (270 loc) · 14.3 KB
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
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
<!DOCTYPE html>
<html lang="en">
<head>
<script src="/coi-serviceworker.js">
</script>
<meta charset="UTF-8" >
<meta name="robots" content="index, follow" >
<meta name="viewport" content="width=device-width, initial-scale=1.0" >
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' https://static.cloudflareinsights.com https://ajax.cloudflare.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' data: https:; font-src 'self' https://fonts.gstatic.com; connect-src 'self' https://cloudflareinsights.com; base-uri 'self'; frame-src 'self'; object-src 'none'" >
<meta http-equiv="Permissions-Policy" content="browsing-topics=(), interest-cohort=()" >
<meta name="referrer" content="strict-origin-when-cross-origin" >
<title>
ISO Hosting Providers - AcreetionOS
</title>
<meta property="og:type" content="website">
<meta property="og:url" content="https://acreetionos.org/hosting.html">
<meta property="og:title" content="ISO Hosting - AcreetionOS">
<meta property="og:description" content="Join the AcreetionOS ISO hosting program - provide mirrors for the community.">
<meta property="og:image" content="https://acreetionos.org/logo.webp">
<meta property="og:site_name" content="AcreetionOS">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://acreetionos.org/hosting.html">
<meta property="twitter:title" content="ISO Hosting - AcreetionOS">
<meta property="twitter:description" content="Join the AcreetionOS ISO hosting program - provide mirrors for the community.">
<meta property="twitter:image" content="https://acreetionos.org/logo.webp">
<meta name="description" content="Become an AcreetionOS ISO hosting provider. Register your mirror to help distribute AcreetionOS worldwide." >
<link rel="canonical" href="https://acreetionos.org/hosting.html" >
<link rel="icon" type="image/webp" href="acreetionoslogo.webp">
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="fonts.css">
<style>
:root{--green:#2ecc71;--bg:#121212;--panel:#1a1a1a;--box:#222;--border:#333;--text-bright:#e5e5e5;--text:#b2b2b2;--purple:#9b59b6;--storm:#61afef;--font-sans:'Roboto',sans-serif;--font-mono:'Fira Code',monospace}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background:var(--bg);color:var(--text-bright);line-height:1.6}.page-header{background:rgba(24,26,27,0.85);backdrop-filter:blur(12px);border-bottom:2px solid var(--green);border-radius:0 0 16px 16px;position:sticky;top:0;z-index:1000}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0.75rem 2rem}.logo{display:flex;align-items:center;gap:1rem;font-family:var(--font-mono);font-size:1.8rem;font-weight:700;color:var(--text-bright);text-decoration:none}.logo span{color:var(--green)}.logo-img{height:40px}.main-nav a{color:var(--text);text-decoration:none;margin-left:2rem;font-weight:500;transition:0.2s}.main-nav a:hover{color:var(--text-bright)}.container{max-width:900px;margin:4rem auto;padding:0 2rem}h1{font-size:2.8rem;color:var(--green);margin-bottom:1rem;font-family:var(--font-mono);text-align:center}h2{font-size:1.6rem;color:var(--text-bright);margin:2.5rem 0 1rem;font-family:var(--font-mono)}p{margin-bottom:1.2rem;color:var(--text);font-size:1.05rem}.card{background:var(--box);border:1px solid var(--border);border-radius:12px;padding:2rem;margin:1.5rem 0}.card h3{color:var(--green);margin-bottom:0.8rem;font-family:var(--font-mono)}label{display:block;margin-bottom:0.4rem;color:var(--text);font-size:0.9rem;font-weight:600}input,select,textarea{width:100%;padding:0.7rem;background:var(--panel);border:1px solid var(--border);border-radius:8px;color:var(--text-bright);font-size:0.95rem;margin-bottom:1rem;font-family:var(--font-sans)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--green)}textarea{resize:vertical;min-height:80px}.btn{display:inline-block;padding:0.8rem 1.5rem;border-radius:12px;font-weight:700;text-decoration:none;border:none;cursor:pointer;transition:all 0.2s;font-size:0.95rem}.btn-primary{background:var(--green);color:#111}.btn-primary:hover{background:#27ae60;transform:translateY(-2px)}.btn-primary:disabled{opacity:0.5;cursor:not-allowed;transform:none}.btn-danger{background:#e74c3c;color:#fff}.btn-danger:hover{background:#c0392b;transform:translateY(-2px)}.btn-outline{background:transparent;color:var(--green);border:1px solid var(--green)}.btn-outline:hover{background:rgba(46,204,113,0.1)}.tag{display:inline-block;padding:0.2rem 0.6rem;border-radius:6px;font-size:0.75rem;font-weight:600}.tag-active{background:rgba(46,204,113,0.2);color:var(--green)}.tag-pending{background:rgba(243,156,18,0.2);color:#f39c12}.tag-removed{background:rgba(231,76,60,0.2);color:#e74c3c}.flash{position:fixed;top:1rem;right:1rem;padding:1rem 1.5rem;border-radius:12px;font-weight:600;z-index:9999;max-width:400px;animation:slideIn 0.3s ease}.flash-success{background:rgba(46,204,113,0.95);color:#111}.flash-error{background:rgba(231,76,60,0.95);color:#fff}.flash-info{background:rgba(52,152,219,0.95);color:#fff}@keyframes slideIn{from{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.provider-list{display:grid;gap:0.8rem;margin:1rem 0}.provider-item{background:var(--panel);border:1px solid var(--border);border-radius:10px;padding:1.2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:0.8rem}.provider-item .info{flex:1}.provider-item .name{font-weight:700;color:var(--text-bright)}.provider-item .url{font-size:0.85rem;color:var(--storm)}.provider-item .url a{color:var(--storm);text-decoration:none}.provider-item .url a:hover{text-decoration:underline}.hidden{display:none!important}.tabs{display:flex;gap:0.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.tab-btn{padding:0.6rem 1.2rem;border-radius:8px;background:var(--box);border:1px solid var(--border);color:var(--text);cursor:pointer;font-weight:600;transition:0.2s}.tab-btn.active{background:var(--green);color:#111;border-color:var(--green)}.tab-btn:hover:not(.active){border-color:var(--green)}.page-footer{text-align:center;padding:3rem 2rem;margin-top:4rem;border-top:1px solid var(--border);color:#777;font-size:0.9rem}.page-footer p{color:#777;margin-bottom:0.5rem}.page-footer a{color:var(--green);text-decoration:none}.page-footer a:hover{text-decoration:underline}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:768px){.container{padding:0 1rem}h1{font-size:2rem}.header-content{flex-direction:column;gap:1rem}.main-nav a{margin-left:1rem}.grid-2{grid-template-columns:1fr}}.provider-detail{margin-top:0.3rem;font-size:0.85rem;color:var(--text)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--green)}
</style>
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","name":"ISO Hosting Providers - AcreetionOS","description":"Register as an AcreetionOS ISO hosting provider or browse current mirror providers.","url":"https://acreetionos.org/hosting.html","provider":{"@type":"Organization","name":"AcreetionOS"}}
</script>
<link rel="stylesheet" href="sidebar.css">
</head>
<body>
<div id="page-wrap">
<div id="page-scale">
<header class="page-header">
<div class="header-content">
<a href="index.html" class="logo">
<img src="acreetionoslogo.webp" alt="Logo" class="logo-img" width="40" height="40">
<span class="logo-text">
Acreetion
<span>
OS
</span>
</span>
</a>
<nav class="main-nav">
<a href="index.html">
Home
</a>
<a href="flash.html">
Downloads
</a>
<a href="wiki.html">
Wiki
</a>
<a href="status.html">
Status
</a>
</nav>
</div>
</header>
<div class="container" id="main-content">
<h1>
ISO Hosting Providers
</h1>
<p style="text-align:center;max-width:650px;margin:0 auto 2rem;font-size:1.1rem">
Help distribute AcreetionOS by hosting ISO mirrors. We list all active providers on the download page.
</p>
<div class="tabs">
<button type="button" class="tab-btn active" data-tab="register">
Register as Provider
</button>
<button type="button" class="tab-btn" data-tab="providers">
Current Providers
</button>
<button type="button" class="tab-btn" data-tab="manage">
Manage My Listing
</button>
</div>
<!-- REGISTER TAB -->
<div id="tab-register" class="tab-content">
<div class="card">
<h3>
Become a Mirror Provider
</h3>
<p>
If you have a server with bandwidth to spare, hosting an AcreetionOS ISO mirror helps users worldwide download faster. Requirements:
</p>
<ul style="color:var(--text);margin-bottom:1.2rem;padding-left:1.5rem;line-height:1.8">
<li>
A web-accessible server with minimum 10TB/month bandwidth
</li>
<li>
At least 50GB free disk space for ISOs
</li>
<li>
Willingness to sync ISOs weekly
</li>
<li>
A contact email for maintenance notices
</li>
</ul>
<form id="register-form">
<div class="grid-2">
<div>
<label for="org">
Organization Name *
</label>
<input type="text" id="org" required placeholder="e.g. My Hosting Co">
<label for="email">
Contact Email *
</label>
<input type="email" id="email" required placeholder="admin@yourorg.com">
<label style="display:flex;align-items:center;gap:0.5rem;margin-top:-0.5rem;margin-bottom:0.5rem;cursor:pointer">
<input type="checkbox" id="personal-email" style="width:auto;margin:0">
<span style="color:var(--text);font-size:0.85rem">
I don't have an organization email (personal use)
</span>
</label>
<label for="website">
Website
</label>
<input type="url" id="website" placeholder="https://example.com">
<label for="password">
Set a Password *
</label>
<input type="password" id="password" required minlength="6" placeholder="For managing your listing" autocomplete="new-password">
</div>
<div>
<label for="mirror-url">
ISO Mirror URL *
</label>
<input type="url" id="mirror-url" required placeholder="https://mirror.example.com/acreetionos/">
<label for="location">
Server Location *
</label>
<input type="text" id="location" required placeholder="e.g. New York, USA">
<label for="bandwidth">
Available Bandwidth
</label>
<input type="text" id="bandwidth" placeholder="e.g. 10 Gbps">
<label for="discord-user-id">
Discord User ID
<span style="color:#888;font-size:0.8rem">
(for ISO Hoster role)
</span>
</label>
<input type="text" id="discord-user-id" placeholder="Right-click your name in Discord → Copy ID">
<label for="notes">
Additional Notes
</label>
<textarea id="notes" placeholder="Any extra info about your mirror...">
</textarea>
<label style="display:flex;align-items:center;gap:0.5rem;margin-top:0.5rem;cursor:pointer">
<input type="checkbox" id="subscribe" checked style="width:auto;margin:0">
<span style="color:var(--text-bright)">
Subscribe to hosting provider updates via email
</span>
</label>
</div>
</div>
<button type="submit" class="btn btn-primary" id="register-btn">
Submit Registration
</button>
</form>
</div>
</div>
<!-- PROVIDERS TAB -->
<div id="tab-providers" class="tab-content hidden">
<div class="card">
<h3>
Active Mirror Providers
</h3>
<div id="provider-list" class="provider-list">
<p style="color:var(--text)">
Loading providers...
</p>
</div>
</div>
</div>
<!-- MANAGE TAB -->
<div id="tab-manage" class="tab-content hidden">
<div class="card">
<h3>
Manage Your Listing
</h3>
<p>
Enter your credentials to request removal or update your listing.
</p>
<form id="manage-form">
<label for="manage-email">
Your Email
</label>
<input type="email" id="manage-email" required placeholder="admin@example.com">
<label for="manage-password">
Your Password
</label>
<input type="password" id="manage-password" required placeholder="Enter your password" autocomplete="current-password">
<label for="manage-action">
Action
</label>
<select id="manage-action">
<option value="remove">
Request Removal (requires admin approval)
</option>
<option value="update">
Update Contact Info
</option>
</select>
<label for="manage-notes">
Reason or Updated Info
</label>
<textarea id="manage-notes" placeholder="Explain why you want to remove or what to update...">
</textarea>
<button type="submit" class="btn btn-danger">
Submit Request
</button>
</form>
</div>
</div>
<div id="flash-container">
</div>
<footer class="page-footer">
<p>
AcreetionOS is an independent project built on
<a href="https://archlinux.org" target="_blank" rel="noopener noreferrer">
Arch Linux
</a>
.
</p>
<p>
© 2026 AcreetionOS Project. Spokane, WA.
<a href="docs.html">
Contributing
</a>
<a href="governance.html">
Governance
</a>
</p>
</footer>
</div>
<script src="scale-page.js" defer>
</script>
<script src="sidebar.js" defer>
</script>
</div>
</div>
<script src="hosting-page.js">
</script>
<script>
document.addEventListener('DOMContentLoaded',function(){
document.querySelectorAll('.tab-btn').forEach(function(btn){
btn.addEventListener('click',function(){switchTab(this.getAttribute('data-tab'));});
});
document.getElementById('register-form').addEventListener('submit',registerProvider);
document.getElementById('manage-form').addEventListener('submit',manageListing);
});
</script>
<script src="footer.js" defer>
</script>
</body>
</html>