Jump to content

[Support] ich777 - Application Dockers


ich777

Recommended Posts

Posted
15 minutes ago, ich777 said:

I think you are in the wrong support thread...

The Picoshare template is maintained by @knex666

Ups - thanks - I'll delete mine, if this works so that other looking for PS won't be directed here.

  • Thanks 1
Posted
22 hours ago, ich777 said:

Did you maybe run a fix permissions on your appdata folder? If so, please don't do this, this can cause such issues...

I did a while ago but I started over again before this issue so I don’t think they’re related

Posted
11 hours ago, ich777 said:

This is because it detects all devices also the card that you've bound to VFIO but that's basically a warning.

Ah OK 

11 hours ago, ich777 said:

Can you try to use as the key: h264_vaapi instead of h264_qsv

i have CPU i5 4440i , i changed to "intel" from "h264_qsv" like in they new docker-compose.yml ,they moved to autodetect. but i can check for h264_vaapi...

## Hardware video transcoding config (optional):

# PHOTOPRISM_FFMPEG_ENCODER: "nvidia" # FFmpeg Encoders ("software", "intel", "nvidia", "apple", "v4l2", "vaapi")

also i think its install same drivers in both ways ( "intel" and "h264_qsv")

 

image.thumb.png.eb3cecc5816a3370e96ada200d5e44d1.png

 

 

Posted
57 minutes ago, Masterwishx said:

also i have some warning in ffmpeg :

 WARNING: library configuration mismatch

This is something that should be reported on the Photoprism Github since this is container specific, is it now working?

 

59 minutes ago, Masterwishx said:

CPU i5 4440

This CPU (Haswell) isn't capable of transcoding HEVC (h265) from what I know: Click

  • Thanks 1
Posted (edited)
1 hour ago, ich777 said:

This CPU (Haswell) isn't capable of transcoding HEVC (h265)

Oh ,so i cant play HEVC vidoes ,or should i use software decode?

 

1 hour ago, ich777 said:

This is something that should be reported on the Photoprism Github since this is container specific, is it now working?

 

i wrote in github, you mean after changing to vaapi ?

Edited by Masterwishx
Posted
1 hour ago, Masterwishx said:

so i cant play HEVC vidoes

Exactly, on your CPU HEVC needs to be decoded in software because your hardware isn‘t capable of decoding HEVC.

  • Thanks 1
Posted (edited)

Just stumbled across the DebianBullseye container, wanted it as a good way to be able to browse personal sites while on a work device 🙈
Props to @ich777, this works really well! Super fast, easy to setup, I am super impressed. Thank you for creating this!

Edited by Mattyfaz
Extra info
  • Like 1
Posted

Hey, I'm using the firefox docker and it seems to work fine, however I'm trying to VPN / privoxy it through binhex-delugevpn container. Deluge VPN works fine, so I added  "--net=container:binhex-delugevpn" to the extra parameters, set the network to "none", and added 8080 to the ports in the binhex-delugevpn docker., but for some reason I can't then get firefox to work. When i try to click on the GUI (or go to the IP address of the server plus 8080), it has an error on the web browser saying "blocked".

Any ideas what I'm doing wrong and how to get the firefox docker to go through the VPN?

Posted
7 hours ago, PitRejection2359 said:

Deluge VPN works fine, so I added  "--net=container:binhex-delugevpn" to the extra parameters, set the network to "none", and added 8080 to the ports in the binhex-delugevpn docker.

Can you add a few screenshots from what you've made so far (port mappings), is maybe another container using port 8080 already in that container?

Posted
4 hours ago, ich777 said:

Can you add a few screenshots from what you've made so far (port mappings), is maybe another container using port 8080 already in that container?

I don't think anything else is using the 8080 port; screenshots added.

1. all port mappings in my dockers:573848295_Allcontainerdockerports.thumb.png.49dab585e244d2a8bc0cce26573c10e3.png

 

2. settings when adding firefox port to delugevpn docker:

810271824_delugevpnsettingsforfirefoxport.png.32b8789d44cb1da724ba769f1270d00c.png

 

3. firefox docker settings for network:967621556_firefoxsettings.png.0e43f579bbdaf952125b61db0640de68.png

 

4. error when clicking on firefox webGUI link:

399788281_errorwhenclickGUIforfirefox.png.bc1eb0b1ebe2333689d3d38be696c491.png

 

5. error when trying to use the IP & port of the server and firefox container:

259863561_vncerror.png.b5979151e9cd8bf5a798ea32848fcd96.png

 

anything give any clues there? Thank you for helping!

Posted
2 hours ago, PitRejection2359 said:

 

anything give any clues there?

Binhex has a FAQ that covers adding the required settings to his VPN containers that add exceptions to the firewall rules for input and output ports.

  • Like 1
Posted
1 hour ago, JonathanM said:

Binhex has a FAQ that covers adding the required settings to his VPN containers that add exceptions to the firewall rules for input and output ports.

Thank you - had another read of the FAQ and realised that the instructions have changed a bit since the SpaceInvaderOne video i was following, and I had to add the 8080 port to another field in the binhex vpn docker. All working now - cheers!

  • Like 1
Posted

Ok I am  having an absolute nightmare with the open vpn container. i have tried everything to get it configured .. I know my files are good cause we ran them on my friends unraid ...same docker and everything  connected at this point I am just at a loss. I hope someone can sort me out. This is what I get every time.

 

---Checking for optional scripts---
---No optional script found, continuing---
---Starting...---
ls: cannot access '/vpn/*': No such file or directory
ls: cannot access '/vpn/*': No such file or directory
Error: ipv4: FIB table does not exist.
Dump terminated
ERROR: VPN not configured!

 

Posted
10 minutes ago, kingofnie said:

I know my files are good cause we ran them on my friends unraid

How have you created the container?

 

Do you and your friend have a cache drive? To what is you appdata Share setbin the Share settings in terms of Use Cache? Can you post a screenshot from your Docker template?

Posted
10 minutes ago, ich777 said:

How have you created the container?

 

Do you and your friend have a cache drive? To what is you appdata Share setbin the Share settings in terms of Use Cache? Can you post a screenshot from your Docker template?

 

I figured it out  for some reason it was installing the default directory as mnt/cache when it wanted mnt/user changed that connected right up its the  strangest thing now I gotta figure out how to run plex through it when I lose access to it if its not in host mode lol. Thank you so much for your support and the awesome plugin.

Posted
23 minutes ago, kingofnie said:

it was installing the default directory as mnt/cache

This was done by intention and is the case on most of my containers…

Posted
28 minutes ago, kingofnie said:

mnt/cache when it wanted mnt/user

Do you have a cache drive?  How did you install this? Via Apps? (if no cache drive, the CA should have automatically adjusted the path to suit your system)

Posted
5 minutes ago, ich777 said:

This was done by intention and is the case on most of my containers…

 

I know in this case for some reason it just wouldnt work ...I do have a cache drive though. I cant begin to figure out why it wasnt working several of my other dockers use that path fine.

Posted

Hey there, i'm having trubble with photoprism converting RAW to JPEG when importing new pictures

2022-04-12 23:49:49 INFO import: deleted empty folder /photoprism/import/upload/1649800137033
2022-04-12 23:49:49 ERRO import: path lookup '/photoprism/.config/darktable' fails with: 'No such file or directory' in 2018/11/20181104_193232_448B7C67.cr2 (convert to jpeg)
2022-04-12 23:49:49 INFO darktable-cli: converting 2018/11/20181104_193232_448B7C67.cr2 to jpg
2022-04-12 23:49:49 INFO import: moving main raw file 8J0A0357.CR2 to 2018/11/20181104_193232_448B7C67.cr2
2022-04-12 23:49:49 INFO media: 8J0A0357.CR2 was taken at 2018-11-04 19:32:32 +0000 UTC (meta)

 

I dont't have any clue, everything other is running flawless

Posted
5 hours ago, Sanke said:

Hey there, i'm having trubble with photoprism converting RAW to JPEG when importing new pictures

Can you please post a screenshot from your template and post your Diagnostics?

Posted

Hey guys, i have an issue with the jDownloader container. Starting it results in the following log:

standard_init_linux.go:228: exec user process caused: no such file or directory
standard_init_linux.go:228: exec user process caused: no such file or directory
standard_init_linux.go:228: exec user process caused: no such file or directory
standard_init_linux.go:228: exec user process caused: no such file or directory
standard_init_linux.go:228: exec user process caused: no such file or directory
standard_init_linux.go:228: exec user process caused: no such file or directory
standard_init_linux.go:228: exec user process caused: no such file or directory
standard_init_linux.go:228: exec user process caused: no such file or directory

 

Anyone has an idea how to fix this?

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.

×
×
  • Create New...