added templates + update README

backuppc + mediagoblin + pterodactyl-panel
This commit is contained in:
A75G 2020-05-11 21:54:39 +03:00
parent d56a6f30ad
commit a25023afb7
7 changed files with 130 additions and 3 deletions

View file

@ -1,6 +1,7 @@
# Unraid Templates
- [ArchiveBox](#archivebox)
* [First installation](#first-installation)
- [Backuppc](#backuppc)
- [CryptPad](#cryptpad)
* [First installation](#first-installation-1)
- [CyberChef](#cyberchef)
@ -48,6 +49,8 @@
- [Matrix](#matrix)
* [Guides](#guides)
- [Mattermost](#mattermost)
- [Mediagoblin](#mediagoblin)
* [Default username and password](#default-username-and-password-4)
- [Miniflux](#miniflux)
* [Notes](#notes-3)
- [Mumble](#mumble)
@ -57,6 +60,8 @@
- [phpBB](#phpbb)
- [PsiTransfer](#psitransfer)
* [Notes](#notes-6)
- [Pterodactyl-panel](#pterodactyl-panel)
* [Creating User](#creating-user-1)
- [Pure-FTPd](#pure-ftpd)
* [Notes](#notes-7)
- [Pwndrop](#pwndrop)
@ -68,16 +73,16 @@
- [Searx](#searx)
- [Selfoss](#selfoss)
- [Shiori](#shiori)
* [Default username and password](#default-username-and-password-4)
* [Default username and password](#default-username-and-password-5)
* [Notes](#notes-9)
- [Solr](#solr)
- [StackEdit](#stackedit)
- [Wallabag](#wallabag)
* [Default username and password](#default-username-and-password-5)
* [Default username and password](#default-username-and-password-6)
* [PHP errors](#php-errors)
* [Missing texture and images](#missing-texture-and-images)
- [YaCy](#yacy)
* [Default username and password](#default-username-and-password-6)
* [Default username and password](#default-username-and-password-7)
----
# ArchiveBox
@ -94,6 +99,18 @@
* After first run shut it down then remove Post Arguments and add ```./archive (URL,FEED,BOOKMARK,FILE)``` https://github.com/pirate/ArchiveBox/wiki/Usage#import-a-single-url-or-list-of-urls-via-stdin
* [Publishing Your Archive](https://github.com/pirate/ArchiveBox/wiki/Publishing-Your-Archive#publishing-your-archive)
----
# Backuppc
![Backuppc](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/backuppc.png)
**Application Name:** Backuppc
**Application Site:** https://backuppc.github.io/backuppc/
**Docker Hub:** https://hub.docker.com/r/tiredofit/backuppc/
**Github:** https://www.github.com/tiredofit/docker-backuppc
----
# CryptPad
![CryptPad](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/cryptpad.png)
@ -497,6 +514,21 @@ For more content https://wiki.kiwix.org/wiki/Content
**Github:** https://github.com/mattermost/mattermost-server
----
# Mediagoblin
![Mediagoblin](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/mediagoblin.png)
**Application Name:** Mediagoblin
**Application Site:** https://mediagoblin.org/
**Docker Hub:** https://hub.docker.com/r/mtlynch/mediagoblin/
**Github:** https://www.github.com/mtlynch/mediagoblin-docker
## Default username and password
* Username: ```admin```
* Password: ```admin```
----
# Miniflux
![Miniflux](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/miniflux.png)
@ -570,6 +602,20 @@ For more content https://wiki.kiwix.org/wiki/Content
## Notes
* Admin Page just add ```/admin``` to your URL
----
# Pterodactyl-panel
![pterodactyl-panel](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/pterodactyl-panel.png)
**Application Name:** Pterodactyl-panel
**Application Site:** https://pterodactyl.io/
**Docker Hub:** https://hub.docker.com/r/ccarney16/pterodactyl-panel
**Github:** https://github.com/ccarney16/pterodactyl-docker
## Creating User
* CLI ```cd /www/html``` then ```php artisan p:user:make```
----
# Pure-FTPd
![Pure-FTPd](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/pure-ftpd.png)

26
templates/backuppc.xml Normal file
View file

@ -0,0 +1,26 @@
<?xml version="1.0"?>
<Container version="2">
<Name>backuppc</Name>
<Repository>tiredofit/backuppc:latest</Repository>
<Registry>https://hub.docker.com/r/tiredofit/backuppc/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
<Project>https://backuppc.github.io/backuppc/index.html</Project>
<Overview>BackupPC is a high-performance, enterprise-grade system for backing up Linux, Windows and macOS PCs and laptops to a server's disk.</Overview>
<Category>Backup: Network:Web</Category>
<WebUI>http://[IP]:[PORT:80]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/backuppc.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/backuppc.png</Icon>
<ExtraParams/>
<PostArgs/>
<DonateText/>
<DonateLink/>
<Description>BackupPC is a high-performance, enterprise-grade system for backing up Linux, Windows and macOS PCs and laptops to a server's disk.</Description>
<Config Name="Port " Target="80" Default="8000" Mode="tcp" Description="Port " Type="Port" Display="always" Required="true" Mask="false">8000</Config>
<Config Name="Backup Location" Target="/var/lib/backuppc" Default="/mnt/user/backuppc/" Mode="rw" Description="Backup Location" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/backuppc/</Config>
<Config Name="Configuration Files" Target="/etc/backuppc" Default="/mnt/user/appdata/backuppc/config/" Mode="rw" Description="Configuration Files" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/backuppc/config/</Config>
<Config Name="Home Directory " Target="/home/backuppc" Default="/mnt/user/appdata/backuppc/ssh/" Mode="rw" Description="Home Directory for Backuppc (SSH Keys)" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/backuppc/ssh/</Config>
<Config Name="Logs" Target="/www/logs" Default="/mnt/user/appdata/backuppc/logs/" Mode="rw" Description="Logs" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/backuppc/logs/</Config>
</Container>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

23
templates/mediagoblin.xml Normal file
View file

@ -0,0 +1,23 @@
<?xml version="1.0"?>
<Container version="2">
<Name>mediagoblin</Name>
<Repository>mtlynch/mediagoblin:latest</Repository>
<Registry>https://hub.docker.com/r/mtlynch/mediagoblin/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
<Project>https://mediagoblin.org/</Project>
<Overview>MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. [br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b]</Overview>
<Category>MediaApp:Photos</Category>
<WebUI>http://[IP]:[PORT:6543]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/mediagoblin.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/mediagoblin.png</Icon>
<ExtraParams>--tty --detach</ExtraParams>
<PostArgs/>
<DonateText/>
<DonateLink/>
<Description>MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. [br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b]</Description>
<Config Name="Port" Target="6543" Default="6543" Mode="tcp" Description="Port" Type="Port" Display="always" Required="true" Mask="false">6543</Config>
<Config Name="Appdata" Target="/var/lib/mediagoblin" Default="/mnt/user/appdata/mediagoblin/" Mode="rw" Description="Appdata" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/mediagoblin/</Config>
</Container>

View file

@ -0,0 +1,32 @@
<?xml version="1.0"?>
<Container version="2">
<Name>pterodactyl-panel</Name>
<Repository>ccarney16/pterodactyl-panel:latest</Repository>
<Registry>https://hub.docker.com/r/ccarney16/pterodactyl-panel/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
<Project>https://pterodactyl.io/</Project>
<Overview>Pterodactyl, a free an open source agnostic game panel... In a Container!&#xD;
Creating account CLI "php artisan p:user:make"</Overview>
<Category>GameServers: Network:Management</Category>
<WebUI>http://[IP]:[PORT:80]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/pterodactyl-panel.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/pterodactyl-panel.png</Icon>
<ExtraParams/>
<PostArgs/>
<DonateText/>
<DonateLink/>
<Description>Pterodactyl, a free an open source agnostic game panel... In a Container!&#xD;
Creating account CLI "php artisan p:user:make"</Description>
<Config Name="Port" Target="80" Default="8000" Mode="tcp" Description="Port" Type="Port" Display="always" Required="true" Mask="false">8000</Config>
<Config Name="Appdata" Target="/data" Default="/mnt/user/appdata/pterodactyl/" Mode="rw" Description="Appdata" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/pterodactyl/</Config>
<Config Name="Timezone" Target="APP_TIMEZONE" Default="UTC" Mode="" Description="Timezone" Type="Variable" Display="always" Required="true" Mask="false">UTC</Config>
<Config Name="Database Hostname or IP" Target="DB_HOST" Default="mariadb" Mode="" Description="Database Hostname or IP." Type="Variable" Display="always" Required="true" Mask="false">mariadb</Config>
<Config Name="Database Port" Target="DB_PORT" Default="3306" Mode="" Description="Database Port" Type="Variable" Display="always" Required="true" Mask="false">3306</Config>
<Config Name="Database Name" Target="DB_DATABASE" Default="pterodactyl" Mode="" Description="Database Name" Type="Variable" Display="always" Required="true" Mask="false">pterodactyl</Config>
<Config Name="Database Username" Target="DB_USERNAME" Default="pterodactyl" Mode="" Description="Database Username" Type="Variable" Display="always" Required="true" Mask="false">pterodactyl</Config>
<Config Name="Database Password" Target="DB_PASSWORD" Default="password" Mode="" Description="Database Password" Type="Variable" Display="always" Required="true" Mask="false">password</Config>
<Config Name="DEBUG" Target="APP_DEBUG" Default="false|true" Mode="" Description="APP_DEBUG" Type="Variable" Display="always" Required="false" Mask="false">false</Config>
</Container>