adding templates

docpht + freescout + stackedit
This commit is contained in:
A75G 2020-04-19 10:03:36 +03:00
parent 882300e6a2
commit a58a2caaa1
7 changed files with 133 additions and 2 deletions

View file

@ -1,17 +1,19 @@
# Unraid A75G Templates
- [CyberChef](#cyberchef)
- [Dashmachine](#dashmachine)
* [Default username and password](#default-username-and-password)
* [~~Unauthorized~~](#--unauthorized--)
* [~~Unauthorized~~](#unauthorized)
- [db-backup](#db-backup)
* [Environment Variables](#environment-variables)
- [ddns-route53](#ddns-route53)
* [Before running the docker](#before-running-the-docker)
- [Docpht](#docpht)
- [Droppy](#droppy)
- [FileRun](#filerun)
* [Default username and password](#default-username-and-password-1)
- [FreePBX](#freepbx)
* [First installation](#first-installation)
- [Freescout](#freescout)
* [Creating User](#creating-user)
- [Firefox-Syncserver](#firefox-syncserver)
- [Flarum](#flarum)
* [Default username and password](#default-username-and-password-2)
@ -43,11 +45,14 @@
- [Shiori](#shiori)
* [Default username and password](#default-username-and-password-4)
* [Notes](#notes-5)
- [StackEdit](#stackedit)
- [Wallabag](#wallabag)
* [Default username and password](#default-username-and-password-5)
* [PHP errors](#php-errors)
* [Missing texture and images](#missing-texture-and-images)
<small><i><a href='http://ecotrust-canada.github.io/markdown-toc/'>Table of contents generated with markdown-toc</a></i></small>
----
# CyberChef
![CyberChef](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/cyberchef.png)
@ -122,6 +127,18 @@ Password: ```admin```
## Before running the docker
* Create ddns-route53.yml file in /mnt/user/appdata/ddns-route53/ - https://github.com/crazy-max/ddns-route53/blob/master/doc/configuration.md
----
# Docpht
![Docpht](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/docpht.png)
**Application Name:** Docpht
**Application Site:** https://docpht.org/
**Docker Hub:** https://hub.docker.com/r/docpht/docpht/
**Github:** https://github.com/docpht/docpht
----
# Droppy
![Droppy](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/droppy.png)
@ -164,6 +181,21 @@ Password: ```superuser```
* Take time be patient
* Wizard setup go to http://freepbx/admin/config.php
----
# Freescout
![freescout](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/freescout.png)
**Application Name:** Freescout
**Application Site:** https://freescout.net/
**Docker Hub:** https://hub.docker.com/r/tiredofit/freescout/
**Github:** https://www.github.com/tiredofit/docker-freescout
## Creating User
* CLI ```cd /www/html``` then ```php artisan freescout:create-user```
----
# Firefox-Syncserver
![Firefox-Syncserver](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/firefox-syncserver.png)
@ -389,6 +421,19 @@ Username: ```shiori```
Password: ```gopher```
## Notes
* Create new account inside the web gui so the default one will be removed.
----
# StackEdit
![Shiori](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/stackedit.png)
**Application Name:** StackEdit
**Application Site:** https://stackedit.io/
**Docker Hub:** https://hub.docker.com/r/qmcgaw/stackedit/
**Github:** https://github.com/qdm12/stackedit-docker
----
# Wallabag
![Wallabag](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/wallabag.png)

27
templates/docpht.xml Normal file
View file

@ -0,0 +1,27 @@
<?xml version="1.0"?>
<Container version="2">
<Name>docpht</Name>
<Repository>docpht/docpht</Repository>
<Registry>https://hub.docker.com/r/docpht/docpht/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
<Project>https://docpht.org/</Project>
<Overview>DocPHT you can take notes and quickly document anything and without the use of any database.</Overview>
<Category>Productivity: Tools:</Category>
<WebUI>http://[IP]:[PORT:80]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/docpht.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/docpht.png</Icon>
<ExtraParams/>
<PostArgs/>
<DonateText/>
<DonateLink/>
<Description>DocPHT you can take notes and quickly document anything and without the use of any database.</Description>
<Config Name="HTTP" Target="80" Default="8000" Mode="tcp" Description="HTTP" Type="Port" Display="always" Required="false" Mask="false">8000</Config>
<Config Name="HTTPS" Target="443" Default="8443" Mode="" Description="HTTPS - NOT REQUIRE IF YOU ARE USING REVERSE PROXY" Type="Variable" Display="always" Required="false" Mask="false">8443</Config>
<Config Name="Config" Target="/var/www/app/src/config" Default="/mnt/user/appdata/docpht/config/" Mode="rw" Description="Config" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/docpht/config/</Config>
<Config Name="Data" Target="/var/www/app/data" Default="/mnt/user/appdata/docpht/data/" Mode="rw" Description="Data" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/docpht/data/</Config>
<Config Name="Pages" Target="/var/www/app/pages" Default="/mnt/user/appdata/docpht/pages/" Mode="rw" Description="Pages" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/docpht/pages/</Config>
<Config Name="SSL" Target="/etc/nginx/ssl" Default="/mnt/user/appdata/docpht/ssl/" Mode="rw" Description="SSL - NOT REQUIRE IF YOU ARE USING REVERSE PROXY" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/docpht/ssl/</Config>
</Container>

36
templates/freescout.xml Normal file
View file

@ -0,0 +1,36 @@
<?xml version="1.0"?>
<Container version="2">
<Name>freescout</Name>
<Repository>tiredofit/freescout</Repository>
<Registry>https://hub.docker.com/r/tiredofit/freescout/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
<Project>https://freescout.net/</Project>
<Overview>Open Source Helpscout/Zendesk Alternative based on Alpine linux.[br]Creating account CLI "cd /www/html" then "php artisan freescout:create-user"</Overview>
<Category>Productivity: Network:Messenger</Category>
<WebUI>http://[IP]:[PORT:80]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/freescout.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/freescout.png</Icon>
<ExtraParams/>
<PostArgs/>
<DonateText/>
<DonateLink/>
<Description>Open Source Helpscout/Zendesk Alternative based on Alpine linux.[br]Creating account CLI "cd /www/html" then "php artisan freescout:create-user"</Description>
<Labels/>
<Config Name="Port" Target="80" Default="8000" Mode="tcp" Description="Port" Type="Port" Display="always" Required="false" Mask="false">8000</Config>
<Config Name="Data" Target="/data" Default="/mnt/user/appdata/freescout/" Mode="rw" Description="Data" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/freescout/</Config>
<Config Name="APPLICATION_NAME" Target="APPLICATION_NAME" Default="Freescout" Mode="" Description="Change default application name" Type="Variable" Display="always" Required="false" Mask="false">Freescout</Config>
<Config Name="DB_HOST" Target="DB_HOST" Default="" Mode="" Description="Host or container name of MariaDB Server e.g" Type="Variable" Display="always" Required="false" Mask="false">DB HOST</Config>
<Config Name="DB_PORT" Target="DB_PORT" Default="3306" Mode="" Description="MariaDB Port" Type="Variable" Display="always" Required="false" Mask="false">3306</Config>
<Config Name="DB_NAME" Target="DB_NAME" Default="freescout" Mode="" Description="MariaDB Database name e.g." Type="Variable" Display="always" Required="false" Mask="false">freescout</Config>
<Config Name="DB_USER" Target="DB_USER" Default="root" Mode="" Description="MariaDB Username for above Database e.g." Type="Variable" Display="always" Required="false" Mask="false">root</Config>
<Config Name="DB_PASS" Target="DB_PASS" Default="password" Mode="" Description="MariaDB Password for above Database e.g." Type="Variable" Display="always" Required="false" Mask="false">password</Config>
<Config Name="SITE_URL" Target="SITE_URL" Default="http://&amp;lt;IP&amp;gt;:8000" Mode="" Description="The url your site listens " Type="Variable" Display="always" Required="false" Mask="false">http://&lt;IP&gt;:8000</Config>
<Config Name="DISPLAY_ERRORS" Target="DISPLAY_ERRORS" Default="FALSE" Mode="" Description="Display Errors on Website" Type="Variable" Display="always" Required="false" Mask="false">FALSE</Config>
<Config Name="ADMIN_EMAIL" Target="ADMIN_EMAIL" Default="admin@example.com" Mode="" Description="This wont work dont know why. see overview." Type="Variable" Display="always-hide" Required="false" Mask="false">admin@admin.com</Config>
<Config Name="ADMIN_FIRST_NAME" Target="ADMIN_FIRST_NAME" Default="Admin" Mode="" Description="This wont work dont know why. see overview." Type="Variable" Display="always-hide" Required="false" Mask="false">Admin</Config>
<Config Name="ADMIN_LAST_NAME" Target="ADMIN_LAST_NAME" Default="User" Mode="" Description="This wont work dont know why. see overview." Type="Variable" Display="always-hide" Required="false" Mask="false">User</Config>
<Config Name="ADMIN_PASS" Target="ADMIN_PASS" Default="Passw0rd" Mode="" Description="This wont work dont know why. see overview." Type="Variable" Display="always-hide" Required="false" Mask="false">Passw0rd</Config>
</Container>

BIN
templates/icons/docpht.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 521 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

23
templates/stackedit.xml Normal file
View file

@ -0,0 +1,23 @@
<?xml version="1.0"?>
<Container version="2">
<Name>stackedit</Name>
<Repository>qmcgaw/stackedit</Repository>
<Registry>https://hub.docker.com/r/qmcgaw/stackedit/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
<Project>https://stackedit.io/</Project>
<Overview>StackEdit&#x2019;s Markdown syntax highlighting is unique. The refined text formatting of the editor helps you visualize the final rendering of your files.</Overview>
<Category>Productivity: Tools:</Category>
<WebUI>http://[IP]:[PORT:8000]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/stackedit.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/stackedit.png</Icon>
<ExtraParams/>
<PostArgs/>
<DonateText/>
<DonateLink/>
<Description>StackEdit&#x2019;s Markdown syntax highlighting is unique. The refined text formatting of the editor helps you visualize the final rendering of your files.</Description>
<Config Name="Port" Target="8000" Default="8000" Mode="tcp" Description="Port" Type="Port" Display="always" Required="false" Mask="false">8000</Config>
<Config Name="ROOT_URL" Target="ROOT_URL" Default="/" Mode="" Description="Sets production behavior for stackedit" Type="Variable" Display="always" Required="false" Mask="false">/</Config>
</Container>