UBOS

@ubos
41 Followers
11 Following
37 Posts
Building open-source software for a thriving, user-centric, open social web
Websitehttps://ubos.net
UBOS - Open-source software for a thriving open social web | Release notes: UBOS update 2025-06-17

UBOS - Open-source software for a thriving open social web

New UBOS release, focused on:

* app updates
* improved developer documentation, in particular around developer VMs

https://ubos.net/releases/2025-05-10/release-notes/

UBOS - Open-source software for a thriving open social web | Release notes: UBOS update 2025-05-10

UBOS - Open-source software for a thriving open social web
Status: reworking developer setup documentation. Part 1: done.

UBOS Gears update with new functionality.

https://ubos.net/releases/2025-03-14/release-notes/

UBOS - Open-source software for a thriving open social web | Release notes: UBOS Gears update 2025-03-14

UBOS - Open-source software for a thriving open social web

* New UBOS version mostly to support the needs of #feditest
* Major website redesign
* There are new #EC2 images as well.

https://ubos.net/releases/2024-11-07/release-notes/

UBOS - Open-source software for a thriving open social web | Release notes: UBOS update 2024-11-07

UBOS - Open-source software for a thriving open social web

Looks like it's supposed to (this very instance):

$ sudo ubos-admin update -v
INFO : ubos-admin update -v
INFO : Setting device state to: in maintenance
INFO : Suspending sites
INFO : Backing up
INFO : Undeploying
INFO : Updating code
Packages upgraded: mastodon
INFO : ubos-admin update-stage2 --nostage3 --snapnumber /=9 -v
INFO : Installing prerequisites
INFO : Redeploying sites and restoring data
INFO : Resuming sites
INFO : Updating firewall
INFO : Setting device state to: operational

New UBOS release with fixes, new features and upgrades.

Release notes: https://ubos.net/releases/2024-08-17/release-notes/

UBOS - Open-source software for a thriving social web of peers | Release notes: UBOS update 2024-08-17

UBOS - Open-source software for a thriving social web of peers

According to the macOS spell checker, UBOS can also administer ...

sudo ufos-admin ...

We should play with that command a bit more :-P

If your Linux development containers just stopped networking after you upgraded your host OS, like ours did, the answer is that a systemd-networking setting has been renamed.

Edit /etc/systemd/network/wired.network, change:
IPForward=1
to
IPv4Forwarding=1
and restart networking:
systemctl restart systemd-networkd

See also https://gitlab.com/ubos/ubos-gears/-/issues/16

IPForward is deprecated (#16) · Issues · ubos / ubos-gears · GitLab

From the boot log: Jul 08 15:53:08 archlinux systemd-networkd[563]: /etc/systemd/network/wired.network:6: IPForward= setting is deprecated. Please use IPv4Forwarding= and/or IPv6Forwarding= in networkd.conf for global setting,...

GitLab

OpenSSH in the UBOS Linux repos has been updated to address a critical vulnerability affecting most systems running SSH. Please update immediately.

More info: https://ubos.net/releases/2024-07-01/release-notes/

UBOS - Open-source software for a thriving social web of peers | Update now: ssh vulnerability 2024-07-01

UBOS - Open-source software for a thriving social web of peers