AppFeed/templates/hernanditosRepository/hernando/apache-php.xml

70 lines
3.2 KiB
XML
Raw Normal View History

2020-12-03 12:42:32 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<Container>
<Name>Apache-PHP</Name>
<Registry>https://registry.hub.docker.com/r/hernandito/hernando-apachephp-docker/</Registry>
<Repository>hernandito/hernando-apachephp-docker</Repository>
<BindTime>true</BindTime>
<Privileged>false</Privileged>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>81</HostPort>
<ContainerPort>80</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>444</HostPort>
<ContainerPort>443</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Environment>
<Variable>
<Name></Name>
<Value></Value>
</Variable>
</Environment>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/apache/config/</HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/appdata/apache/www/</HostDir>
<ContainerDir>/web</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/appdata/apache/logs/</HostDir>
<ContainerDir>/logs</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/etc/localtime</HostDir>
<ContainerDir>/etc/localtime</ContainerDir>
<Mode>ro</Mode>
</Volume>
</Data>
<WebUI>http://[IP]:[PORT:80]/</WebUI>
<Support>http://lime-technology.com/forum/index.php?topic=39623.0</Support>
<TemplateURL>https://raw.githubusercontent.com/hernandito/docker-templates/master/hernando/apache-php.xml</TemplateURL>
<Deprecated>true</Deprecated>
<Overview>
Modification of CHMB and smbion by Hernando, which is a Apache based web server set up to act as a proxy with basic PHP web server capabilities, modifications are simply the addition of php5-gd, php5-sqlite, php5-intl, addition of a books volume to enable Calibre OPDS PHP Server support, which will allow you to access your Ebook library from Calibre over the web, and automatically email books to your Kindle. http://blog.slucas.fr/en/oss/calibre-opds-php-server[br][br]
[b][span style='color: #E80000;']Directions:[/span][/b][br]
[b]/config[/b] : this path is used to store the configuration and the SSL certs files of the reverse proxy.[br]
[b]/web[/b] : this path is the web directory[br]
[b]/logs[/b] : this path is the logs directory[br][br]
I have added custom [b]Crontab[/b] functionality.To enable Cron jobs, edit the file [b]crons.conf[/b] in folder [/b]/config[/b]. [br]
Add as many tasks as you need, save the file, and [b]restart[/b] the container.[br][br]
</Overview>
<Category>Network:Web</Category>
<Description>Modification of CHMB and smbion by Hernando, which is a Apache based web server set up to act as a proxy with basic PHP web server capabilities, modifications are simply the addition of php5-gd, php5-sqlite, php5-intl, addition of a books volume to enable Calibre OPDS PHP Server support, which will allow you to access your Ebook library from Calibre over the web, and automatically email books to your Kindle. http://blog.slucas.fr/en/oss/calibre-opds-php-server</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/hernanditosRepository/hernando/apache-php.xml</templatePath>
</Container>