CoApp not recognized in linuxserver/firefox docker container running on Synology NAS #1177
Replies: 2 comments 3 replies
-
This is out of my depth with this setup you have. What type of app is Firefox running as ? |
Beta Was this translation helpful? Give feedback.
-
Same here, Qnap and Firefox Docker... apk add curl Firefox3:/tmp# curl -sSLf https://github.com/aclap-dev/vdhcoapp/releases/latest/download/install.sh | bash Video Downloader Prime Addon working for me as alternative. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Your question
Sorry in advance if the CoApp is simply not supported on this environment but here goes:
Hardware: Synology DS-918+ NAS
NAS O/S: DSM 7.1.1-42962 Update 6
Synology Docker Package Version: 20.10.3-1308
Container Image: linuxserver/firefox:latest
Firefox Version in container: 128.0.3 (64 bit) for Alpine Linux (Alpine Linux - 1.0)
VdhCoApp install script:
https://github.com/aclap-dev/vdhcoapp/releases/latest/download/install.sh
BUT I had to comment out the “file $tmpfile” line in the script as the Linux “file” command is not implemented on a Synology NAS
Output from running script on container startup:
Downloading https://github.com/aclap-dev/vdhcoapp/releases/latest/download/install.sh
Extracting tarball…
Registering CoApp
Installing…
VdhCoApp : VdhCoApp is ready to be used
CoApp successfully installed under ‘~/.local/share/vdhcoapp’.
Output from ~/.local/share/vdhcoapp —info
{
"id": "net.downloadhelper.coapp",
"name": "VdhCoApp",
"version": "2.0.19",
"binary": "/config/.local/share/vdhcoapp/vdhcoapp",
"displayName": "VdhCoApp",
"description": "Video DownloadHelper companion app",
"target": {
"os": "linux",
"arch": "x86_64",
"node": "18"
},
"home": "/config",
"converterBinary": "/config/.local/share/vdhcoapp/ffmpeg",
"converterBase": "ffmpeg",
"converterBaseVersion": "c30f360"
}
Symptom:
On the More settings display of the Video Download Helper extension in Firefox is says “Companion App not installed” and “No such native application net.downloadhelper.coapp”
Diagnosis to date:
The contents of the ~/.local/share/vdhcoapp folder look ok but there appears to be no VdhCoApp.json” file in the ~/.mozilla/native-messaging-hosts directory and even when I create one there manually containing the output from the “vdhcoapp —info” command above and then restart Firefox via the “Restart normally…” button on firefox’s “about:profiles” screen this does not fix the problem.
So …
Any help would be gratefully appreciated. It would be great to be able to get this working not just for myself but for annyone else wanting to use this great Firefox extension in this way. Thanks in advance.
Addon & CoApp version and details
version: 9.1.0.42
target: mozilla
channel: stable
lang: en-US
coapp: {"found":false,"error":"No such native application net.downloadhelper.coapp"}
license: {"unneeded":true}
platform: x86-64 linux
UA: Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/Gecko/20100101 Firefox/128.0
{
"view_options": {
"all_tabs": false,
"low_quality": false,
"sort_by_status": true,
"sort_reverse": false,
"show_button_clean": true,
"show_button_clean_all": false,
"show_button_convert_local": false,
"hide_downloaded": false
},
"open_count_store": 6
}
Beta Was this translation helpful? Give feedback.
All reactions