This repository hosts a Debian APT repository for the threepics-dashboard application, a dashboard component for the Threepics project.
This repository includes:
dists/: Distribution metadata (Release, InRelease, etc.)
stable/: Stable release metadata and package listingsunstable/: Development/nightly builds and package listingspool/threepics-dashboard/: Compiled .deb packagespublic.key: The public GPG key used to verify the repository’s signed metadatarelease.conf, release-stable.conf, release-unstable.conf: Configuration files for release generationAll packages and metadata are signed with a GPG key. You can find the public key in the public.key file.
To trust the key on your Debian/Ubuntu system:
wget -O - https://three-pics.com/debian/public.key \
| gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/threepics.gpg
To use the repository on a Debian-based system:
Add the repository to your APT sources:
echo "deb [arch=armhf] https://three-pics.com/debian stable main" | sudo tee /etc/apt/sources.list.d/threepics.list
Add the GPG key (see above)
Update package list and install:
sudo apt update
sudo apt install threepics-dashboard
For the development/unstable version:
echo "deb [arch=armhf] https://three-pics.com/debian unstable main" | sudo tee -a /etc/apt/sources.list.d/threepics.list
.deb packages are automatically built and deployed via GitHub Actions, including:
Release, InRelease filesThis repository contains build and packaging metadata only. The threepics-dashboard software is licensed separately under its own license.
Maintained by three-pics.com