Discussion
Loading...

#Tag

  • About
  • Code of conduct
  • Privacy
  • Users
  • Instances
  • About Bonfire
Stefano Marinelli boosted
BastilleBSD :freebsd:
@BastilleBSD@fosstodon.org  ·  activity timestamp last week

Will be working on a new build of BastilleBSD .iso images to include the latest advisory fixes and base updates.

In the meantime, here's your reminder to `pkg upgrade` / `freebsd-update fetch install` on your FreeBSD systems.

#FreeBSD #advisory #bastilleBSD

  • Copy link
  • Flag this post
  • Block
BastilleBSD :freebsd:
@BastilleBSD@fosstodon.org  ·  activity timestamp last week

Will be working on a new build of BastilleBSD .iso images to include the latest advisory fixes and base updates.

In the meantime, here's your reminder to `pkg upgrade` / `freebsd-update fetch install` on your FreeBSD systems.

#FreeBSD #advisory #bastilleBSD

  • Copy link
  • Flag this post
  • Block
Stefano Marinelli boosted
BastilleBSD :freebsd:
@BastilleBSD@fosstodon.org  ·  activity timestamp 4 weeks ago

Want to contribute?

BastilleBSD is open-source.

Docs, testing, templates, feedback—all welcome.

Your expertise can help shape our next release!

#FreeBSD #BastilleBSD #opensource

  • Copy link
  • Flag this post
  • Block
BastilleBSD :freebsd:
@BastilleBSD@fosstodon.org  ·  activity timestamp 4 weeks ago

Want to contribute?

BastilleBSD is open-source.

Docs, testing, templates, feedback—all welcome.

Your expertise can help shape our next release!

#FreeBSD #BastilleBSD #opensource

  • Copy link
  • Flag this post
  • Block
Stefano Marinelli boosted
BastilleBSD :freebsd:
@BastilleBSD@fosstodon.org  ·  activity timestamp 4 weeks ago

Mini-guide: Deploying a simple nginx proxy jail:

PKG nginx
SERVICE nginx enable
SERVICE nginx start

Simple. Reproducible. Automated.

#FreeBSD #BastilleBSD #Rocinante

  • Copy link
  • Flag this post
  • Block
BastilleBSD :freebsd:
@BastilleBSD@fosstodon.org  ·  activity timestamp 4 weeks ago

Mini-guide: Deploying a simple nginx proxy jail:

PKG nginx
SERVICE nginx enable
SERVICE nginx start

Simple. Reproducible. Automated.

#FreeBSD #BastilleBSD #Rocinante

  • Copy link
  • Flag this post
  • Block
Stefano Marinelli boosted
BastilleBSD :freebsd:
@BastilleBSD@fosstodon.org  ·  activity timestamp 4 weeks ago

In 2000, Poul-Henning Kamp introduced FreeBSD jails.

Fast forward 25 years: BastilleBSD lets you manage dozens (or hundreds) of them with ease.

Same roots, more polish.

We build on the shoulders of giants.

#FreeBSD #BastilleBSD

  • Copy link
  • Flag this post
  • Block
BastilleBSD :freebsd:
@BastilleBSD@fosstodon.org  ·  activity timestamp 4 weeks ago

In 2000, Poul-Henning Kamp introduced FreeBSD jails.

Fast forward 25 years: BastilleBSD lets you manage dozens (or hundreds) of them with ease.

Same roots, more polish.

We build on the shoulders of giants.

#FreeBSD #BastilleBSD

  • Copy link
  • Flag this post
  • Block
Stefano Marinelli boosted
BastilleBSD :freebsd:
@BastilleBSD@fosstodon.org  ·  activity timestamp last month

Want to isolate a DNS resolver?

bastille create dns 14.3-RELEASE 10.0.0.53
bastille pkg dns install unbound
bastille service dns unbound enable
bastille service dns unbound start

You now have a private resolver in a jail, safe from the host.

#FreeBSD #BastilleBSD #Unbound #DNS

  • Copy link
  • Flag this post
  • Block
Stefano Marinelli boosted
BastilleBSD :freebsd:
@BastilleBSD@fosstodon.org  ·  activity timestamp last month

Bastille networks can be bridged, NAT’d, or VNET’d.

Run jails like mini-VMs, or keep them lean on localhost.

Flexibility is baked in.

Which setup do you prefer?

#FreeBSD #BastilleBSD #VNET #NAT

  • Copy link
  • Flag this post
  • Block
Stefano Marinelli boosted
BastilleBSD :freebsd:
@BastilleBSD@fosstodon.org  ·  activity timestamp last month

Did you know Bastillefiles let you declare system configs as code. Example:

PKG nginx
SYSRC nginx_enable=YES
SERVICE nginx start

Infrastructure as text—track it in git, share it with the world.

#FreeBSD #BastilleBSD #Rocinante

  • Copy link
  • Flag this post
  • Block
BastilleBSD :freebsd:
@BastilleBSD@fosstodon.org  ·  activity timestamp last month

Want to isolate a DNS resolver?

bastille create dns 14.3-RELEASE 10.0.0.53
bastille pkg dns install unbound
bastille service dns unbound enable
bastille service dns unbound start

You now have a private resolver in a jail, safe from the host.

#FreeBSD #BastilleBSD #Unbound #DNS

  • Copy link
  • Flag this post
  • Block
Stefano Marinelli boosted
BastilleBSD :freebsd:
@BastilleBSD@fosstodon.org  ·  activity timestamp last month

Quick tip:

> bastille create alcatraz 14.3-RELEASE 10.17.89.63

→ In one command, you’ve got an isolated FreeBSD jail spun up.

Perfect for testing or deploying apps safely and cleanly.

#FreeBSD #BastilleBSD

  • Copy link
  • Flag this post
  • Block
BastilleBSD :freebsd:
@BastilleBSD@fosstodon.org  ·  activity timestamp last month

Bastille networks can be bridged, NAT’d, or VNET’d.

Run jails like mini-VMs, or keep them lean on localhost.

Flexibility is baked in.

Which setup do you prefer?

#FreeBSD #BastilleBSD #VNET #NAT

  • Copy link
  • Flag this post
  • Block
Stefano Marinelli boosted
BastilleBSD :freebsd:
@BastilleBSD@fosstodon.org  ·  activity timestamp last month

Considering a jump from Docker to Jails?

BastilleBSD gives you a lighter, faster, more secure alternative—no daemon overhead, just native FreeBSD isolation.

#FreeBSD #BastilleBSD

  • Copy link
  • Flag this post
  • Block
Stefano Marinelli boosted
BastilleBSD :freebsd:
@BastilleBSD@fosstodon.org  ·  activity timestamp last month

Unix philosophy reminder: Do one thing well.

BastilleBSD keeps that spirit alive by automating FreeBSD jails cleanly.

Small tools, composable power.

What’s your favorite "do one thing well" tool?

#FreeBSD #BastilleBSD #UNIX

  • Copy link
  • Flag this post
  • Block
BastilleBSD :freebsd:
@BastilleBSD@fosstodon.org  ·  activity timestamp last month

Did you know Bastillefiles let you declare system configs as code. Example:

PKG nginx
SYSRC nginx_enable=YES
SERVICE nginx start

Infrastructure as text—track it in git, share it with the world.

#FreeBSD #BastilleBSD #Rocinante

  • Copy link
  • Flag this post
  • Block
BastilleBSD :freebsd:
@BastilleBSD@fosstodon.org  ·  activity timestamp last month

Quick tip:

> bastille create alcatraz 14.3-RELEASE 10.17.89.63

→ In one command, you’ve got an isolated FreeBSD jail spun up.

Perfect for testing or deploying apps safely and cleanly.

#FreeBSD #BastilleBSD

  • Copy link
  • Flag this post
  • Block
BastilleBSD :freebsd:
@BastilleBSD@fosstodon.org  ·  activity timestamp last month

Unix philosophy reminder: Do one thing well.

BastilleBSD keeps that spirit alive by automating FreeBSD jails cleanly.

Small tools, composable power.

What’s your favorite "do one thing well" tool?

#FreeBSD #BastilleBSD #UNIX

  • Copy link
  • Flag this post
  • Block
BastilleBSD :freebsd:
@BastilleBSD@fosstodon.org  ·  activity timestamp last month

Considering a jump from Docker to Jails?

BastilleBSD gives you a lighter, faster, more secure alternative—no daemon overhead, just native FreeBSD isolation.

#FreeBSD #BastilleBSD

  • Copy link
  • Flag this post
  • Block
Log in

bonfire.cafe

A space for Bonfire maintainers and contributors to communicate

bonfire.cafe: About · Code of conduct · Privacy · Users · Instances
Bonfire social · 1.0.0-rc.3.21 no JS en
Automatic federation enabled
  • Explore
  • About
  • Members
  • Code of Conduct
Home
Login