Gossa is an open-source self-hosted photo gallery software that is built in Go language. In this tutorial, we will guide you through the process of installing Gossa on Ubuntu Server Latest.
Before you begin with the installation, make sure you have the following:
First, update your Ubuntu system to the latest packages using the following command:
sudo apt update && sudo apt upgrade -y
Next, to install and build Gossa, we need to install the following packages:
Run the following command to install:
sudo apt install git golang make gcc -y
Clone the Gossa repository using the following command:
git clone https://github.com/pldubouilh/gossa.git
Change the directory to the cloned repository as shown below:
cd gossa
Build and install Gossa using the following command:
make install
The above command will build and generate a binary file at the $GOBIN directory.
Create a configuration file for Gossa:
cp example_configs/gossa.yaml.example gossa.yaml
Then, edit gossa.yaml:
nano gossa.yaml
Change the following parameters:
Save the changes.
Start the Gossa service using the following command:
$GOBIN/gossa serve
Finally, Open your browser and navigate to http://localhost:14000 to access your Gossa gallery.
We have shown you how to install and configure Gossa on Ubuntu Server Latest. You can now use Gossa to manage and view your photos.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!