feat: Add notes for fingertip

This commit is contained in:
2025-04-21 20:51:40 +10:00
parent af2b61462f
commit 21f7c6aead

29
Fingertip_Mint.md Normal file
View File

@@ -0,0 +1,29 @@
# Fingertip on Linux Mint Desktop
View video tutorial:
https://cloud.woodburn.au/s/n7Q3k7QyEnwygjX
Install prerequisites:
```bash
sudo apt install libfuse2 libunbound-dev
```
Download latest release AppImage from SANE version of Fingertip:
https://github.com/randomlogin/fingertip
Make the AppImage executable:
```bash
chmod +x Fingertip-*.AppImage
```
Run the AppImage:
```bash
./Fingertip-*.AppImage
```
On the fingertip notification icon in the system tray, right-click and select Options > Help.
Then in the "Manual Setup" page download the certificate and copy the proxy pac URL.
Open the system settings > Network > Network Proxy. Set the Method to Automatic and paste in the URL.
Next we need to import the certificate authority into your preferred browser.
You can usually just open the settings in the browser and search for "Certificates". Then import the certificate into the "Authorities" tab and make sure you select the option to trust it for identifying websites.