Skip to content

Commit 87d7cda

Browse files
committed
clean up 20.04 references as it is no longer supported for new installs
1 parent 87855c7 commit 87d7cda

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

docs/reference/guides/chazguides/home-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ From this point on there is nothing special about the install process on this ho
163163

164164
This is just an example of the install. You should refer to the actual [install docs](../../../saltbox/install/install.md).
165165

166-
I installed Ubuntu server 20.04 on the machine, accepting all defaults except:
166+
I installed Ubuntu server 24.04 on the machine, accepting all defaults except:
167167

168168
- I enabled OpenSSH and imported my SSH keys from github
169169

docs/reference/guides/cloudbox.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Saltbox is a continuation of the Cloudbox project and is mostly compatible out of the box. Very little has to be done to bring your old Cloudbox data into Saltbox. Any customisations you have made or special roles are going to require extra work as Saltbox uses Traefik instead of nginx.
44

5-
IMPORTANT: Migration has the same requirements as a new install; Saltbox still expects a clean install of the OS; this means that you *cannot* upgrade an existing Cloudbox setup to Saltbox *in place*. You will have to back up, reinstall the OS fresh on the machine, then start the migration. Do not upgrade your Ubuntu 18.04 Cloudbox machine to Ubuntu 20.04 or higher and try to run this migration. It won't work.
5+
IMPORTANT: Migration has the same requirements as a new install; Saltbox still expects a clean install of the OS; this means that you *cannot* upgrade an existing Cloudbox setup to Saltbox *in place*. You will have to back up, reinstall the OS fresh on the machine, then start the migration. Do not upgrade your Ubuntu 18.04 Cloudbox machine to Ubuntu 22.04 or higher and try to run this migration. It won't work.
66

77
## Before Migration
88

@@ -96,9 +96,9 @@ Backup from Cloudbox as you normally would. You will need to make the backup dri
9696

9797
## Migration
9898

99-
IMPORTANT: Migration has the same requirements as a new install; Saltbox still expects a clean install of the OS; this means that you *cannot* upgrade an existing Cloudbox setup to Saltbox *in place*. You will have to back up, reinstall the OS fresh on the machine, then start the migration. Do not upgrade your Ubuntu 18.04 Cloudbox machine to Ubuntu 20.04 and try to run this migration. It won't work.
99+
IMPORTANT: Migration has the same requirements as a new install; Saltbox still expects a clean install of the OS; this means that you *cannot* upgrade an existing Cloudbox setup to Saltbox *in place*. You will have to back up, reinstall the OS fresh on the machine, then start the migration. Do not upgrade your Ubuntu 18.04 Cloudbox machine to Ubuntu 20.04+ and try to run this migration. It won't work.
100100

101-
Do not proceed unless the machine you're using is a fresh install of Ubuntu 20.04 or 22.04.
101+
Do not proceed unless the machine you're using is a fresh install of Ubuntu 22.04 or 24.04.
102102

103103
- Install the saltbox dependencies
104104

docs/reference/saltbox-vs-cloudbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ There isn't a maintained list of differences as the improvements have happened s
1515

1616
In terms of functionality the high points are
1717

18-
- Validated Ubuntu 20.04, 22.04, and 24.04 support (Saltbox will try to support newer releases quicker than Cloudbox has) which is useful in terms of hardware acceleration support with newer CPUs.
18+
- Validated Ubuntu 22.04, and 24.04 support (Saltbox will try to support newer releases quicker than Cloudbox has) which is useful in terms of hardware acceleration support with newer CPUs.
1919
- Support for IPv6 within the docker container network using NAT since we still want to keep things behind the reverse proxy.
2020
- Inventory system for simpler, upgrade-protected customization
2121
- Authelia single sign-on

docs/reference/server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tags:
1212

1313
About the requirements:
1414

15-
You will need a dedicated server freshly installed with Ubuntu Server [20.04](https://releases.ubuntu.com/20.04/), [22.04](https://releases.ubuntu.com/22.04/), or [24.04](https://releases.ubuntu.com/24.04/).
15+
You will need a dedicated server freshly installed with Ubuntu Server [22.04](https://releases.ubuntu.com/22.04/), or [24.04](https://releases.ubuntu.com/24.04/).
1616

1717
This server can be either local to you or rented froma server provider.
1818

@@ -24,7 +24,7 @@ When you install Ubuntu on the server, do not preinstall anything other than Ope
2424

2525
The install assumes that this is a fresh setup without anything else installed. If your server has things like Docker preinstalled, chances are the installer will fail with a non-obvious error, or other problems will show up later.
2626

27-
In other words, you should not upgrade your Ubuntu 18.04 machine running Cloudbox to Ubuntu 20.04 and then install Saltbox on top of it. You should wipe the machine, install 20.04 or 22.04 fresh and start there.
27+
In other words, you should not upgrade your Ubuntu 18.04 machine running Cloudbox to Ubuntu 22.04 and then install Saltbox on top of it. You should wipe the machine, install 22.04 or 24.04 fresh and start there.
2828

2929
Typically this server is remote to you; you can install on a home server, keeping in mind some [home server considerations](#home-server-considerations)
3030

docs/saltbox/basics/basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tags:
1313

1414
## What is Saltbox?
1515

16-
- [Saltbox](https://github.com/saltyorg/Saltbox) is an [Ansible](https://www.ansible.com/how-ansible-works) and [Docker](https://www.docker.com/what-container) based solution for rapidly deploying a cloud media server using LTS releases of Ubuntu Server 20.04, 22.04 or 24.04, running on AMD64. Non-LTS releases of Ubuntu or Desktop installs are not supported. Linux distributions other than Ubuntu are not supported. ARM processors, Raspberry Pi notably, are not supported.
16+
- [Saltbox](https://github.com/saltyorg/Saltbox) is an [Ansible](https://www.ansible.com/how-ansible-works) and [Docker](https://www.docker.com/what-container) based solution for rapidly deploying a cloud media server using LTS releases of Ubuntu Server 22.04 or 24.04, running on AMD64. Non-LTS releases of Ubuntu or Desktop installs are not supported. Linux distributions other than Ubuntu are not supported. ARM processors, Raspberry Pi notably, are not supported.
1717

1818
- Primary functions are: the automatic acquisition of media, being able to play it back from anywhere and from any device, and to a lesser extent storing that media on the cloud.
1919

docs/saltbox/prerequisites/prerequisites.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ There are, broadly, 4 prerequisites to installing Saltbox:
3636

3737
### Operating Systems
3838

39-
At this time, we only support LTS releases of Ubuntu Server [20.04](https://releases.ubuntu.com/20.04/), [22.04](https://releases.ubuntu.com/22.04/), or [24.04](https://releases.ubuntu.com/24.04/), freshly installed.
39+
At this time, we only support LTS releases of Ubuntu Server [22.04](https://releases.ubuntu.com/22.04/), or [24.04](https://releases.ubuntu.com/24.04/), freshly installed.
4040

4141
!!! warning
4242
Desktop editions are excluded. While Saltbox may technically run alongside a desktop environment, we will decline all forms of support around this use case.
@@ -47,7 +47,7 @@ For best results, the assumed server environment for Saltbox is:
4747

4848
- a dedicated remote server [not a VPS or a virtualized setup like proxmox] [see below for important information about Hetzner],
4949
- with a processor compliant with the `x86_64`/`amd64` [`arm` NOT SUPPORTED] architecture,
50-
- running a brand new fresh install of the server version of Ubuntu 20.04, 22.04, or 24.04,
50+
- running a brand new fresh install of the server version of Ubuntu 22.04, or 24.04,
5151
- from a server provider like Hetzner, OVH, kimsufi, etc.,
5252
- nothing else [docker, for example] preinstalled,
5353
- with at least 500GB of disk space, and

0 commit comments

Comments
 (0)