dockerstarter

Members
  • Posts

    16
  • Joined

  • Last visited

Everything posted by dockerstarter

  1. Hey @Djoss, i looked through the container logs with the docker command you mentioned and did realize a late change. It finally generated the missing certs today. With this in mind i reapplied my LE certificates and 'voila'. I don't know why it suddenly is working. Did you change/update anything? ..if yes then that must've fixed it. I use the docker container "watchtower" to auto update all my containers. Watchtower sees every update of a container and auto pulls it and then restart my running containers. Sorry for trouble ๐Ÿ˜•
  2. Hi, i cannot start handbrake because it seems to not load ssl. here is a screenshot from my env: Other containers from Djoss works fine! Just this one seems to not load maybe due to ssl (it also doesn't generate certificates if you dont have already any)
  3. actually i just attach it to the usb port of my linux mint machine. Linux then automatically mount the drive to /media/username/nameofharddriveorssd/ i use portainer.io for a graphical administration of my local docker containers on the same machine.
  4. Okay then i guess i'll need to script something which stops the container before unmounting/removing the external hard drive and starting it again after attaching. Hmh ๐Ÿง ..maybe a cronjob with combination of other things. My brain is smoking ๐Ÿค” @Djoss there is some donation flying around if you'll be willing to assist me a bit (if you could or have any good idea and hints how to reach this goal, leave me any message here) ๐Ÿ‘
  5. Will check that now and get back to you with the results ๐Ÿ™‚ Edit: Wow with Chromium it did work and then i retried it with Firefox and it worked, too again. Kinda weird because yesterday it didn't work. I did some updates on my operating system and i remember that the graphics from the top bars of windows on the apps look a bit different (more modern) now. Im not sure what or who fixed it ๐Ÿ™ˆ Did you update anything? (i have watchtower running which automatically pulls and updates my containers) Edit: The integrated clipboard function is not working. But copy and paste with ctrl+c and ctrl+v works great.
  6. @Djoss I have a special use case for this container actually. I mount a external hard drive to my ubuntu machine running this container and then i start the container with the specified /output location. But when i start the container before mounting my external hard drive to my operating system then the container creates the missing folder and my operating system adds another folder with a number behind. The downloaded content will then be written to the internal drive because of this behaviour. I would be happy if someone could guide/help me a bit with this problem. Maybe i can correct it easily with docker settings? ..or is there a docker config which could be added? ๐Ÿ™‚ best regards dockerstarter
  7. Aha, oh okay then let us try to solve the issue. I am using Linux Mint 19 (Ubuntu 18.04 LTS) as my main operatings systems together with Firefox as my browser.
  8. Hey Djoss, it's me again ๐Ÿ™‚ I have two things that would be really awesome with this and also with your other containers. The first thing/suggestion is: I have two locations where i need to specify my files. This is due to heavy storage and the storage is split between two volumes. (Now it's about 60TB of data - split to two RAID volumes) Could you please add the possibility to specify two /output folders ? ...that would be awesome. I think it would be totally fine if FileBot or any other container app will show all of the two outputs all together in the container app. The second thing/suggestion is: Is there a way to disable right click in the web gui sessions? ...i mean i have two right click menus the one from the app and the one from my operating system. Would be really nice to have the os right click menu disabled. And additionally i want to note that the copy/paste function in the web gui seems to be broken as it will not insert the written text into the container app dialog. (Clipboard function not working) I noticed this while i tried to paste my template for renaming to the web gui. I have a very, very long template which i not really want to enter /update manually :-)
  9. @Djoss I'll try that and reporting back Edit: I tried it with renaming my certificates which where generated by my webserver in combination with let's encrypt. No luck so far. Either the openssl doesn't accept my certs, i am doing something wrong or a bug is present in the docker file. Until now - thanks for developing ssl into your dockers. That's really great ! I did send you a pm with detailed error reporting. Maybe your willing and able to provide helpful hints Edit2: Okay we got it working. I only had the cert.pem and chain.pem, after merging them together to fullchain.pem and renaming to web-fullchain.pem it is working like charm! Thank you for your help. I am willing to donate again. I like good work and that needs some thanks for taking free time to help others and developing. with kindest regards dockerstarter
  10. @ljm42 Hey, i have mixed feeling 'bout that solution. Also not too smart but thanks anyway for your support / suggestion. My local server already has a certification environment and a reverse proxy installed. That one is handling the certificates and automates renewal of those certificates. That's why it's at least for me not the smartest solution to set two extra containers up for this :-) with best regards dockerstarter
  11. You are my personal hero! Take your time, good work needs time.. I have another Idea that could be game changing with your dockers: - Support for optical drives / external usb devices over IP (especially MakeMKV would profit from a usb dvd drive, which you could be able to directly use dvds onto your NAS from remote hosts per web vncviewer/virtualhere combination for example) - add the ability to use optical drives from remote hosts via usbip protocol. I have read and cross read many threads about this. They'll saying that on my NAS the "usbip" module is not included and therefor only a server without dependencies can run. My thought is - could it be possible to include a usbip client in a docker container ? (for example the "virtualhere" client app which is freely available and this has also been talked and discussed by the author: Michael in this forum.) The app is very thin and small and has cli API which can be used to pass commands like port mapping. I think with a docker envirounment script added with a cli command we could set the port for this in the container and it has reverse connection support which is great to have as it should then be easily usable for the host system to connect an "optical drive" for example. -> Would be absolutely cool to see this added to your roadmap in the far future Guacamole is also a nice free piece of software. Tried to use it with another docker container and from what i see i liked it. But in it's actual state it is not that light weight as the actual way Djoss do it. Of course it may would be nice to see a separate branch "Djoss-mkvtoolnix-guacamole/stable" or similiar for testing purposes. But my personal preference is the actual way Djoss handles it's small, thin dockers. best and kindest regards dockerstarter
  12. im patient, he does a really good job and all in his spare time. I'd like to support him on the translation part of ombi v3 at that point he'd going to implement translation abilities. Already asked and hoping he will contact me when it's time
  13. Hello, i want to use VirtualHere to be able to connect my optical usb drive to a docker container. With this setup i would be able to use backup software/files from optical drives directly from my server in combination with web client software. The way in want to reach this: - Docker container with backup software/access to files on optical drives over ip -> - web client software for accessing docker container with backup software-> - virtualhere CLIENT installed in docker container-> - virtualhere server used/installed on laptop or computer ideally would be support from virtualhere for internal usb optical drives for example from laptop built in optical drives.
  14. Hi Djoss, i have the following setup: Your docker images running on my NAS. It's working great but now i want to be able to remotely access the software through secure TLS/SSL connections. I have certificates for my sub domains and want to use them. Normally i reach this goal with my pre-installed reverse proxy where i could redirect incoming traffic from a domain on port 443 to an internal mapped port. So i can map port 443 to internal port 5800. The problem is that the web viewer will be loaded but the connection fails due to the needed vnc port 5900. I am not able to double map port 443 from same domain with ssl traffic to two different ports. Accessing the vncserver without https (ssl) works like a charm when opening port 5800 and port 5900 on my router. But that could be used for man-in-the-middle attacks because the traffic will be transmitted "unencrypted". I would love to see support for SSL/encrypted traffic in your containers. I dont know if vncserver has something build in for that already or if there is another easy minimalistic way to reach that goal.. I use certificates from let's encrypt and those need to be updated on a regularly base. ( I believe every 90 days.) So it would be nice to have a certificate folder in a persist folder. I would script myself something to copy newly generated certs to that directory once they are updated. A environment variable to set a automatically restart of the vncserver/ssl cert catcher every "x" days would also be handy to pull the new certs in the server. (...if the vncserver has already support for that) I am thinking bout some more dons if something like this could be added as i am very new to docker and the docker cli. I heavily use the inbuilt docker gui from my nas and only use the cli when no other option is possible. If i get more spare time i want to learn how to compose docker files also with best and kindest regards dockerstarter
  15. Thank you Djoss! Well done. may i ask any donation link?
  16. Very nicely done! I love the way you handle your docker container. One thing that i really miss is the abilty to change to my native language. Could you add language support for your containers ? I am not able to select the language for mkvtoolnix from the settings. The menu entry is empty. best regards dockerstarter