-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
396 lines (391 loc) · 16.1 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
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
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Source Themes Academic 4.6.0">
<meta name="author" content="Christer Edwards">
<meta name="description" content="Bastille is an open-source system for automating deployment and management of containerized applications on FreeBSD.">
<link rel="alternate" hreflang="en-us" href="https://bastillebsd.org/">
<meta name="theme-color" content="#800000">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.8.6/css/academicons.min.css" integrity="sha256-uFVgMKfistnJAfoCUQigIl+JfUaP47GrRKjf6CTPVmw=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css" integrity="sha256-+N4/V/SbAFiW1MPBCXnfnP9QSN3+Keu+NlB+0ev/YKQ=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css" integrity="sha256-Vzbj7sDDS/woiFS3uNKo8eIuni59rjyNGtXfstRzStA=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/styles/github.min.css" crossorigin="anonymous" title="hl-light">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/styles/github.min.css" crossorigin="anonymous" title="hl-dark" disabled>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,700%7CRoboto:400,400italic,700%7CRoboto+Mono&display=swap">
<link rel="stylesheet" href="/css/academic.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-493849-18"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
function trackOutboundLink(url) {
gtag('event', 'click', {
'event_category': 'outbound',
'event_label': url,
'transport_type': 'beacon',
'event_callback': function () {
document.location = url;
}
});
console.debug("Outbound link clicked: " + url);
}
function onClickCallback(event) {
if ((event.target.tagName !== 'A') || (event.target.host === window.location.host)) {
return;
}
trackOutboundLink(event.target);
}
gtag('js', new Date());
gtag('config', 'UA-493849-18', { 'anonymize_ip': true });
document.addEventListener('click', onClickCallback, false);
</script>
<link rel="alternate" href="/index.xml" type="application/rss+xml" title="BastilleBSD">
<link rel="manifest" href="/index.webmanifest">
<link rel="icon" type="image/png" href="/img/icon-32.png">
<link rel="apple-touch-icon" type="image/png" href="/img/icon-192.png">
<link rel="me" href="https://fosstodon.org/@BastilleBSD">
<link rel="canonical" href="https://bastillebsd.org/">
<meta property="twitter:card" content="summary">
<meta property="og:site_name" content="BastilleBSD">
<meta property="og:url" content="https://bastillebsd.org/">
<meta property="og:title" content="BastilleBSD">
<meta property="og:description" content="Bastille is an open-source system for automating deployment and management of containerized applications on FreeBSD."><meta property="og:image" content="https://bastillebsd.org/img/icon-192.png">
<meta property="twitter:image" content="https://bastillebsd.org/img/icon-192.png"><meta property="og:locale" content="en-us">
<meta property="og:updated_time" content="2025-04-20T11:11:11-07:00">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite","url": "https://bastillebsd.org/"
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Project",
"@id": "https://bastillebsd.org/",
"name": "BastilleBSD",
"address": {
"@type": "PostalAddress",
"streetAddress": "",
"addressLocality": "",
"addressRegion": "",
"postalCode": "",
"addressCountry": ""
},
"url": "https://bastillebsd.org/"
}
</script>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.js"></script>
<script>
window.addEventListener("load", function(){
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#800000",
"text": "#fff"
},
"button": {
"background": "#fff",
"text": "#800000"
}
},
"theme": "classic",
"content": {
"message": "This website uses cookies to ensure you get the best experience on our website.",
"dismiss": "Got it!",
"link": "Learn more",
"href": "https://cookies.insites.com"
}
})});
</script>
<title>BastilleBSD</title>
</head>
<body id="top" data-spy="scroll" data-offset="70" data-target="#navbar-main" >
<aside class="search-results" id="search">
<div class="container">
<section class="search-header">
<div class="row no-gutters justify-content-between mb-3">
<div class="col-6">
<h1>Search</h1>
</div>
<div class="col-6 col-search-close">
<a class="js-search" href="#"><i class="fas fa-times-circle text-muted" aria-hidden="true"></i></a>
</div>
</div>
<div id="search-box">
</div>
</section>
<section class="section-search-results">
<div id="search-hits">
</div>
</section>
</div>
</aside>
<nav class="navbar navbar-expand-lg navbar-light compensate-for-scrollbar" id="navbar-main">
<div class="container">
<a class="navbar-brand" href="/">BastilleBSD</a>
<button type="button" class="navbar-toggler" data-toggle="collapse"
data-target="#navbar-content" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
<span><i class="fas fa-bars"></i></span>
</button>
<div class="navbar-collapse main-menu-item collapse justify-content-end" id="navbar-content">
<ul class="navbar-nav d-md-inline-flex">
<li class="nav-item">
<a class="nav-link active" href="/" data-target="[]"><span>Home</span></a>
</li>
<li class="nav-item">
<a class="nav-link " href="/blog/"><span>Blog</span></a>
</li>
<li class="nav-item">
<a class="nav-link " href="/templates/"><span>Templates</span></a>
</li>
<li class="nav-item">
<a class="nav-link " href="/getting-started/"><span>Getting Started</span></a>
</li>
<li class="nav-item">
<a class="nav-link " href="/history/"><span>History</span></a>
</li>
<li class="nav-item">
<a class="nav-link " href="/compare/"><span>Compare</span></a>
</li>
<li class="nav-item">
<a class="nav-link " href="/contact/"><span>Contact</span></a>
</li>
</ul>
</div>
<ul class="nav-icons navbar-nav flex-row ml-auto d-flex pl-md-2">
</ul>
</div>
</nav>
<span class="js-widget-page d-none"></span>
<section id="hero" class="home-section wg-hero " >
<div class="container">
<div class="row">
<div class="col-md-6 order-md-1 text-center text-md-left">
<h1 class="hero-title">
Bastille
</h1>
<div class="hero-lead"><p><strong>Bastille is an open-source system for automating deployment and management of containerized applications on FreeBSD.</strong></p>
</div>
<p class="cta-btns">
<a href="https://github.com/BastilleBSD/bastille" target="_blank" rel="noopener" class="btn btn-primary btn-lg"><i class="fab fa-github pr-1" aria-hidden="true"></i>Bastille on GitHub</a>
<a href="https://docs.bastillebsd.org" target="_blank" rel="noopener" class="hero-cta-alt pl-4">Bastille Documentation <i class="fas fa-angle-right"></i></a>
</p>
<p class="hero-note text-muted mb-0">
</p>
</div>
<div class="col-6 mx-auto col-md-6 order-md-2 hero-media">
<img src="/img/bastille-icon.png" alt="">
</div>
</div>
</div>
</section>
<section id="features" class="home-section wg-featurette " >
<div class="container">
<div class="row featurette">
<div class="col-md-12 section-heading">
<h1>Features</h1>
</div>
<div class="col-12 col-sm-4">
<div class="featurette-icon"><i class="fas fa-clone"></i></div>
<h3>Automation Templates</h3>
<p>Create and share container templates</p>
</div>
<div class="col-12 col-sm-4">
<div class="featurette-icon"><i class="fas fa-unlink"></i></div>
<h3>Zero Dependencies</h3>
<p>Containers are Lightweight. Bastille is too.</p>
</div>
<div class="col-12 col-sm-4">
<div class="featurette-icon"><i class="fas fa-user-shield"></i></div>
<h3>Highly Secure by Default</h3>
<p>Access Denied!</p>
</div>
<div class="col-12 col-sm-4">
<div class="featurette-icon"><i class="fas fa-times-circle"></i></div>
<h3>read-only root</h3>
<p>Confining the root user</p>
</div>
<div class="col-12 col-sm-4">
<div class="featurette-icon"><i class="fas fa-network-wired"></i></div>
<h3>Secure Networking</h3>
<p>Flexible Network & Firewall Options</p>
</div>
<div class="col-12 col-sm-4">
<div class="featurette-icon"><i class="fas fa-bullseye"></i></div>
<h3>Target Containers</h3>
<p>Execute commands inside one or ALL containers.</p>
</div>
<div class="col-12 col-sm-4">
<div class="featurette-icon"><i class="fab fa-freebsd"></i></div>
<h3>FreeBSD</h3>
<p>100%</p>
</div>
<div class="col-12 col-sm-4">
<div class="featurette-icon"><i class="fas fa-history"></i></div>
<h3>Snapshots</h3>
<p>Container snapshots and backups</p>
</div>
<div class="col-12 col-sm-4">
<div class="featurette-icon"><i class="fas fa-code-branch"></i></div>
<h3>Open Source</h3>
<p>BSD 3-Clause License</p>
</div>
<div class="col-12 col-sm-4">
<div class="featurette-icon"><i class="fas fa-hdd"></i></div>
<h3>Disk Quotas</h3>
<p>Limit the amount of disk a container can access</p>
</div>
<div class="col-12 col-sm-4">
<div class="featurette-icon"><i class="fas fa-layer-group"></i></div>
<h3>Stackable Templates</h3>
<p>Easily create stacks by including one template in another</p>
</div>
<div class="col-12 col-sm-4">
<div class="featurette-icon"><i class="fas fa-road"></i></div>
<h3>Active Roadmap</h3>
<p>We’ve got a plan</p>
</div>
</div>
</div>
</section>
<section id="hardware" class="home-section wg-featurette " >
<div class="container">
<div class="row featurette">
<div class="col-md-12 section-heading">
<h1>Hardware / Platforms</h1>
<p>Bastille is supported everywhere FreeBSD is supported:</p>
</div>
<div class="col-12 col-sm-4">
<div class="featurette-icon"><i class="fas fa-server"></i></div>
<h3>Server</h3>
</div>
<div class="col-12 col-sm-4">
<div class="featurette-icon"><i class="fab fa-raspberry-pi"></i></div>
<h3>Raspberry Pi</h3>
</div>
<div class="col-12 col-sm-4">
<div class="featurette-icon"><i class="fas fa-cloud"></i></div>
<h3>Cloud Provider</h3>
</div>
</div>
</div>
</section>
<section id="about" class="home-section wg-about " >
<div class="container">
<div class="row">
<div class="col-12 col-lg-4">
<div id="profile">
<img class="portrait" src="https://s.gravatar.com/avatar/e88245acaed053e12a6eaa24d2e2bff9?s=200')" alt="Avatar">
<div class="portrait-title">
<h2>Christer Edwards</h2>
<h3>Code Custodian</h3>
<h3>
<a href="https://github.com/BastilleBSD/bastille" target="_blank" rel="noopener">
<span>Bastille on GitHub</span>
</a>
</h3>
</div>
<ul class="network-icon" aria-hidden="true">
<li>
<a href="https://fosstodon.org/@BastilleBSD" target="_blank" rel="noopener">
<i class="fab fa-mastodon big-icon"></i>
</a>
</li>
<li>
<a href="https://github.com/BastilleBSD/bastille" target="_blank" rel="noopener">
<i class="fab fa-github big-icon"></i>
</a>
</li>
<li>
<a href="https://gitlab.com/BastilleBSD-Templates" target="_blank" rel="noopener">
<i class="fab fa-gitlab big-icon"></i>
</a>
</li>
<li>
<a href="https://discord.gg/FawhD6DUdm" target="_blank" rel="noopener">
<i class="fab fa-discord big-icon"></i>
</a>
</li>
<li>
<a href="https://www.youtube.com/channel/UCniTnQDKIZN9ZTLPiyMI5eA" target="_blank" rel="noopener">
<i class="fab fa-youtube big-icon"></i>
</a>
</li>
<li>
<a href="https://patreon.com/BastilleBSD" target="_blank" rel="noopener">
<i class="fab fa-patreon big-icon"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="col-12 col-lg-8">
<h1>About Bastille</h1>
<p>Bastille containers are extremely lightweight and provide a full featured
UNIX-like operating system inside. These containers can be used for software
development, rapid testing, and secure production Internet services.</p>
<p>Bastille integrates best practices and automation concepts learned over
twenty years deploying secure Internet services.</p>
<p>Current version: <code>0.14.20250420</code>.</p>
<p>Bastille is released under the <a href="https://github.com/BastilleBSD/bastille/blob/master/LICENSE">BSD 3-Clause license</a>.</p>
<p>Bastille proudly uses <a href="https://freebsd.org">FreeBSD</a> Jails as the container technology. Read a <a href="http://phk.freebsd.dk/sagas/jails/">brief history of Jails</a> by the author, Poul-Henning Kamp.</p>
<div class="row">
</div>
</div>
</div>
</div>
</section>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.4/imagesloaded.pkgd.min.js" integrity="sha256-lqvxZrPLtfffUl2G/e7szqSvPBILGbwmsGE1MKlOi0Q=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.6/isotope.pkgd.min.js" integrity="sha256-CBrpuqrMhXwcLLUd5tvQ4euBHCdh7wGlDfNz8vbu/iI=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.js" integrity="sha256-yt2kYMy0w8AbtF89WXb2P1rfjcP/HTHLT7097U8Y5b8=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/highlight.min.js" integrity="sha256-1zu+3BnLYV9LdiY85uXMzii3bdrkelyp37e0ZyTAQh0=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/languages/shell.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script src="/js/academic.min.97a09d5f4a4db841d4e43045bd339c16.js"></script>
<div class="container">
<footer class="site-footer">
<p class="powered-by">
© 2018-2025 · BastilleBSD
<span class="float-right" aria-hidden="true">
<a href="#" class="back-to-top">
<span class="button_icon">
<i class="fas fa-chevron-up fa-2x"></i>
</span>
</a>
</span>
</p>
</footer>
</div>
<div id="modal" class="modal fade" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Cite</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<pre><code class="tex hljs"></code></pre>
</div>
<div class="modal-footer">
<a class="btn btn-outline-primary my-1 js-copy-cite" href="#" target="_blank">
<i class="fas fa-copy"></i> Copy
</a>
<a class="btn btn-outline-primary my-1 js-download-cite" href="#" target="_blank">
<i class="fas fa-download"></i> Download
</a>
<div id="modal-error"></div>
</div>
</div>
</div>
</div>
</body>
</html>