Oxygen Low's Software is a self-hostable website with many different features and apps built in for you to use.
Most user-data is stored on the cloud, so there's almost no need to transfer data between servers.
docker pull oxygenlow/oxygen-lows-software:latest
docker run -p 3000:3000 oxygenlow/oxygen-lows-software:latest
git clone https://github.com/Oxygen-Low/Oxygen-Lows-Software
pnpm install
pnpm build
pnpm start