This repository provides a native Fedora/RHEL-compatible RPM package for the official Supabase CLI and synchronizes it automatically.
supabase-fedora-repo.interhosting.ushttps://jamone19.github.io/supabase-fedora-repo/CNAMEsupabase-fedora-repojamone19.github.ioImportant: Keep the Cloudflare record set to DNS only. GitHub must see the underlying CNAME while it verifies and provisions the custom domain.
# Add the repository definition
sudo dnf config-manager addrepo --from-repofile=https://supabase-fedora-repo.interhosting.us/supabase.repo
# Install Supabase CLI
sudo dnf install supabase -y
# Add the repository definition
sudo dnf config-manager -- --add-repo https://supabase-fedora-repo.interhosting.us/supabase.repo
# Install Supabase CLI
sudo dnf install supabase -y
Use this method when config-manager is not installed or available:
curl -fsSL https://supabase-fedora-repo.interhosting.us/supabase.repo | sudo tee /etc/yum.repos.d/supabase.repo >/dev/null
sudo dnf install supabase -y
Automated synchronization and deployment are managed through GitHub Actions.