Jump to content

stealth82

Members
  • Posts

    172
  • Joined

  • Last visited

Posts posted by stealth82

  1. I've not read the whole thread, sorry, but the use of this plugin seems pretty straightforward to me.

    Either I'm misinterpreting its use or something is wrong.

     

    This is the configuration:

    Dec 28 21:20:05 Tower cache_dirs: ==============================================
    Dec 28 21:20:05 Tower cache_dirs: Starting cache_dirs:
    Dec 28 21:20:05 Tower cache_dirs: Arguments=-d 10 -e docker -e music -e torrents -e vm
    Dec 28 21:20:05 Tower cache_dirs: Cache Pressure=10
    Dec 28 21:20:05 Tower cache_dirs: Max Scan Secs=10, Min Scan Secs=1
    Dec 28 21:20:05 Tower cache_dirs: Max Scan Depth=10
    Dec 28 21:20:05 Tower cache_dirs: Use Command='find -noleaf'
    Dec 28 21:20:05 Tower cache_dirs: Version=2.1.0
    Dec 28 21:20:05 Tower cache_dirs: ---------- Caching Directories ---------------
    Dec 28 21:20:05 Tower cache_dirs: downloads
    Dec 28 21:20:05 Tower cache_dirs: home
    Dec 28 21:20:05 Tower cache_dirs: movies
    Dec 28 21:20:05 Tower cache_dirs: photos
    Dec 28 21:20:05 Tower cache_dirs: software
    Dec 28 21:20:05 Tower cache_dirs: tvshows
    Dec 28 21:20:05 Tower cache_dirs: videos
    Dec 28 21:20:05 Tower cache_dirs: ----------------------------------------------
    Dec 28 21:20:05 Tower cache_dirs: cache_dirs process ID 12016 started

     

    and the process

     

    root     12016     1  0 Dec28 ?        00:06:39 /bin/bash /usr/local/emhttp/plugins/dynamix.cache.dirs/scripts/cache_dirs -d 10 -e docker -e music -e torrents -e vm

     

    This should cover a simple share browsing down to the following depth without spinning up a disk, right?

     

    /mnt/user/movies/1991/Fried Green Tomatoes (1991)

     

    But the disk having that folder is spinning up anyway.

     

    Where's my mistake?

  2. I've changed the location of the log view icon to 'Tools->System Information' and added a settings gui to the 'Settings' tab to permit you to select only the events you want highlighted in the log.

     

    I installed the very first version of your plugin and the icons was under tools.

    I just updated the plugin but, apart from the new settings > syslog configuration, I can't find access to the colored log anymore... System Information is simply not there.

  3. Something is not right. I downloaded the docker and although nginx is advertised apache2 was deployed... LOL

     

    The nginx.xml files looks like this:

     

    <?xml version="1.0" encoding="utf-8"?>
    <Container>
    <Beta>False</Beta>
    <Category>Network:Web Network:Proxy</Category>
    <Date>2015-12-05</Date>
      <Name>Nginx</Name>
      <Support>http://lime-technology.com/forum/index.php?topic=44481.0</Support>
      <Overview>is a web server with a strong focus on high concurrency, performance and low memory usage. It can also act as a reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer and an HTTP cache.</Overview>
      <Changes>
    [center][img width='300px' src='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_small.png'][/center]
    
    
    
    [center][font size=4]Nginx Change Log[/font][/center]
    
    [b]06.12.2015:[/b] Initial Release</Changes>
      <Description>is a web server with a strong focus on high concurrency, performance and low memory usage. It can also act as a reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer and an HTTP cache..[br]
      [b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]
      [b]80[/b] Standard HTTP Port [br]
      [b]443[/b] Standard HTTPS Port [br]
      [b]/config[/b]Storing Configuration and the www folder[br]
      </Description>
      <Project>https://www.nginx.com/</Project>
      <Registry>https://registry.hub.docker.com/u/linuxserver/nginx/</Registry>
      <Repository>linuxserver/apache</Repository>
      <BindTime>true</BindTime>
      <Privileged>false</Privileged>
      <Environment>
        <Variable>
          <Name>PUID</Name>
          <Value>99</Value>
        </Variable>
        <Variable>
          <Name>PGID</Name>
          <Value>100</Value>
        </Variable>
      </Environment>
      <Networking>
        <Mode>bridge</Mode>
        <Publish>
          <Port>
            <HostPort>80</HostPort>
            <ContainerPort>80</ContainerPort>
            <Protocol>tcp</Protocol>
          </Port>
          <Port>
            <HostPort>443</HostPort>
            <ContainerPort>443</ContainerPort>
            <Protocol>tcp</Protocol>
          </Port>
        </Publish>
      </Networking>
      <Data>
        <Volume>
          <HostDir>/mnt/user/appdata/nginx</HostDir>
          <ContainerDir>/config</ContainerDir>
          <Mode>rw</Mode>
        </Volume>
      </Data>
      <Version></Version>
      <WebUI>http://[iP]:[PORT:80]/</WebUI>
      <Banner>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/nginx-banner.png</Banner>
      <Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/nginx-icon.png</Icon>
      <ExtraParams></ExtraParams>
    </Container>
    

     

    I think the wrong repository is listed

  4.  

    Thanks!

     

    any chance you could include the possibility to change the standard default port numbers to something different from port 80 and 443? (docker configured as host and not bridge).

     

    The supported way is --bridge and you can change the HOST port in the WebGUI, sorry :/

     

    Too bad. I was hoping for it.

     

    Changing the webgui port doesn't really seem to be an option because the powerdown procedure invoked by the ups module works only when the port is none but 80. I don't know why but it's even commented right there in the file.

×
×
  • Create New...