Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b65f36bb2d | |||
| 410f8882ee | |||
| 1da7816741 | |||
| 31178bace8 | |||
| fb468e83c2 | |||
| b20e8dfc3a | |||
| 9fe9a6576f | |||
| d405bf7caf | |||
| 4bbc0fa97e | |||
|
a0f8055328
|
|||
| 323451428b | |||
|
81c7757546
|
@@ -30,6 +30,16 @@ freeze are usually lost. RigDoctor pulls it together and keeps the evidence.
|
|||||||
or share a live **terminal session** for remote help.
|
or share a live **terminal session** for remote help.
|
||||||
- **Self-updating** — `apt upgrade`, or the in-app updater.
|
- **Self-updating** — `apt upgrade`, or the in-app updater.
|
||||||
|
|
||||||
|
## Screenshots
|
||||||
|
|
||||||
|
| Dashboard | Inventory |
|
||||||
|
|---|---|
|
||||||
|
|  |  |
|
||||||
|
|
||||||
|
**Share** — a read-only or interactive terminal session over the relay, for remote help:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
### Debian / Ubuntu — `.deb`
|
### Debian / Ubuntu — `.deb`
|
||||||
@@ -42,30 +52,20 @@ apt pulls the GUI dependencies (PySide6, pyte) automatically:
|
|||||||
sudo apt install ./rigdoctor_*_all.deb # CLI only: add --no-install-recommends
|
sudo apt install ./rigdoctor_*_all.deb # CLI only: add --no-install-recommends
|
||||||
```
|
```
|
||||||
|
|
||||||
**Or add the apt repository** for `apt install` + automatic updates. The registry is public and
|
**Or add the apt repository** for `apt install` + automatic updates (the registry is public and
|
||||||
GPG-signed — no token needed; just add the signing key and a deb822 source:
|
GPG-signed — no token needed):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# signing key → dearmored into the keyring
|
sudo curl https://git.jesseyvanofferen.com/api/packages/jessey/debian/repository.key -o /etc/apt/keyrings/gitea-jessey.asc
|
||||||
sudo install -d -m 0755 /etc/apt/keyrings
|
echo "deb [arch=all signed-by=/etc/apt/keyrings/gitea-jessey.asc] https://git.jesseyvanofferen.com/api/packages/jessey/debian stable main" | sudo tee /etc/apt/sources.list.d/gitea.list
|
||||||
curl -fsSL https://git.jesseyvanofferen.com/api/packages/jessey/debian/repository.key \
|
sudo apt update
|
||||||
| sudo gpg --dearmor -o /etc/apt/keyrings/gitea-jessey.gpg
|
sudo apt install rigdoctor
|
||||||
|
|
||||||
# the source (modern deb822 format, GPG-verified, all-arch)
|
|
||||||
sudo tee /etc/apt/sources.list.d/rigdoctor.sources >/dev/null <<'EOF'
|
|
||||||
Types: deb
|
|
||||||
URIs: https://git.jesseyvanofferen.com/api/packages/jessey/debian
|
|
||||||
Suites: stable
|
|
||||||
Components: main
|
|
||||||
Architectures: all
|
|
||||||
Signed-By: /etc/apt/keyrings/gitea-jessey.gpg
|
|
||||||
EOF
|
|
||||||
|
|
||||||
sudo apt update && sudo apt install rigdoctor
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Then `sudo apt upgrade` keeps it current.
|
Then `sudo apt upgrade` keeps it current.
|
||||||
|
|
||||||
|
Then `sudo apt upgrade` keeps it current.
|
||||||
|
|
||||||
### Any distro — self-extracting `.run` (no root)
|
### Any distro — self-extracting `.run` (no root)
|
||||||
|
|
||||||
Download **`rigdoctor-<version>-installer.run`** from the releases page and run it. It installs
|
Download **`rigdoctor-<version>-installer.run`** from the releases page and run it. It installs
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 171 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 141 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 78 KiB |
Reference in New Issue
Block a user