hernandito

Community Developer
  • Posts

    1482
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by hernandito

  1. Hi Guys, I just posted a modified Web UI for NZBGet (it is more than a theme). I thought I would refer to it from here and the User Customizations sub-forum does not get much traffic. Please leave me any comments there.
  2. Hi Guys, I thought I would share something I have been using for years. I have always thought it to be counter-intuitive to have the Downloads and History screens separate. I edited stuff and came up with this: Along the way I tweaked with the CSS to get something nicer to look at. Please head over to my repo for files and instructions. Please let me know your thoughts. Enjoy.
  3. Hi Guys, I find NZBHydra's web UI's way too strong visually... a very high contrast bright color pallete. I used the Stylus add-on in my browser to make NZBH2's Web UI a bit more subtle (across each of the 3 included themes). This works OK, but only on my PC environment. It wont work on my tablet/mobile devices that do not have add-on support. Then, I ran across Theme.Park repo, which allows you to inject their pre-built themes into the most popular Docker apps.. They even describe how to inject into our beloved LSIO containers with a few additional variables. I have tried this with NZBHydra2 and have not had any luck. I changed the template to the below: But when I re-start the container, I get this on the Log Screen... and no theme is applied. Does anyone know how to resolve this? If I get this to work, I will attempt to create/share a few more subtle/calmer Themes. As a side note (I know I am reaching - but as an LSIO loyalist), one could pre-inject some LSIO brand elements into into each of the popular apps' UIs. Something subtle or small.... I know it's a reach. As you know, diehard Apple fans put logo stickers on their cars! 🤪 where is Waldo? Thanks, H.
  4. Hi, I am also running into the same issues as others... I was able to issue the command: docker exec -it icloudpd /usr/local/bin/sync-icloud.sh and got the successful cookie generated message. In the web log page I still get the error: Cookie does not exist. Please run container interactively to generate - Retry in 5 minutes and WARNING Using Apple ID password from variable. This password will be visible in the process list of the host. Please add your password to the system keyring instead How do you setup the run container interactively and how do I store the password in the keychain? Thanks, H.
  5. Thanks.... that is where I saw the note about client_max_body_size potential solution... They also note other PHP configuration items.
  6. I figured that when I saw the zero value. So is there a way to change this within the Docker, or is it a hard limit beyond our control?
  7. Hi Team, Thanks for this Docker. I gave it a try and found a potential show-stopper issue. I tried dragging a .jpeg file that is about 8MB. On the UI I get a message that says "File too big". The UI does say: "JPG PNG BMP GIF 2 MB" This maximum file size is way too small for any modern recent camera file. I googled a bit and found this posting. It basically says that the hosting service is the one limiting the file size to 2MB. I figured since I am the host, there should be a setting somewhere to change this. I found this, which states: So I went into /appdata/chevereto/nginx/nginx.conf and in the http: block changed: "client_max_body_size 100M;" It was originally set to 0 (a bad sign). I restarted the docker and still had the same issue. 😦 Is there a way to increase this minimum? Did I do this in the wrong place? There is no "server" block in the .conf file. Thanks again. H.
  8. I wish there was a way to enter custom display data for each of your drives... Just seeing /dev/sdb is not informative enough. You should be able to give the disk a custom name, and to display things like the serial number... stuff displayed on the Main tab in our beloved GUI. Also... how does one initiate a new scan of the drive(s)? That could be a button. Thanks for making the Docker guys!
  9. Noted.... I agree that "Swag" above is not reading as an acronym... I was thinking of relating it to the word swag itself - gifts, freebies, bling... I am not sure that it works. It is hard to make a letters into an icon... look at every instance of IMDB icons that are small... hard to make them great. My personal favorite are the below... slightly edited from the earlier version. I have an all-caps and an all-lower case version. In context:
  10. I am liking that one too as well.... I am not sure if the LSIO team would approve of their logo being cropped like this though. I think the icon is only seen at small size in the GUIs... last one....
  11. What do you guys think? It's hard to do something with the whole word "swag". lsio swag.psd
  12. That. Is. Funny! I wish there was an English translation of that web site. Not sure how the whole thing works... Plus it looks like this is a banned subject. I was joking about that magazine... so politically incorrect in this day and age.
  13. Interesting. The magazine index site is in Russian.... how and where are all these magazine files stored? Say I wanted to read MAD Magazines from 1970... or Playboy (for the articles)... 😍 are these really archived somewhere where one can download?
  14. Congratulations.... I can’t wait to see it. thank you!
  15. Thank you.... if I delete them in Github, will they be deleted in CA?
  16. Thank you ich777... I confess I did not spend Much time on this. I don’t understand how templates show up automatically on CA.... I would like to get rid of mine from CA. Any idea how to do this? Any idea how I can create test templates and not have CA pick up until I know they are fully working? thanks again, H.
  17. I think its a good idea to post the answer to the question you posed... not just say "I figured it out..." Future users may have the sam question and it would be nice for them to have the answer... I find myself having a new question, search for it, and then I discover I asked the same question years ago, and the answer is right there... I for one would like to know where the theme files are... and what you did to edit them.
  18. I created this template.... but not sure it is working correctly. I cannot figure out how to make it read the folder that contains existing images. <?xml version="1.0" encoding="utf-8"?> <Container> <Beta>False</Beta> <Category>MediaServer:Photos</Category> <Date>2015-06-17</Date> <Name>PhotoPrism</Name> <Description> PhotoPrism™ is a server-based application for browsing, organizing and sharing your personal photo collection. It makes use of the latest technologies to automatically tag and find pictures without getting in your way. Say goodbye to solutions that force you to upload your visual memories to the cloud. Login Password: photoprism </Description> <Registry>https://registry.hub.docker.com/r/photoprism/photoprism/</Registry> <Repository>photoprism/photoprism</Repository> <BindTime>true</BindTime> <Privileged>false</Privileged> <Networking> <Mode>bridge</Mode> <Publish> <Port> <HostPort>2342</HostPort> <ContainerPort>2342</ContainerPort> <Protocol></Protocol> </Port> </Publish> </Networking> <Environment> <Variable> <Name>PHOTOPRISM_ADMIN_PASSWORD</Name> <Value>photoprism</Value> </Variable> </Environment> <Data> <Volume> <HostDir>/mnt/media/photos</HostDir> <ContainerDir>/originals</ContainerDir> <Mode>rw</Mode> </Volume> </Data> <WebUI>http://[IP]:[PORT:2342]/</WebUI> <Banner>https://i.imgur.com/SI9FZCR.png</Banner> <Icon>https://i.imgur.com/SI9FZCR.png</Icon> </Container> Sorry that I cannot be of further help. Hopefully this will give you a leg up on creating your own templates. Best of luck. H.
  19. Its not a plugin but a series of Dockers... Grafana... It has a bit of a learning curve... This should start you up:
  20. Hi Binhex, What is your media box? I have two older Intel NUCs and they can’t handle 265... thanks, h.