Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrypted apt repository not signed #1482

Open
mandreko opened this issue May 23, 2024 · 2 comments
Open

Scrypted apt repository not signed #1482

mandreko opened this issue May 23, 2024 · 2 comments

Comments

@mandreko
Copy link

mandreko commented May 23, 2024

Describe the bug
The apt repository for Scrypted is not GPG signed. Because of this, installation of the desktop electron client on Ubuntu 24+, will fail, due to Ubuntu's new signing requirements.

To Reproduce
Steps to reproduce the behavior:

  1. Following the installation guide, run:
echo 'deb [trusted=yes] https://nuts.scrypted.app/apt stable main' | sudo tee /etc/apt/sources.list.d/scrypted.list
sudo apt update

Or using the new deb822 format, write scrypted.sources:

Types: deb
URIs: https://nuts.scrypted.app/apt
Suites: stable
Components: main

Expected behavior
The apt update should complete successfully, creating the index of installable applications.

Screenshots
image

Server (please complete the following information):
N/A

Hardware Model (please complete the following information):
N/A

Client (please complete the following information, if applicable):

  • OS: Ubuntu 24.04

Additional context
I've started looking at Ubuntu's new apt requirements. I'm trying to see if there's a way to force a trust, but haven't identified one yet.

@koush
Copy link
Owner

koush commented May 23, 2024

I'll get that fixed. I recommend running Scrypted in docker/proxmox regardless, this app is intended only to be used as a viewer.

@mandreko
Copy link
Author

Yep, I only use this on my desktop as a viewer to my NVR running on a proxmox server. ;)

Thanks a bunch! I think it should be a fairly easy to fix, but I've heard managers tell me that before when I was a software developer too...

Repository owner deleted a comment from crissmil Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants