[support] Siwat's Docker Repository


Recommended Posts

14 hours ago, jazzyjeff said:

@Siwat2545 where are the log files for HomeBridge with GUI I want to add them to the frontend of the GUI, I know how to get the from unraid GUI or Command line via Dockers but I want them in front end gui on HomeBridge. Also Did you get the restart command to work on the gui?

 

Currently I can't find a way to view the log yet as homebridge doesn't create any log in the container (I'm actively finding a way to do it)

Link to comment

Getting an error while trying to use H265ize on a mkv file.

[h265ize]: [verbose] Handling keypresses...
[h265ize]: [verbose] Setting as-preset options...
[h265ize]: [verbose] Folder encoding started at Monday, December 3rd 2018, 4:54:00 AM
[h265ize]: Processing Nightflyers - 1x01 - All That We Left Behind.mkv...

[h265ize]: [verbose] Encoding started at Mon, 4:54 AM
[h265ize]: [verbose] Getting metadata...
[h265ize]: [verbose] Resolving video streams...
[h265ize]: [verbose] Upconverting...
[h265ize]: [verbose] Setting video bit depth...
[h265ize]: [verbose] Mapping streams...
[h265ize]: [alert] Audio does not have a title. Title set to "English EAC3 (5.1 Channel)".
[h265ize]: English
[h265ize]: [verbose] Detecting auto crop...
[h265ize]: Crop Detection: 1/12
[1000D[1A[2K[h265ize]: Crop Detection: 2/12
[1000D[1A[2K[h265ize]: Crop Detection: 3/12
[1000D[1A[2K[h265ize]: Crop Detection: 4/12
[1000D[1A[2K[h265ize]: Crop Detection: 5/12
[1000D[1A[2K[h265ize]: Crop Detection: 6/12
[1000D[1A[2K[h265ize]: Crop Detection: 7/12
[1000D[1A[2K[h265ize]: Crop Detection: 5/12
[1000D[1A[2K[h265ize]: Crop Detection: 6/12
[1000D[1A[2K[h265ize]: Crop Detection: 7/12
[1000D[1A[2K[h265ize]: Crop Detection: 8/12
[1000D[1A[2K[h265ize]: Crop Detection: 9/12
[1000D[1A[2K[h265ize]: Crop Detection: 10/12
[1000D[1A[2K[h265ize]: Crop Detection: 11/12
[1000D[1A[2K[h265ize]: Crop Detection: 12/12
[h265ize]: [alert] Output will be cropped to 1920x960. Originally 1920x1080
[h265ize]: [verbose] Mapping HE Audio streams...
[h265ize]: [verbose] Setting ffmpeg settings...
[h265ize]: [verbose] Encoding video...
[h265ize]: ffmpeg exited with code 1: Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
Error initializing output stream 0:0 --


encoded 0 frames
Conversion failed!


[h265ize]: [verbose] Finished encoding at Mon, 4:54 AM (a few seconds)
[h265ize]: Folder encoding finished at Monday, December 3rd 2018, 4:54:04 AM

[h265ize]: [alert] The following videos (1) were not encoded:
- /mnt/user/h265ize/input/Nightflyers - 1x01 - All That We Left Behind.mkv: ffmpeg exited with code 1: Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
Error initializing output stream 0:0 --

Any reason why? 

Link to comment
15 minutes ago, Siwat2545 said:

I do not understand, can you leave a reference to your question? (ie. the page where it say what subdomain.conf actually is)

i am running nextcloud container and letsencrypt container from linuxserver.io. i am using letsencrypt with nginx as a reverse proxy. The container provides standard configs for most docker containers such as nextcloud. the files can be found in "\appdata\letsencrypt\nginx\proxy-confs"

 

i have created an own subdomain for the officeserver but i cant reach it. i am only landing on the page "welcome to nginx"

 

server {
    listen 443 ssl;

    server_name office.*;

    include /config/nginx/ssl.conf;

    client_max_body_size 0;


    location / {
				include /config/nginx/proxy.conf;
				resolver 127.0.0.11 valid=30s;
                set $upstream_OnlyOfficeDocumentServer OnlyOfficeDocumentServer;
				proxy_pass http://$upstream_OnlyOfficeDocumentServer:443;
                proxy_redirect off;
                proxy_set_header Host $host;
                proxy_set_header X-Real-IP $remote_addr;
                proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
                proxy_set_header X-Forwarded-Host $server_name;
                proxy_set_header X-Forwarded-Proto $scheme;
        }
}

i have downloaded the nextcloud plugin "ONLYOFFICE" and have entered my subdomain into the field for the service address. But i always says "error on connect" bad request or timeout.

 

cant figure out where is my failure...thanks in advance.

Link to comment
3 minutes ago, mweis said:

i am running nextcloud container and letsencrypt container from linuxserver.io. i am using letsencrypt with nginx as a reverse proxy. The container provides standard configs for most docker containers such as nextcloud. the files can be found in "\appdata\letsencrypt\nginx\proxy-confs"

 

i have created an own subdomain for the officeserver but i cant reach it. i am only landing on the page "welcome to nginx"

 


server {
    listen 443 ssl;

    server_name office.*;

    include /config/nginx/ssl.conf;

    client_max_body_size 0;


    location / {
				include /config/nginx/proxy.conf;
				resolver 127.0.0.11 valid=30s;
                set $upstream_OnlyOfficeDocumentServer OnlyOfficeDocumentServer;
				proxy_pass http://$upstream_OnlyOfficeDocumentServer:443;
                proxy_redirect off;
                proxy_set_header Host $host;
                proxy_set_header X-Real-IP $remote_addr;
                proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
                proxy_set_header X-Forwarded-Host $server_name;
                proxy_set_header X-Forwarded-Proto $scheme;
        }
}

i have downloaded the nextcloud plugin "ONLYOFFICE" and have entered my subdomain into the field for the service address. But i always says "error on connect" bad request or timeout.

 

cant figure out where is my failure...thanks in advance.

oh, the nginx config, I do not know how to answer that as I do not use nginx as a proxy, I use HAProxy in pfSense I think you need to hit up the nginx container support forum on how to setup a nginx reverse proxy

Link to comment
2 minutes ago, mweis said:

okay fine, can u explain this just a bit more detailed? :D

 

This is what I do, I set network to host, my unraid ip is 192.168.0.134 and my nginx reverse proxy is on 192.168.1.12 (my subnet is 255.255.0.0 so 192.168.0.134 and 192.168.1.12 can see each other) i proxypass to https://192.168.0.134:4430 and https://192.168.0.134:4431

Link to comment
13 hours ago, jazzyjeff said:

For the time being, in HomeBridge I just used


apt-get update && apt-get -y install ffmpeg

 

 

It works for camera install I did this from the command line of course.

Yes, the version I release yesterday also allow you to add the apt package in the aptpackages variable (Download it from Apps Page again to make it work) just add ffmpeg to aptpackages variable

  • Like 1
Link to comment

Hello @Siwat2545,

 

Thank you for all the hard work you are doing! It is very useful!

I am trying to use the Home Assistant Control Panel and have not been able to get it started. I saw there was an update to the docker last night and update it but to no avail. Here is the log I am seeing:

 


Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [83.2 kB]
Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease
Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [274 kB]
Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [122 kB]
Get:6 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [744 kB]
Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [585 kB]
Fetched 1971 kB in 12s (160 kB/s)
Reading package lists...
File '/root/.homebridge/config.json' already there; not retrieving.
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 9 not upgraded.
npm ERR! addLocal Could not install /
npm ERR! Linux 4.18.17-unRAID
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install" "-g" "--unsafe-perm"
npm ERR! node v8.10.0
npm ERR! npm v3.5.2
npm ERR! code EISDIR
npm ERR! errno -21
npm ERR! syscall read

npm ERR! eisdir EISDIR: illegal operation on a directory, read
npm ERR! eisdir This is most likely not a problem with npm itself
npm ERR! eisdir and is related to npm not being able to find a package.json in
npm ERR! eisdir a package you are trying to install.

npm ERR! Please include the following file with any support request:
npm ERR! /npm-debug.log

 

 

Let me know if you need me to get the debug.log

 

Thank you 

Link to comment

Hi @Siwat2545, I'm trying to get an instance of your Home Assistant Control Panel (HACP) to talk to my Home Assistant (HA) instance but it's giving me a pop up error saying "Unable to connect to Home Assistant. Please check the Server URL is accessible from this device or change the URL below:". I've followed the HACP troubleshooting, confirmed my API Password works and added a "cors_allowed_origins" section to the http part of my HA's configuration.yaml but still no luck.

 

Do you have any idea what mistake I could be making?

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.